V4NSH4J / discord-mass-DM-GO

The most powerful Discord selfbot written in GO allowing users to automate their campaigns & send low-cost mass messages to Discord users!
https://t.me/tosviolators
GNU Affero General Public License v3.0
2.17k stars 639 forks source link

How to bypass the captcha during a friend request ? #892

Open Ryan4794 opened 1 year ago

Ryan4794 commented 1 year ago

Hello, I am developing a mass friend spammer script in Python, but Discord detects it as a script and asks for a captcha even though it's a verified account, and I am using all the headers copied identically from the original request. So, the problem is not there. I have noticed that when I send a friend request with Mass DM Go, it works normally. I have tried to figure out how to bypass the captcha request in the code, but I have never worked with Go, and the script is too complex for me to understand. Therefore, I would like to know how to bypass the captcha request when sending a friend request. Thank you.

how to use ja3 in python ?

Ryan4794 commented 1 year ago

headers = { 'accept': '/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6', 'authorization': token, 'content-length': '41', 'content-type': 'application/json', 'cookie': 'dcfduid=471f2f90bc3811edba166dbd064f1e60; sdcfduid=471f2f91bc3811edba166dbd064f1e60a43fc1e3494baec024377ab68086e6894ac7e491015d6a480c28730786750b0c; OptanonAlertBoxClosed=2023-03-06T16:05:13.757Z; _gcl_au=1.1.2007295300.1678118714; _gid=GA1.2.1837724408.1678118714; __cfruid=26ea3f77b54102f86212c285879884274e82a9d6-1678193382; locale=fr; OptanonConsent=isIABGlobal=false&datestamp=Tue+Mar+07+2023+14%3A16%3A31+GMT%2B0100+(heure+normale+d%E2%80%99Europe+centrale)&version=6.33.0&hosts=&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A1%2CC0003%3A1&geolocation=BE%3BBRU&AwaitingReconsent=false; _ga_Q149DFWHT7=GS1.1.1678194991.4.0.1678194991.0.0.0; _ga=GA1.1.22897338.1678118714; __cf_bm=cIrP_oxbSPhCXvdcflB4Zd7ekGeQkl7W8DzkwKnM2OU-1678196498-0-Ae57J50aZtgwtD3k9xUdYrBIBv+/nh2zMyB+g04OOf1Jne9PVLtobmnBmj/qZuv6B9+AYSY9eQzm5NpWjbm8pMl5qWGeWgH5V9jj/N3Ma8mPBsNUpPHNMqytP9WAqqEQhg==', 'origin': 'https://discord.com', 'referer': 'https://discord.com/channels/@me', 'sec-ch-ua': '"Chromium";v="110", "Not A(Brand";v="24", "Google Chrome";v="110"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-origin', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'x-context-properties': 'eyJsb2NhdGlvbiI6IkFkZCBGcmllbmQifQ==', 'x-debug-options': 'bugReporterEnabled', 'x-discord-locale': 'fr', 'x-super-properties': 'eyJvcyI6IldpbmRvd3MiLCJicm93c2VyIjoiQ2hyb21lIiwiZGV2aWNlIjoiIiwic3lzdGVtX2xvY2FsZSI6ImZyLUJFIiwiYnJvd3Nlcl91c2VyX2FnZW50IjoiTW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzExMC4wLjAuMCBTYWZhcmkvNTM3LjM2IiwiYnJvd3Nlcl92ZXJzaW9uIjoiMTEwLjAuMC4wIiwib3NfdmVyc2lvbiI6IjEwIiwicmVmZXJyZXIaOiIiLCJyZWZlcnJpbmdfZG9tYWluIjoiIiwicmVmZXJyZXJfY3VycmVudCI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vIiwicmVmZXJyaW5nX2RvbWFpbl9jdXJyZW50Ijoid3d3Lmdvb2dsZS5jb20iLCJzZWFyY2hfZW5naW5lX2N1cnJlbnQiOiJnb29nbGUiLCJyZWxlYXNlX2NoYW5uZWwiOiJzdGFibGUiLCJjbGllbnRfYnVpbGRfbnVtYmVyIjoxNzg1OTAsImNsaWVudF9ldmVudF9zb3VyY2UiOm51bGwsImRlc2lnbl9pZCI6MH0=', }

SubnauticaNitroxx commented 1 year ago

You ever figure this out?