def main(): print('\n') print('\t ____ __ __ __ ') print('\t / _/___ _____/ /_____ _/ /_ ____ / /_ ') print('\t / // __ \/ ___/ __/ __ `/ __ \/ __ \/ __/ ') print('\t _/ // / / (__ ) /_/ /_/ / /_/ / /_/ / /_ ') print('\t/___/_/ /_/____/\__/\__,_/_.___/\____/\__/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) comm.checkInstalledFull(INSTABOT_SYM, INSTABOT_GITNAME, INSTABOT_GITRUN) comm.checkNetConnectionV() print('') global sop # The parameters to be passed to the module on init sop = options() console()
def main(): """The first function to run.""" print('\n') print('\t __ ') print('\t _____/ /_ ____ _____ ____ ____ ____ ___ ___ ') print('\t / ___/ __ \/ __ `/ __ \/ __ `/ _ \/ __ `__ \/ _ \ ') print('\t/ /__/ / / / /_/ / / / / /_/ / __/ / / / / / __/ ') print('\t\___/_/ /_/\__,_/_/ /_/\__, /\___/_/ /_/ /_/\___/ ') print('\t /____/ ') print(bc.ITALIC + '\tchangeme by ztgrace') print('\trun "info" for git information' + bc.ENDC) print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) comm.checkInstalled('python2') global program program = comm.checkInstalledFull(CHANGEME_SYM, CHANGEME_GITNAME, CHANGEME_GITRUN) print('') global sop if args.ip: ip = args.ip else: ip = comm.getLocalIP_interface() + '/24' sop = Options(ip, 'n') if args.run: run() else: console()
def main(): print('\n') print(' ____ __ _ __ ___ ___ ') print(' / __/_ __ ___ / /__ (_) /_ / _ \/ _ ) ') print(' / _/ \ \ // _ \/ / _ \/ / __// // / _ | ') print(' /___//_\_\/ .__/_/\___/_/\__//____/____/ ') print(' /_/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) global exploitdb exploitdb = comm.checkInstalledFull(EXPLOITDB_SYM, EXPLOITDB_GITNAME, EXPLOITDB_GITRUN) print('') global sop sop = options() console()
def main(): print('\n') print(' _______ __ _ __ ___ ') print(' / ___/ / ___ ____/ /__ __ _ ___ _(_) /__ ___ ___ ___ / _/ ') print(' / /__/ _ \/ -_) __/ \'_/ / \' \/ _ `/ / (_-</ _ \/ _ \/ _ \/ _/ ') print(' \___/_//_/\__/\__/_/\_\ /_/_/_/\_,_/_/_/___/ .__/\___/\___/_/ ') print(' /_/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) global spoofcheck spoofcheck = comm.checkInstalledFull(SPOOFCHECK_SYM, SPOOFCHECK_GITNAME, SPOOFCHECK_GITRUN) comm.checkNetConnectionV() print('') global sop sop = options('www.apple.com') console()
def main(): print('\n') print(' _______ __ __ _ ') print(' / ____(_)___ ____/ / / /___ ____ _(_)___ ') print(' / /_ / / __ \/ __ / / / __ \/ __ `/ / __ \ ') print(' / __/ / / / / / /_/ / / / /_/ / /_/ / / / / / ') print(' /_/ /_/_/ /_/\__,_/ /_/\____/\__, /_/_/ /_/ ') print(' /____/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) global adminfinder adminfinder = comm.checkInstalledFull(ADMINFINDER_SYM, ADMINFINDER_GITNAME, ADMINFINDER_GITRUN) print('') global sop sop = options() console()
def main(): print('\n') print(' ____ _ _______ ') print(' / __ \/ | / / ___/________ _________ ____ ') print(' / / / / |/ /\__ \/ ___/ _ \/ ___/ __ \/ __ \ ') print(' / /_/ / /| /___/ / / / __/ /__/ /_/ / / / / ') print(' /_____/_/ |_//____/_/ \___/\___/\____/_/ /_/ ') print(' ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) global dnsrecon dnsrecon = comm.checkInstalledFull(DNSRECON_SYM, DNSRECON_GITNAME, DNSRECON_GITRUN) print('') global sop # The parameters to be passed to the module on init sop = options('apple.com', '') console()
def main(): print('\n') print(' ____ __ _ __ ') print(' / __ \_________ / /___ (_) /_ ') print(' / /_/ / ___/ __ \/ / __ \/ / __/ ') print(' / _, _(__ ) /_/ / / /_/ / / /_ ') print(' /_/ |_/____/ .___/_/\____/_/\__/ ') print(' /_/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) comm.checkInstalled('python2') global routersploit routersploit = comm.checkInstalledFull(ROUTERSPLOIT_SYM, ROUTERSPLOIT_GITNAME, ROUTERSPLOIT_GITRUN) print('') global sop sop = options() console()
def main(): print('\n') print(' ___ ____ ____ ') print(' / | / __ \/ __ \ ____ ___ ____ ____ ') print(' / /| | / /_/ / /_/ / / __ `__ \/ __ \/ __ \ ') print(' / ___ |/ _, _/ ____/ / / / / / / /_/ / / / / ') print(' /_/ |_/_/ |_/_/ /_/ /_/ /_/\____/_/ /_/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) global arpprogram arpprogram = comm.checkInstalledFull(ARP_SYM, ARP_GITNAME, ARP_GITRUN) print('') global sop # The parameters to be passed to the module on init if args.hwaddress: sop = options(str(args.hwaddress), '30') else: sop = options('', '30') if args.run: run() else: console()
def main(): print('\n') print('\t __ __ ________ ') print('\t / /_ ____ _____/ /_ / _/ __ \ ') print('\t / __ \/ __ `/ ___/ __ \ / // / / / ') print('\t / / / / /_/ (__ ) / / // // /_/ / ') print('\t/_/ /_/\__,_/____/_/ /_/___/_____/ ') print('\n') print('\t' + bc.OKBLUE + 'CHECKING REQUIREMENTS' + bc.ENDC) global hashid hashid = comm.checkInstalledFull(HASHID_SYM, HASHID_GITNAME, HASHID_GITRUN) print('') global sop # The parameters to be passed to the module on init if args.hashinput: hash = args.hashinput else: hash = '' sop = options(hash) if args.run: run() else: console()