import re, urllib, os, socket, sys from moduleBS import BeautifulSoup import urlparse from dtectcolors import Style, Fore, Back, init init() if os.name == 'nt': os.system('cls') else: os.system('clear') d4rk = 0 dr1 = "D4rk " # -- Colors Start -- boldwhite = Style.BRIGHT + Fore.WHITE boldgrey = Style.DIM + Fore.WHITE reset = Style.RESET_ALL green = Style.BRIGHT + Fore.GREEN lightgreen = Fore.GREEN red = Fore.RED boldred = Style.BRIGHT + Fore.RED # -- Colors End -- # -- Switches Start -- wpenumerator = "off" filedetector = "off" headercheck = "on" subdomainscan = "off" portscan = "off" wpscan = "off" xssscanner = "off"
import sqlite3 import os from dtectcolors import Style, Fore, Back, init init() # for colors global W W = Style.BRIGHT + Fore.WHITE global GR GR = Style.DIM + Fore.WHITE global G G = Style.BRIGHT + Fore.GREEN global C C = Fore.GREEN global R R = Fore.RED global B B = Fore.BLUE global Y Y = Fore.YELLOW global O O = Fore.MAGENTA os.system("cls") os.system("mode 80,40") def About(): print print """