KAPU  

2019年3月24日

摘要: #!/usr/bin/env python # -*- coding:UTF-8 -*- import optparse import socket import threading # 用法 python threadPortScan.py -H www.baidu.com -p 22 23 3306 3389 6437 445 443 7001 80 #构造一个方法 创建具有给定许可数的... 阅读全文
posted @ 2019-03-24 23:59 Vegitable_Bird 阅读(703) 评论(0) 推荐(0) 编辑
 
摘要: 查看日志 eventvwr.exe 中了勒索病毒 1.查看download目录有没有病毒样本,C:\Users\86132\Downloads 2.查看系统开放端口 3.导出systeminfo 4.导出日志文件 所有的都要导出 wevtutil epl security d:\security.e 阅读全文
posted @ 2019-03-24 23:57 Vegitable_Bird 阅读(506) 评论(0) 推荐(0) 编辑
 
摘要: #!/usr/bin/env python # -*- coding:UTF-8 -*- #用法 # python CrackZipStrong.py -f ./sqlmap.zip -d dictionary.txt # ('Found Password:', '123456') import zipfile import threading import optparse def ext... 阅读全文
posted @ 2019-03-24 23:56 Vegitable_Bird 阅读(789) 评论(0) 推荐(0) 编辑