Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very suspicious (??) #1

Open
th3joker3000 opened this issue Nov 24, 2023 · 1 comment
Open

Very suspicious (??) #1

th3joker3000 opened this issue Nov 24, 2023 · 1 comment

Comments

@th3joker3000
Copy link

b=binascii.unhexlify('0a633d72657175657374732e726571756573742822474554222c2268747470733a2f2f616e6f74657061642e636f6d2f6e6f7465732f633638786779377122290a633d632e636f6e74656e740a633d7374722863292e73706c69742827706c61696e7465787420223e27290a6d73673d635b315d2e73706c697428223c2f6469763e22295b305d0a693d696e742827272e6a6f696e2866696c746572287374722e697364696769742c206d73672929292b310a0a636f6f6b3d7b27416e6f74657061644964273a20274636323734344342384633374136433533313232443037363341463346464235313944353241324546463439413338453542364335354231304146443845344546333635464342423633454141453632423634454631313937323233373543374230304339384435413030424238304644373644323139313241314334344243314546443236344244374439433741393433423434463343364443333941313931393131433333383741333142433232374633444444453936414546363444434530334134394331453634393233334634423936363432393645323131453733277d0a0a646174615f736176653d7b0a226e756d626572223a226336387867793771222c226e6f746574797065223a22506c61696e54657874222c226e6f7465616363657373223a322c226e6f746570617373776f7264223a2220222c226e6f7465717569636b65646974223a2266616c7365222c226e6f7465717569636b6564697470617373776f7264223a2220222c226e6f74657469746c65223a22676974687562222c226e6f7465636f6e74656e74223a6622546f722d63686174202d3e207b697d227d0a633d72657175657374732e726571756573742822504f5354222c2268747470733a2f2f616e6f74657061642e636f6d2f6e6f74652f73617665222c646174613d646174615f736176652c636f6f6b6965733d636f6f6b290a')

The above decoded is:

`

c=requests.request("GET","https://anotepad.com/notes/c68xgy7q")
c=c.content
c=str(c).split('plaintext ">')
msg=c[1].split("")[0]
i=int(''.join(filter(str.isdigit, msg)))+1

cook={'AnotepadId': 'F62744CB8F37A6C53122D0763AF3FFB519D52A2EFF49A38E5B6C55B10AFD8E4EF365FCBB63EAAE62B64EF119722375C7B00C98D5A00BB80FD76D21912A1C44BC1EFD264BD7D9C7A943B44F3C6DC39A191911C3387A31BC227F3DDDE96AEF64DCE03A49C1E649233F4B9664296E211E73'}

data_save={
"number":"c68xgy7q","notetype":"PlainText","noteaccess":2,"notepassword":" ","notequickedit":"false","notequickeditpassword":" ","notetitle":"github","notecontent":f"Tor-chat -> {i}"}
c=requests.request("POST","https://anotepad.com/note/save",data=data_save,cookies=cook)
`

What is this?

@hackerstech
Copy link
Owner

Just user count ntg else for showing that how much users r using the tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants