|
132 | 132 | "timeout": 30, |
133 | 133 | "cookies": "https://sunlight.net/profile/login/?next_encoded=Lw==" |
134 | 134 | }, |
| 135 | + "ok.ru": { |
| 136 | + "url": "https://ok.ru/dk?cmd=AnonymRegistrationEnterPhone&st.cmd=anonymRegistrationEnterPhone&st.cmd=anonymRegistrationEnterPhone", |
| 137 | + "data": "{'st.r.phone': '*phone*'}", |
| 138 | + "response": 200, |
| 139 | + "timeout": 60, |
| 140 | + "cookies": "https://ok.ru/" |
| 141 | + }, |
135 | 142 | "citystar": { |
136 | 143 | "url": "https://citystarwear.com/bitrix/templates/bspc/php/bs.auth.sms/templates/pc/handlers.php", |
137 | 144 | "data": "{'hdlr': 'bsSendCodeAuth','bshsmsk': 'h5Plm22xoaFs9YTp', 'phone': '*-phone*', 'xemail': '', 'xphone': ''}", |
138 | 145 | "response": 200, |
139 | 146 | "timeout": 180 |
| 147 | + }, |
| 148 | + "beerlogapizza": { |
| 149 | + "url": "https://smsc.ru/sys/send.php", |
| 150 | + "data": "{'login': '[email protected]', 'psw': 'QWE780p', 'phones': '*+phone*', 'mes': 'code', 'call': '1', 'fmt': '3'}", |
| 151 | + "response": 200, |
| 152 | + "timeout": 60, |
| 153 | + "cookies": "https://beerlogapizza.ru/login/" |
| 154 | + }, |
| 155 | + "pizzamia":{ |
| 156 | + "url": "https://1603.smartomato.ru/account/session", |
| 157 | + "data": "{'g-recaptcha-response': 'null','phone': '*phone3*'}", |
| 158 | + "response": 200, |
| 159 | + "timeout": 60 |
140 | 160 | } |
141 | 161 | } |
142 | 162 | ], |
|
148 | 168 | "data": "{'phone': '*+phone*'}", |
149 | 169 | "response": 200, |
150 | 170 | "timeout": 120 |
| 171 | + }, |
| 172 | + "green": { |
| 173 | + "url": "https://www.green-market.by/registration_send_sms_code", |
| 174 | + "data": "{'phone': '*green*'}", |
| 175 | + "headers": {"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7", "Cache-Control": "no-cache", "Connection": "keep-alive", "User-Agent": "", "X-CSRF-TOKEN": "", "X-Requested-With": "XMLHttpRequest"}, |
| 176 | + "response": 200, |
| 177 | + "timeout": 60, |
| 178 | + "cookies": "https://www.green-market.by/" |
| 179 | + }, |
| 180 | + "ok.ru": { |
| 181 | + "url": "https://ok.ru/dk?cmd=AnonymRegistrationEnterPhone&st.cmd=anonymRegistrationEnterPhone&st.cmd=anonymRegistrationEnterPhone", |
| 182 | + "data": "{'st.r.phone': '*+phone*'}", |
| 183 | + "response": 200, |
| 184 | + "timeout": 60, |
| 185 | + "cookies": "https://ok.ru/" |
| 186 | + }, |
| 187 | + "sosedi": { |
| 188 | + "url": "https://sosedi.by/local/api/smsSend.php", |
| 189 | + "json": "{'phone':'*sosedi*'}", |
| 190 | + "response": 200, |
| 191 | + "timeout": 60, |
| 192 | + "cookies": "https://sosedi.by/" |
| 193 | + }, |
| 194 | + "av.by": { |
| 195 | + "url": "https://api.av.by/auth/phone/sign-up", |
| 196 | + "json": "{\"name\":\"Олег\",\"password\":\"HifbWy523i46oO\",\"phone\":{\"country\":1,\"number\":\"*-phone*\"},\"userEula\":{\"accepted\":true}}", |
| 197 | + "response": 204, |
| 198 | + "timeout": 60, |
| 199 | + "cookies": "https://av.by" |
| 200 | + }, |
| 201 | + "carte": { |
| 202 | + "url": "https://carte.by/auth/", |
| 203 | + "data": "{'ajax': 'register', 'login': 'Olegkiller229', 'pass': 'CbivnE5316', 'phone': '*+phone*', 'code': '', 'company': 0, 'resend': 1, 'checksum': 675}", |
| 204 | + "response": 200, |
| 205 | + "timeout": 30, |
| 206 | + "cookies": "https://carte.by/" |
| 207 | + }, |
| 208 | + "delivio": { |
| 209 | + "url": "https://delivio.by/be/api/register", |
| 210 | + "json": "{'phone': '*+phone*'}", |
| 211 | + "response": 201, |
| 212 | + "timeout": 60, |
| 213 | + "cookies": "https://delivio.by/" |
151 | 214 | } |
152 | 215 | } |
153 | 216 | ] |
|
0 commit comments