Skip to content

Instantly share code, notes, and snippets.

View notsatvrn's full-sized avatar
😤
i pledge allegiance to the SWAG...

satvrn notsatvrn

😤
i pledge allegiance to the SWAG...
  • /dev/null
  • 23:15 (UTC -07:00)
View GitHub Profile
from base64 import b64encode
from os import path
url = 'http://gdps.galaxiaps.tk'
to_replace = 'http://www.boomlings.com'
print('Checking base64...')
replace_b64 = b64encode(bytes(to_replace, 'utf-8'))
url_b64 = b64encode(bytes(url, 'utf-8'))