Как получать URL для рассылки SMS

nikto228

Новичок
Автор темы
7
0
Привет всем🖐
Хочу попробовать написать простой смс бомбер,
но никак не могу найти URL для отправки sms.
Я пробовал через Chrome Debugger искать POST запросы на отправку sms,
в Payload искал номер, чтобы скорее найти POST. Но ничего не работало
вот небольшой пример:

недо смс бомбер:
# импорт библеотек
try:
    import requests
    import time
    import fake_useragent
except:
    print('[-]: Не найдены библиотеки.')
    

# генерация браузера
user = fake_useragent.UserAgent().random
headers = {'user_agent' : user}

# приём телефона
phone = input("Введите номер телефона (+7): ")

try:
    r = requests.post("https://lenta.com/api-gateway/v1/auth/code/send",
                          json={"phone": phone[1:]}, headers=headers)
    
    if r.status_code == 200:
        print('[+]: отправлено')
    else:
        print('[-]: не отправлено')
except:
    print("Уэ, Гуэээ")
Кто знает мануалы по этому, скинте пж
Я прям новичок в этом
 

paulohardy

вы еще постите говно? тогда я иду к вам
Всефорумный модератор
1,907
1,283
1727149671178.png

1727149689347.png
 
  • Нравится
Реакции: nikto228

nikto228

Новичок
Автор темы
7
0
requests.post в данном случае

<Response [433]> пишет
кгуоавщьцг4етрко вьщлаьвку:
try:
    import requests
    import time
    import fake_useragent
except:
    print('[-]: Не найдены библиотеки.')

user = fake_useragent.UserAgent().random
headers = {'user_agent' : user}

r = requests.post("https://lenta.com/api-gateway/v1/auth/code/send",
                          json={"phone": str(phone[1:])}, headers=headers)
print(r)
 

constersuonsis

Активный
169
93
<Response [433]> пишет
кгуоавщьцг4етрко вьщлаьвку:
try:
    import requests
    import time
    import fake_useragent
except:
    print('[-]: Не найдены библиотеки.')

user = fake_useragent.UserAgent().random
headers = {'user_agent' : user}

r = requests.post("https://lenta.com/api-gateway/v1/auth/code/send",
                          json={"phone": str(phone[1:])}, headers=headers)
print(r)
print(r.text)
сделай и скинь
 

nikto228

Новичок
Автор темы
7
0
print(r.text)
сделай и скинь
<Response [433]>
<!doctype html><html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" href="https://lenta.servicecdn.ru/static/pics/shortcuts/favicon.daf3654ccc7e13ee6ecb74818f5c089d.ico"> <link rel="icon" sizes="16x16" href="https://lenta.servicecdn.ru/static/pics/shortcuts/favicon-16x16.26d0dd45dca52d2d63222f7ddbcf0ca7.png"> <link rel="icon" sizes="32x32" href="https://lenta.servicecdn.ru/static/pics/shortcuts/favicon-32x32.f51ab994073227aadc6b5a8d6ba8425b.png"> <link rel="icon" sizes="192x192" href="https://lenta.servicecdn.ru/static/...-192x192.43ff388a71030818330dc6fe1025a58a.png"> <link rel="apple-touch-ico" href="https://lenta.servicecdn.ru/static/...uch-icon.960dd1b7dd45ff3b3d9da11afe2afc33.png"> <title> добÑо пожаловаÑÑ Ð² енÑÑ! </title> <link rel="preconnect" href="https://fonts.googleapis.com"
> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?f...ht@0,400;0,500;0,700;0,900;1,400&display=swap" rel="stylesheet"> <style type="text/css"> *, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; } * { outline: none; } body { position: relative; height: 100%; min-height: 100vh; margin: 0; padding: 0; font-family: Roboto,Arial,Helvetica Neue,Helvetica,sans-serif; font-size: 14px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #fff; color: #666666; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: Roboto Slab,Cambria,"Bitstream Vera Serif",Georgia,serif; } .wrapper { display: flex; min-height: 100vh; flex-direction: column; justify-content: center; align-items: center; padding: 44px 16px 32px; } .wrapper h1 { font-size: 24px; margin-bottom: 16px; } .left-col { display: flex; justify-content: center; align-items: center; } .left-col img { display: block; max-width: 220px; } .right-col { display: flex; align-items: center; } h1 { margin-bottom: 24px; } h4 { margin-bottom: 16px; } .errors_info ul { margin: 0 0 16px 0; padding: 0; list-style: none; font-size: 12px; } .social-title { margin-bottom: 8px; } .footer__social-panel { display: flex; align-items: center; margin: 0;
padding: 0; list-style: none; } .footer__social-panel li:not(:last-child) { margin-right: 8px; } @media (min-width: 1200px) { .errors_info ul { margin: 0 0 40px 0; font-size: 14px; } .left-col { width: 50%; justify-content: flex-end; } .right-col { width: 50%; } .wrapper { flex-direction: row; } .wrapper h1 { font-size: 34px; margin-bottom: 24px; } } .header { position: fixed; top: 0; left: 0; width: 100%; background: #003c96; padding: 8px 16px; } .header svg { display: block; width: 71px; height: 28px; } .banner { display: block; margin-bottom: 32px; width: 100%; max-width: 512px; border-radius: 8px; } @media (min-width: 1200px) { .header svg { width: 126px; height: 50px; } .left-col img { max-width: 400px; } } </style> </head> <body> <div class="header"> <svg width="311" height="56" viewBox="0 0 311 56" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M196.478 22.0245H177.935V6.11694H165.884V49.0287H177.935V32.1753H196.478V49.0287H208.53V6.11694H196.478V22.0245Z" fill="white" /> <path d="M214.565 16.2677H228.57V49.0287H240.621V16.2677H254.797V6.11694H214.565V16.2677Z" fill="white" /> <path d="M307.521 39.392C304.96 39.392 303.672 37.9323 303.672 35.0949V6.11711H291.628V10.7568C288.904 7.81511 284.633 5 277.837 5C265.194 5 256.629 13.8922 256.629 27.5283C256.629 41.1645 265.186 50.0566 277.837 50.0566C285.343 50.0566 289.777 46.616 292.435 43.3689C293.775 47.5543 296.921 50.1386 302.991 50.1386C305.981 50.1386 308.543 49.6247 310.593 48.5895V38.6249C309.749 39.1388 308.72 39.392 307.521 39.392ZM280.643 39.4814C273.033 39.4814 268.599 34.4469 268.599 27.5283C268.599 20.6097 273.033 15.5753 280.643 15.5753C286.972 15.5753 292.183 20.1629 292.183 27.5283C292.183 34.8938 286.964 39.4814 280.643 39.4814Z" fill="white" /> <path d="M159.475 18.7925C159.475 10.4962 151.31 5 139.052 5C126.112 5 115.341 13.7358 115.341 27.5283C115.341 42.9518 128.348 50.1386 140.095 50.1386C147.291
50.1386 153.264 48.6789 157.217 45.7521V36.0407C152.739 38.5355 147.639 39.5931 142.731 39.8239C136.253 40.1293 129.71 37.2769 127.94 31.0509C130.206 31.684 133.507 32.2425 138.134 32.2425C149.6 32.2425 159.475 27.5805 159.475 18.7925ZM127.896 23.9014C129.31 18.1223 134.062 14.5475 139.903 14.5475C144.737 14.5475 147.631 16.3051 147.631 19.0085C147.631 22.3896 143.019 24.7207 136.083 24.7207C132.663 24.7207 129.998 24.4451 127.896 23.9014Z" fill="white" /> <path d="M71.1846 18.7626C71.0958 25.8972 70.8441 29.4272 69.8152 33.4637C68.875 37.3364 67.0836 38.9673 64.2633 38.9673C63.3232 38.9673 62.4719 38.878 61.7834 38.6248V48.5968C62.7236 49.1107 64.2633 49.3713 66.3138 49.3713C74.7748 49.1107 78.8758 44.5529 80.9263 37.3364C82.3772 32.1753 82.6363 28.2208 82.8954 22.2927L83.0656 16.2752H97.123V49.0362H109.174V6.11694H71.4437L71.1846 18.7626Z" fill="white" />
<path d="M0 38.3748C4.17279 48.2344 13.8977 55.1496 25.2222 55.1496C21.0494 45.2841 11.3303 38.3748 0 38.3748Z" fill="#00BE64" /> <path d="M25.2267 41.3628C36.5799 41.3628 45.7835 32.1034 45.7835 20.6814C45.7835 9.25938 36.5799 0 25.2267 0C13.8735 0 4.66992 9.25938 4.66992 20.6814C4.66992 32.1034 13.8735 41.3628 25.2267 41.3628Z" fill="#FFB900" /> <path d="M25.229 55.1486C33.5514 55.1486 40.7147 50.175 43.9486 43.0208C35.6262 43.0208 28.4629 47.9943 25.229 55.1486Z" fill="#00BE64" /> <path d="M25.2269 31.0223C30.9019 31.0223 35.5024 26.3939 35.5024 20.6845C35.5024 14.9751 30.9019 10.3467 25.2269 10.3467C19.5519 10.3467 14.9514 14.9751 14.9514 20.6845C14.9514 26.3939 19.5519 31.0223 25.2269 31.0223Z" fill="#003C96" /> </svg> </div> <div class="wrapper"> <div class="left-col"> <img src="https://lenta.servicecdn.ru/globalassets/AB-/404x4.png" alt=""> </div> <div class="right-col"> <div class="info_wrapper"> <h1> ÐÐµÐ´Ð²Ð¸Ð´ÐµÐ½Ð½Ð°Ñ Ð¾Ñибка </h1> <h4> Ð ÐºÐ¾Ñ Ð·Ð°Ð¸Ð³ÑалÑÑ Ð² пÑоводаÑ
и оÑклÑÑ
ил ÑайÑ. <br> Уже вÑÑ Ñиним, попÑобÑйÑе зайÑи ÑеÑез 5 минÑÑ Ð¸Ð»Ð¸ оÑклÑÑиÑÑ VPN. </h4> <div class="errors_info"> <ul> <li>
URL: lenta.com/api-gateway/v1/auth/code/send </li> <li> Client IP: 176.59.162.214 </li> <li> Attack ID: 20000021 </li> <li> Message ID: 002804904348 </li> </ul> </div> <a href="https://le.onelink.me/3F8J/q2p8i8re" target="_blank"> <img src="https://lenta.servicecdn.ru/globalassets/AB-/512216.png" alt="" class="banner"></a> <div class="social-title"> ÐÑ Ð² ÑоÑ. ÑеÑÑÑ
</div> <ul class="footer__social-panel"> <li class="footer__social-panel-item"> <a href="https://vk.com/lentacom" class="linked-image" target=
"_blank"> <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9886 36C28.9291 36 36.9875 27.9411 36.9875 18C36.9875 8.05887 28.9291 0 18.9886 0C9.04806 0 0.989685 8.05887 0.989685 18C0.989685 27.9411 9.04806 36 18.9886 36Z" fill="#CCCCCC" /> <path d="M29.2743 13.6328C29.43 13.1526 29.2743 12.7998 28.5333 12.7998H26.0829C25.4598 12.7998 25.1726 13.1046 25.0168 13.4407C25.0168 13.4407 23.7707 16.2497 22.0054 18.0743C21.4343 18.6025 21.1746 18.7705 20.8631 18.7705C20.7074 18.7705 20.4819 18.6025 20.4819 18.1224V13.6328C20.4819 13.0566 20.3011 12.7998 19.7818 12.7998H15.9311C15.5418 12.7998 15.3076 13.0672 15.3076 13.3207C15.3076 13.8669 16.1902 13.9929 16.2812 15.5295V18.8666C16.2812 19.5983 16.1383 19.7309 15.8268 19.7309C14.9961 19.7309 12.9754 16.9094 11.777 13.6808C11.5421 13.0533 11.3065 12.7998 10.6803 12.7998H8.22984C7.52972 12.7998 7.38968 13.1046 7.38968 13.4407C7.38968 14.0409 8.22043 17.018 11.2578 20.9553C13.2827 23.6442 16.1356 25.1018 18.7316 25.1018C20.2892 25.1018 20.4819 24.7781 20.4819 24.2204V22.1882C20.4819 21.5407 20.6295 21.4115 21.1227 21.4115C21.4862 21.4115 22.1092 21.5795 23.563 22.876C25.2245 24.4125 25.4984 25.1018 26.4329 25.1018H28.8834C29.5835 25.1018 29.9335 24.7781 29.7316 24.1392C29.5106 23.5024 28.7174 22.5786 27.6648 21.4835C27.0936 20.8593 26.2369 20.1871 25.9773 19.8509C25.6139 19.4188 25.7177 19.2267 25.9773 18.8426C25.9773 18.8426 28.9628 14.9532 29.2743 13.6328Z" fill="white" /> </svg></a> </li> <li class="footer__social-panel-item"> <a href="https://ok.ru/group/53286834208943" class="linked-image" target="_blank"> <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9841 35.9967C28.9246 35.9967 36.983 27.9386 36.983 17.9984C36.983 8.05814 28.9246 0 18.9841 0C9.04362 0 0.985245 8.05814 0.985245 17.9984C0.985245 27.9386 9.04362 35.9967 18.9841 35.9967Z" fill="#CCCCCC" /> <path d="M20.9623 22.2115C22.6719 21.8905 23.6963 21.144 23.7505 21.104C24.2508 20.7341 24.3311 20.0603 23.9299 19.5991C23.5288 19.1379 22.7981 19.0638 22.2978 19.4336C22.2872 19.4415 21.1945 20.2143 19.3968 20.2154C17.5991 20.2143 16.4833 19.4415 16.4727 19.4336C15.9724 19.0638 15.2417 19.1379 14.8406 19.5991C14.4394 20.0603 14.5197 20.7341 15.02 21.104C15.0749 21.1446 16.1417 21.9105 17.8991 22.224L15.4498 24.5841C15.0047 25.0097 15.018 25.6873 15.4797 26.0977C15.705 26.298 15.9954 26.3976 16.2855 26.3976C16.5897 26.3976 16.8936 26.288 17.1214 26.0701L19.3968 23.8353L21.9021 26.0846C22.356 26.5024 23.091 26.5018 23.5441 26.0834C23.9971 25.665 23.9966 24.9872 23.5428 24.5695L20.9623 22.2115Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.3853 14.399C15.3853 12.1901 17.1761 10.3994 19.3853 10.3994C21.5944 10.3994 23.3853 12.1901 23.3853 14.399C23.3853 16.6079 21.5944 18.3987 19.3853 18.3987C17.1761 18.3987 15.3853 16.6079 15.3853 14.399ZM17.7842 14.399C17.7842 15.2826 18.5006 15.9989 19.3842 15.9989C20.2679 15.9989 20.9842 15.2826 20.9842 14.399C20.9842 13.5155 20.2679 12.7992 19.3842 12.7992C18.5006 12.7992 17.7842 13.5155 17.7842 14.399Z" fill="white" /> </svg></a> </li> <li class="footer__social-panel-item"> <a href="https://t.me/Lentacom" class="linked-image" target="_blank"> <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="18" cy="18" r="18" fill="#CCCCCC" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.7948 22.3223C18.0178 23.0792 17.2475 23.8235 16.4844 24.5736C16.2176 24.8363 15.9176 24.9816 15.5347 24.9614C15.2733 24.9475 15.1272 24.8327 15.0469 24.5848C14.4622 22.7702 13.869 20.9602 13.2875 19.1438C13.231 18.9676 13.1476 18.882 12.9692 18.8268C11.5918 18.4063 10.2171
17.9758 8.84461 17.5396C8.63343 17.4723 8.42045 17.3844 8.23796 17.2602C7.95594 17.0692 7.91469 16.7576 8.16757 16.5334C8.40117 16.3267 8.68006 16.1465 8.9697 16.0317C10.6533 15.3645 12.3459 14.7189 14.0358 14.0674C18.3245 12.4116 22.6131 10.7571 26.9023 9.10124C27.7178 8.78604 28.3447 9.22993 28.2599 10.1119C28.2057 10.6759 28.0595 11.231 27.9416 11.7879C27.0103 16.185 26.0781 20.5827 25.142 24.9789C24.9196 26.0227 24.1865 26.2953 23.3274 25.6618C21.8886 24.6014 20.4511 23.5374 19.0132 22.4752C18.9446 22.4255 18.8733 22.3775 18.7948 22.3223ZM15.5652 23.6576C15.5814 23.6531 15.5975 23.6486 15.6136 23.6446C15.6226 23.6033 15.6356 23.563 15.6392 23.5222C15.7316 22.5254 15.8293 21.5292 15.9096 20.5306C15.9275 20.3082 16.0037 20.1504 16.171 20.0007C17.4972 18.8147 18.8155 17.6212 20.1364 16.4303C21.5985 15.1116 23.0611 13.7943 24.5178 12.4703C24.6079 12.3887 24.6456 12.2497 24.7075 12.1367C24.5703 12.1219 24.4232 12.0668 24.2986 12.099C24.1286 12.143 23.9677 12.2416 23.8161 12.3371C20.5892 14.3696 17.365 16.4056 14.1358 18.4341C13.9533 18.5488 13.9193 18.6461 13.9888 18.8466C14.2268 19.5303 14.4434 20.2204 14.668 20.9091C14.9671 21.8255 15.2662 22.7416 15.5652 23.6576Z" fill="white" /> </svg></a> </li>
</ul> </div> </div> </div> </body></html>
 
Последнее редактирование:

constersuonsis

Активный
169
93
<Response [433]>
<!doctype html><html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" href="https://lenta.servicecdn.ru/static/pics/shortcuts/favicon.daf3654ccc7e13ee6ecb74818f5c089d.ico"> <link rel="icon" sizes="16x16" href="https://lenta.servicecdn.ru/static/pics/shortcuts/favicon-16x16.26d0dd45dca52d2d63222f7ddbcf0ca7.png"> <link rel="icon" sizes="32x32" href="https://lenta.servicecdn.ru/static/pics/shortcuts/favicon-32x32.f51ab994073227aadc6b5a8d6ba8425b.png"> <link rel="icon" sizes="192x192" href="https://lenta.servicecdn.ru/static/...-192x192.43ff388a71030818330dc6fe1025a58a.png"> <link rel="apple-touch-ico" href="https://lenta.servicecdn.ru/static/...uch-icon.960dd1b7dd45ff3b3d9da11afe2afc33.png"> <title> добÑо пожаловаÑÑ Ð² енÑÑ! </title> <link rel="preconnect" href="https://fonts.googleapis.com"
> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?f...ht@0,400;0,500;0,700;0,900;1,400&display=swap" rel="stylesheet"> <style type="text/css"> *, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; } * { outline: none; } body { position: relative; height: 100%; min-height: 100vh; margin: 0; padding: 0; font-family: Roboto,Arial,Helvetica Neue,Helvetica,sans-serif; font-size: 14px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #fff; color: #666666; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: Roboto Slab,Cambria,"Bitstream Vera Serif",Georgia,serif; } .wrapper { display: flex; min-height: 100vh; flex-direction: column; justify-content: center; align-items: center; padding: 44px 16px 32px; } .wrapper h1 { font-size: 24px; margin-bottom: 16px; } .left-col { display: flex; justify-content: center; align-items: center; } .left-col img { display: block; max-width: 220px; } .right-col { display: flex; align-items: center; } h1 { margin-bottom: 24px; } h4 { margin-bottom: 16px; } .errors_info ul { margin: 0 0 16px 0; padding: 0; list-style: none; font-size: 12px; } .social-title { margin-bottom: 8px; } .footer__social-panel { display: flex; align-items: center; margin: 0;
padding: 0; list-style: none; } .footer__social-panel li:not(:last-child) { margin-right: 8px; } @media (min-width: 1200px) { .errors_info ul { margin: 0 0 40px 0; font-size: 14px; } .left-col { width: 50%; justify-content: flex-end; } .right-col { width: 50%; } .wrapper { flex-direction: row; } .wrapper h1 { font-size: 34px; margin-bottom: 24px; } } .header { position: fixed; top: 0; left: 0; width: 100%; background: #003c96; padding: 8px 16px; } .header svg { display: block; width: 71px; height: 28px; } .banner { display: block; margin-bottom: 32px; width: 100%; max-width: 512px; border-radius: 8px; } @media (min-width: 1200px) { .header svg { width: 126px; height: 50px; } .left-col img { max-width: 400px; } } </style> </head> <body> <div class="header"> <svg width="311" height="56" viewBox="0 0 311 56" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M196.478 22.0245H177.935V6.11694H165.884V49.0287H177.935V32.1753H196.478V49.0287H208.53V6.11694H196.478V22.0245Z" fill="white" /> <path d="M214.565 16.2677H228.57V49.0287H240.621V16.2677H254.797V6.11694H214.565V16.2677Z" fill="white" /> <path d="M307.521 39.392C304.96 39.392 303.672 37.9323 303.672 35.0949V6.11711H291.628V10.7568C288.904 7.81511 284.633 5 277.837 5C265.194 5 256.629 13.8922 256.629 27.5283C256.629 41.1645 265.186 50.0566 277.837 50.0566C285.343 50.0566 289.777 46.616 292.435 43.3689C293.775 47.5543 296.921 50.1386 302.991 50.1386C305.981 50.1386 308.543 49.6247 310.593 48.5895V38.6249C309.749 39.1388 308.72 39.392 307.521 39.392ZM280.643 39.4814C273.033 39.4814 268.599 34.4469 268.599 27.5283C268.599 20.6097 273.033 15.5753 280.643 15.5753C286.972 15.5753 292.183 20.1629 292.183 27.5283C292.183 34.8938 286.964 39.4814 280.643 39.4814Z" fill="white" /> <path d="M159.475 18.7925C159.475 10.4962 151.31 5 139.052 5C126.112 5 115.341 13.7358 115.341 27.5283C115.341 42.9518 128.348 50.1386 140.095 50.1386C147.291
50.1386 153.264 48.6789 157.217 45.7521V36.0407C152.739 38.5355 147.639 39.5931 142.731 39.8239C136.253 40.1293 129.71 37.2769 127.94 31.0509C130.206 31.684 133.507 32.2425 138.134 32.2425C149.6 32.2425 159.475 27.5805 159.475 18.7925ZM127.896 23.9014C129.31 18.1223 134.062 14.5475 139.903 14.5475C144.737 14.5475 147.631 16.3051 147.631 19.0085C147.631 22.3896 143.019 24.7207 136.083 24.7207C132.663 24.7207 129.998 24.4451 127.896 23.9014Z" fill="white" /> <path d="M71.1846 18.7626C71.0958 25.8972 70.8441 29.4272 69.8152 33.4637C68.875 37.3364 67.0836 38.9673 64.2633 38.9673C63.3232 38.9673 62.4719 38.878 61.7834 38.6248V48.5968C62.7236 49.1107 64.2633 49.3713 66.3138 49.3713C74.7748 49.1107 78.8758 44.5529 80.9263 37.3364C82.3772 32.1753 82.6363 28.2208 82.8954 22.2927L83.0656 16.2752H97.123V49.0362H109.174V6.11694H71.4437L71.1846 18.7626Z" fill="white" />
<path d="M0 38.3748C4.17279 48.2344 13.8977 55.1496 25.2222 55.1496C21.0494 45.2841 11.3303 38.3748 0 38.3748Z" fill="#00BE64" /> <path d="M25.2267 41.3628C36.5799 41.3628 45.7835 32.1034 45.7835 20.6814C45.7835 9.25938 36.5799 0 25.2267 0C13.8735 0 4.66992 9.25938 4.66992 20.6814C4.66992 32.1034 13.8735 41.3628 25.2267 41.3628Z" fill="#FFB900" /> <path d="M25.229 55.1486C33.5514 55.1486 40.7147 50.175 43.9486 43.0208C35.6262 43.0208 28.4629 47.9943 25.229 55.1486Z" fill="#00BE64" /> <path d="M25.2269 31.0223C30.9019 31.0223 35.5024 26.3939 35.5024 20.6845C35.5024 14.9751 30.9019 10.3467 25.2269 10.3467C19.5519 10.3467 14.9514 14.9751 14.9514 20.6845C14.9514 26.3939 19.5519 31.0223 25.2269 31.0223Z" fill="#003C96" /> </svg> </div> <div class="wrapper"> <div class="left-col"> <img src="https://lenta.servicecdn.ru/globalassets/AB-/404x4.png" alt=""> </div> <div class="right-col"> <div class="info_wrapper"> <h1> ÐÐµÐ´Ð²Ð¸Ð´ÐµÐ½Ð½Ð°Ñ Ð¾Ñибка </h1> <h4> Ð ÐºÐ¾Ñ Ð·Ð°Ð¸Ð³ÑалÑÑ Ð² пÑоводаÑ
и оÑклÑÑ
ил ÑайÑ. <br> Уже вÑÑ Ñиним, попÑобÑйÑе зайÑи ÑеÑез 5 минÑÑ Ð¸Ð»Ð¸ оÑклÑÑиÑÑ VPN. </h4> <div class="errors_info"> <ul> <li>
URL: lenta.com/api-gateway/v1/auth/code/send </li> <li> Client IP: 176.59.162.214 </li> <li> Attack ID: 20000021 </li> <li> Message ID: 002804904348 </li> </ul> </div> <a href="https://le.onelink.me/3F8J/q2p8i8re" target="_blank"> <img src="https://lenta.servicecdn.ru/globalassets/AB-/512216.png" alt="" class="banner"></a> <div class="social-title"> ÐÑ Ð² ÑоÑ. ÑеÑÑÑ
</div> <ul class="footer__social-panel"> <li class="footer__social-panel-item"> <a href="https://vk.com/lentacom" class="linked-image" target=
"_blank"> <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9886 36C28.9291 36 36.9875 27.9411 36.9875 18C36.9875 8.05887 28.9291 0 18.9886 0C9.04806 0 0.989685 8.05887 0.989685 18C0.989685 27.9411 9.04806 36 18.9886 36Z" fill="#CCCCCC" /> <path d="M29.2743 13.6328C29.43 13.1526 29.2743 12.7998 28.5333 12.7998H26.0829C25.4598 12.7998 25.1726 13.1046 25.0168 13.4407C25.0168 13.4407 23.7707 16.2497 22.0054 18.0743C21.4343 18.6025 21.1746 18.7705 20.8631 18.7705C20.7074 18.7705 20.4819 18.6025 20.4819 18.1224V13.6328C20.4819 13.0566 20.3011 12.7998 19.7818 12.7998H15.9311C15.5418 12.7998 15.3076 13.0672 15.3076 13.3207C15.3076 13.8669 16.1902 13.9929 16.2812 15.5295V18.8666C16.2812 19.5983 16.1383 19.7309 15.8268 19.7309C14.9961 19.7309 12.9754 16.9094 11.777 13.6808C11.5421 13.0533 11.3065 12.7998 10.6803 12.7998H8.22984C7.52972 12.7998 7.38968 13.1046 7.38968 13.4407C7.38968 14.0409 8.22043 17.018 11.2578 20.9553C13.2827 23.6442 16.1356 25.1018 18.7316 25.1018C20.2892 25.1018 20.4819 24.7781 20.4819 24.2204V22.1882C20.4819 21.5407 20.6295 21.4115 21.1227 21.4115C21.4862 21.4115 22.1092 21.5795 23.563 22.876C25.2245 24.4125 25.4984 25.1018 26.4329 25.1018H28.8834C29.5835 25.1018 29.9335 24.7781 29.7316 24.1392C29.5106 23.5024 28.7174 22.5786 27.6648 21.4835C27.0936 20.8593 26.2369 20.1871 25.9773 19.8509C25.6139 19.4188 25.7177 19.2267 25.9773 18.8426C25.9773 18.8426 28.9628 14.9532 29.2743 13.6328Z" fill="white" /> </svg></a> </li> <li class="footer__social-panel-item"> <a href="https://ok.ru/group/53286834208943" class="linked-image" target="_blank"> <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9841 35.9967C28.9246 35.9967 36.983 27.9386 36.983 17.9984C36.983 8.05814 28.9246 0 18.9841 0C9.04362 0 0.985245 8.05814 0.985245 17.9984C0.985245 27.9386 9.04362 35.9967 18.9841 35.9967Z" fill="#CCCCCC" /> <path d="M20.9623 22.2115C22.6719 21.8905 23.6963 21.144 23.7505 21.104C24.2508 20.7341 24.3311 20.0603 23.9299 19.5991C23.5288 19.1379 22.7981 19.0638 22.2978 19.4336C22.2872 19.4415 21.1945 20.2143 19.3968 20.2154C17.5991 20.2143 16.4833 19.4415 16.4727 19.4336C15.9724 19.0638 15.2417 19.1379 14.8406 19.5991C14.4394 20.0603 14.5197 20.7341 15.02 21.104C15.0749 21.1446 16.1417 21.9105 17.8991 22.224L15.4498 24.5841C15.0047 25.0097 15.018 25.6873 15.4797 26.0977C15.705 26.298 15.9954 26.3976 16.2855 26.3976C16.5897 26.3976 16.8936 26.288 17.1214 26.0701L19.3968 23.8353L21.9021 26.0846C22.356 26.5024 23.091 26.5018 23.5441 26.0834C23.9971 25.665 23.9966 24.9872 23.5428 24.5695L20.9623 22.2115Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.3853 14.399C15.3853 12.1901 17.1761 10.3994 19.3853 10.3994C21.5944 10.3994 23.3853 12.1901 23.3853 14.399C23.3853 16.6079 21.5944 18.3987 19.3853 18.3987C17.1761 18.3987 15.3853 16.6079 15.3853 14.399ZM17.7842 14.399C17.7842 15.2826 18.5006 15.9989 19.3842 15.9989C20.2679 15.9989 20.9842 15.2826 20.9842 14.399C20.9842 13.5155 20.2679 12.7992 19.3842 12.7992C18.5006 12.7992 17.7842 13.5155 17.7842 14.399Z" fill="white" /> </svg></a> </li> <li class="footer__social-panel-item"> <a href="https://t.me/Lentacom" class="linked-image" target="_blank"> <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="18" cy="18" r="18" fill="#CCCCCC" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.7948 22.3223C18.0178 23.0792 17.2475 23.8235 16.4844 24.5736C16.2176 24.8363 15.9176 24.9816 15.5347 24.9614C15.2733 24.9475 15.1272 24.8327 15.0469 24.5848C14.4622 22.7702 13.869 20.9602 13.2875 19.1438C13.231 18.9676 13.1476 18.882 12.9692 18.8268C11.5918 18.4063 10.2171
17.9758 8.84461 17.5396C8.63343 17.4723 8.42045 17.3844 8.23796 17.2602C7.95594 17.0692 7.91469 16.7576 8.16757 16.5334C8.40117 16.3267 8.68006 16.1465 8.9697 16.0317C10.6533 15.3645 12.3459 14.7189 14.0358 14.0674C18.3245 12.4116 22.6131 10.7571 26.9023 9.10124C27.7178 8.78604 28.3447 9.22993 28.2599 10.1119C28.2057 10.6759 28.0595 11.231 27.9416 11.7879C27.0103 16.185 26.0781 20.5827 25.142 24.9789C24.9196 26.0227 24.1865 26.2953 23.3274 25.6618C21.8886 24.6014 20.4511 23.5374 19.0132 22.4752C18.9446 22.4255 18.8733 22.3775 18.7948 22.3223ZM15.5652 23.6576C15.5814 23.6531 15.5975 23.6486 15.6136 23.6446C15.6226 23.6033 15.6356 23.563 15.6392 23.5222C15.7316 22.5254 15.8293 21.5292 15.9096 20.5306C15.9275 20.3082 16.0037 20.1504 16.171 20.0007C17.4972 18.8147 18.8155 17.6212 20.1364 16.4303C21.5985 15.1116 23.0611 13.7943 24.5178 12.4703C24.6079 12.3887 24.6456 12.2497 24.7075 12.1367C24.5703 12.1219 24.4232 12.0668 24.2986 12.099C24.1286 12.143 23.9677 12.2416 23.8161 12.3371C20.5892 14.3696 17.365 16.4056 14.1358 18.4341C13.9533 18.5488 13.9193 18.6461 13.9888 18.8466C14.2268 19.5303 14.4434 20.2204 14.668 20.9091C14.9671 21.8255 15.2662 22.7416 15.5652 23.6576Z" fill="white" /> </svg></a> </li>
</ul> </div> </div> </div> </body></html>
тебе ипшник снесло к чертям, включай впн или прокси