예제 #1
0
def exploits(web):

    print ''
    time.sleep(0.3)
    v = raw_input (''+GR+'  [#] \033[1;4mTID\033[0m'+GR+' :> ' + color.END)
    print ''
    if v == '1':
	print ' [!] Type Selected : Shellshock Exploit'
	shellshock_exp(web)
	print O+' [!] Completed!'
	time.sleep(1)
	print '\n\n'
	os.system('clear')
예제 #2
0
def exploits(web):

    print('')
    print(B + ' [+] Module Selected : ' + C + 'Exploitation')
    exploitsban()
    time.sleep(0.3)
    v = raw_input(GR + '  [#] \033[1;4mTID\033[0m' + GR + ' :> ' + color.END)
    print('')
    if v == '1':
        print(' [!] Type Selected : Shellshock Exploit')
        shellshock_exp(web)
        print(O + ' [!] Completed!')
        time.sleep(1)
        print('\n\n')
        os.system('clear')