def shell():
if(s != ''):
print('---- interactive mode ----')
t= telnetlib.Telnet()
t.sock = s
t.interact()
elif(p != ''):
print('---- interactive mode ----')
proc.wait()
#katagaitai_command_start
#def xxd(a):
# hexdump.hexdump(a)
#
#def dbg(ss):
# print "[+] %s: 0x%x"%(ss, eval(ss))
#
#def countdown(n):
# for i in xrange(n,0,-1):
# print str(i) + "..",
# sys.stdout.flush()
# time.sleep(1)
# print
#katagaitai_command_end
评论列表
文章目录