Skip to content

Instantly share code, notes, and snippets.

View KebabLord's full-sized avatar

Junicchi KebabLord

View GitHub Profile
@KebabLord
KebabLord / databreach_checker.py
Last active September 2, 2020 17:36
checks for raidforums official database thread for new accessive databreaches
#!/usr/bin/python3
# a guide a friend created: https://u.teknik.io/cwplF.png
useragent="Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" ## change this with yours
url="https://raidforums.com/Thread-Be-Notified-When-Databases-Get-Added?page=last"
from os import listdir,chdir,path
chdir("./cookies")
cooks = listdir()