• XSS.stack #1 – первый литературный журнал от юзеров форума

account automation

honeybunz

RAID-массив
Пользователь
Регистрация
18.02.2023
Сообщения
51
Реакции
9
heelo all, recently started a python project using selenium to automate tiktok account creation process for botting. but as of now i am not ble to send the verfication email to the generated email address after the send code button is clicked, could anyone share their thoughts as to what might be stopping the email from being sent. Thanks
 
Many reasons. From incorrect headlines to antifraud. TikTok probably has good protection against automation. Check something simple.
when checking the console i can see that that tiktok begins the process of sending the email with the send_mail event

[
{
"event": "send_mail",
"params": "{\"page_name\":\"login\",\"enter_from\":\"login\",\"is_landing_page\":1,\"page_url\":\"https://www.tiktok.com/signup/phone-or-email/email\",\"userAgent\":\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0\",\"user_type_alias\":\"user\",\"domain_name\":\"www.tiktok.com\",\"page_path\":\"/signup/phone-or-email/email\",\"login_type\":\"webapp\",\"skip_init\":false,\"is_non_personalized\":\"0\",\"is_retry\":false,\"send_reason\":\"user_click\",\"event_index\":1696639756116}",
"local_time_ms": 1696639134358,
"is_bav": 0,
"session_id": "61f0ce71-e38e-4f24-91be-7770617cdc78"
}
]

but the email is nevr getting sent.
 
when checking the console i can see that that tiktok begins the process of sending the email with the send_mail event

[
{
"event": "send_mail",
"params": "{\"page_name\":\"login\",\"enter_from\":\"login\",\"is_landing_page\":1,\"page_url\":\"https://www.tiktok.com/signup/phone-or-email/email\",\"userAgent\":\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0\",\"user_type_alias\":\"user\",\"domain_name\":\"www.tiktok.com\",\"page_path\":\"/signup/phone-or-email/email\",\"login_type\":\"webapp\",\"skip_init\":false,\"is_non_personalized\":\"0\",\"is_retry\":false,\"send_reason\":\"user_click\",\"event_index\":1696639756116}",
"local_time_ms": 1696639134358,
"is_bav": 0,
"session_id": "61f0ce71-e38e-4f24-91be-7770617cdc78"
}
]

but the email is nevr getting sent.
Try to duplicate a session from a regular browser in Burp Suite.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх