This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pip3 install requests argparse | |
# @author: @aetsu | |
import logging | |
import requests | |
import json | |
import urllib3 | |
import socket | |
import sys | |
import argparse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pip3 install pycrtsh validators tqdm | |
# @author: @aetsu | |
import sys | |
from tqdm import tqdm | |
import validators | |
from pycrtsh import Crtsh | |
DEBUG = False |