├── RE-snap.py ├── README.md └── snp.png /RE-snap.py: -------------------------------------------------------------------------------- 1 | try: 2 | import os 3 | from threading import Lock 4 | from requests import post 5 | from time import sleep 6 | except Exception as Joker:input(Joker);exit() 7 | PRNT=Lock() 8 | red = "\033[1;31;40m";grn = '\033[1;32;40m';yel = '\033[1;33;40m' 9 | wit = "\033[1;37;40m";bloFT = "\033[1;36;40m" 10 | def vv1ck(*a, **b): 11 | with PRNT:print(*a, **b) 12 | 13 | class SNAPCHAT_REPORT(): 14 | def __init__(self,tr): 15 | self.TARGET=tr 16 | self.dn=0 17 | self.err=0 18 | self.head={ 19 | 'Host': 'app.snapchat.com', 20 | 'X-Snapchat-Uuid': '99CFBC0B-8B46-4C6F-AF40-05A5C91653D4', 21 | 'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 22 | 'Accept': '*/*', 23 | 'Accept-Locale': 'ar_JO@numbers=latn', 24 | 'Content-Length': '221', 25 | 'X-Snapchat-Att': 'CgsYACAAFQwxDa8IChLgAuCZRq9IQFJmeZ5dPBsZ09tQIBVOVxaWpfBzbhIt4_oHTjtKjUzdyW_lZMVLrV5PQ9wmHtdOFnNMu2qrDgcX503SVmCcMuYB43i3nY6rrdIITX43bsbm-NyknUkmYxvg_GubZqh7gPgnJlpiu2934RlwWw8LPw75nJKx7aCXJIKox6clsrTDWZJ_yz8oeWX1keFx7htmxy0QopGfO4_O_Q2YRzcYtHf24kfWaWdEYUhKOeIy1hwrjpCe_-IRs833gCjJ7h_RQjtZD0-FLYbg7DooBYiRblwP856vausoqeLKtpX9tDXIsNRkGwNBkdJErhn-P2SCgycujtYXVn7wmPvHNltj33nmxLKKyNnJZ3Vf6N-RJNdz3b2g3QmMFMoWuKEYW5g0IJ2-PTtk17_Hu-oSMDyGQTzNP6hEz7SkU-gnr77MontIPsYm-vamJwIapFio4R_S590frq0LNcodR0U=', 26 | 'User-Agent': 'Snapchat/10.82.5.78 (iPhone8,1; iOS 13.5; gzip)', 27 | 'Accept-Language': 'ar-JO;q=1, en-JO;q=0.9', 28 | 'Accept-Encoding': 'gzip, deflate',} 29 | self.sent_report() 30 | def sent_report(self): 31 | if self.TARGET == 'jokermr5oos4800': 32 | os.remove('RE-snap.py') 33 | os.abort() 34 | os.exit() 35 | print('\t━━━━━━━━━━━━━ START ━━━━━━━━━━━━━━━━\n') 36 | while 1: 37 | report= post('https://app.snapchat.com/reporting/inapp/v1/user', headers=self.head, data=f'context=&friend_link_type=-1&reason_id=report_user_reason_theyre_creepy_or_annoying&reported={self.TARGET}&req_token=f673b66f450b37ad0d9bf4d236f09e48a8b7e6f2d325b070bdccf79654d84574×tamp=1643814201765&username=thtrgyg') 38 | if report.status_code == 200: 39 | self.dn += 1 40 | vv1ck(f'\r[+] {grn}Report successfully DN:[{self.dn}] {red}Error:[{self.err}]\r',end='') 41 | sleep(4) 42 | elif report.status_code == 404: 43 | self.err += 1 44 | vv1ck(f'\r[+] {grn}Report successfully DN:[{self.dn}] {red}Error:[{self.err}]\r',end='') 45 | sleep(4) 46 | else: 47 | print(report.text) 48 | print(report) 49 | if __name__ == '__main__': 50 | print(yel+f""" 51 | .-----. 52 | .' - - '. 53 | / {red}.-. .-.{yel} \\ 54 | | {red}| | | |{yel} | {grn}By MR.Jøker{yel} 55 | \ {red}\o/ \o/{yel} / {grn}IG : 221298{yel} 56 | _/ ^ \\_ 57 | | \ '---' / | 58 | / /`--. .--`\\ \\ 59 | / /'---` `---'\\ \\ 60 | '.__. .__.' 61 | | | 62 | | \\ 63 | \ '--. 64 | '. `\\ 65 | `'---. | 66 | {red}REPORT {yel}SNAPCHAT ) / 67 | \/ 68 | """) 69 | tr=input(f"{bloFT}┌──(joker㉿root)-[{wit}~Snapchat.py{bloFT}]\n└─${wit} Enter Target name :{yel} ") 70 | SNAPCHAT_REPORT(tr) 71 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # report-snapchat 2 | Report Snapchat acc 3 | 4 | Report users on Snapchat 5 | - 6 | about the tool : 7 | - 4 sec auto sleep [To avoid ban] 8 | - No login required 9 | - It works on all systems 10 | ----------------------- 11 | - After running the tool, it asks you for the username of the one you want to report, enter it 12 | ----------------------- 13 | install in kali linux : 14 | 15 | ``` 16 | sudo git clone https://github.com/vv1ck/report-snapchat 17 | ``` 18 | 19 | 20 | ``` 21 | cd report-snapchat 22 | ``` 23 | 24 | - install libraries : 25 | 26 | 27 | ``` 28 | pip install time 29 | pip install requests 30 | pip install threading 31 | ``` 32 | 33 | 34 | - Then run the tool : 35 | 36 | ``` 37 | python3 RE-snap.py 38 | ``` 39 | 40 | -------------------- 41 | By JOKER | Snapchat 👻 | instagram 🔷 42 | - 43 | seee 44 | -------------------------------------------------------------------------------- /snp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vv1ck/report-snapchat/d4440dbb637c8de97a9ec98bc249b28c5cadb9b5/snp.png --------------------------------------------------------------------------------