资源简介
awd各种工具 代码审计 流量监控 远程连接 ,端口扫描等各种工具 和一个收集的awd资料集合
代码片段和文件信息
#!/usr/bin/env python
#coding:utf-8
# Author: Zeroh
import re
import sys
import Queue
import threading
import optparse
import requests
from IPy import IP
printLock = threading.Semaphore(1) #lock Screen print
TimeOut = 5 #request timeout
#User-Agent
header = {‘User-Agent‘ : ‘Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/44.0.2403.125 Safari/537.36‘‘Connection‘:‘close‘}
class scan():
def __init__(selfcidrthreads_num):
self.threads_num = threads_num
self.cidr = IP(cidr)
#build ip queue
self.IPs = Queue.Queue()
for ip in self.cidr:
ip = str(ip)
self.IPs.put(ip)
def request(self):
with threading.Lock():
while self.IPs.qsize() > 0:
ip = self.IPs.get()
try:
r = requests.Session().get(‘http://‘+str(ip)headers=headertimeout=TimeOut)
status = r.status_code
title = re.search(r‘tle>(.*) tle>‘ r.text) #get the title
if title:
title = title.group(1).strip().strip(“\r“).strip(“\n“)[:30]
else:
title = “None“
banner = ‘‘
try:
banner += r.headers[‘Server‘][:20] #get the server banner
except:pass
printLock.acquire()
print “|%-16s|%-6s|%-20s|%-30s|“ % (ipstatusbannertitle)
print “+----------------+------+--------------------+------------------------------+“
#Save log
with open(“./log/“+self.cidr.strNormal(3)+“.log“‘a‘) as f:
f.write(ip+“\n“)
except Exceptione:
printLock.acquire()
finally:
printLock.release()
#Multi thread
def run(self):
for i in range(self.threads_num):
t = threading.Thread(target=self.request)
t.start()
if __name__ == “__main__“:
parser = optparse.OptionParser(“Usage: %prog [options] target“)
parser.add_option(“-t“ “--thread“ dest = “threads_num“
default = 10 type = “int“
help = “[optional]number of theadsdefault=10“)
(options args) = parser.parse_args()
if len(args) < 1:
parser.print_help()
sys.exit(0)
print “+----------------+------+--------------------+------------------------------+“
print “| IP |Status| Server | title |“
print “+----------------+------+--------------------+------------------------------+“
s = scan(cidr=args[0]threads_num=options.threads_num)
s.run()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9129 2016-07-28 17:23 AWD工具\Cknife\1.jsp
文件 8531 2016-07-28 17:23 AWD工具\Cknife\1.jspx
文件 2048 2018-08-17 17:07 AWD工具\Cknife\Cknife.db
文件 5178773 2016-08-03 16:27 AWD工具\Cknife\Cknife.jar
文件 33200 2018-08-17 17:07 AWD工具\Cknife\Config.ini
文件 1575 2016-07-28 17:23 AWD工具\Cknife\Customize\cus.asp
文件 1249 2016-07-28 17:23 AWD工具\Cknife\Customize\cus.aspx
文件 1370 2016-07-28 17:23 AWD工具\Cknife\Customize\cus.php
文件 7861 2016-07-30 12:28 AWD工具\Cknife\ReadMe.txt
文件 5571328 2018-08-03 13:16 AWD工具\D dun\D_Safe_Manage.exe
文件 3586304 2018-08-02 09:53 AWD工具\D dun\Modules\d_manage.dll
文件 50432 2017-10-14 17:43 AWD工具\D dun\Modules\d_manage.exe
文件 441456 2020-07-10 09:04 AWD工具\D dun\Modules\ws_lib.db
文件 36637 2020-07-10 09:04 AWD工具\D dun\Rule\v2_Rule.dat
文件 156416 2017-10-14 17:43 AWD工具\D dun\x32\load_manage.dll
文件 2842880 2018-08-03 13:16 AWD工具\D dun\x32\web_safe.dll
文件 239872 2017-10-14 17:43 AWD工具\D dun\x64\load_manage.dll
文件 4516096 2018-08-03 13:16 AWD工具\D dun\x64\web_safe.dll
文件 2454 2016-04-05 10:39 AWD工具\httpscan-master\httpscan.py
文件 2320 2016-04-05 10:39 AWD工具\httpscan-master\log\203.124.10.0-203.124.10.255.log
文件 90530 2016-04-05 10:39 AWD工具\httpscan-master\log\demo.png
文件 25811 2016-04-05 10:39 AWD工具\httpscan-master\log\demo.txt~
文件 465 2016-04-05 10:39 AWD工具\httpscan-master\README.md
文件 10432 2017-06-03 20:40 AWD工具\rips-0.55\CHANGELOG
文件 3144 2017-06-03 20:40 AWD工具\rips-0.55\config\general.php
文件 12684 2017-06-03 20:40 AWD工具\rips-0.55\config\help.php
文件 3794 2017-06-03 20:40 AWD工具\rips-0.55\config\info.php
文件 4574 2017-06-03 20:40 AWD工具\rips-0.55\config\securing.php
文件 21233 2017-06-03 20:40 AWD工具\rips-0.55\config\sinks.php
文件 2892 2017-06-03 20:40 AWD工具\rips-0.55\config\sources.php
............此处省略117个文件信息
- 上一篇:DW CS6 精简版
- 下一篇:地理信息系统导论(原著第8版).pdf
相关资源
- 网络攻防技术与实践_诸葛建伟_课程
- 网络攻防技术与实践 高清pdf 附书签
- 网络攻防技术速成基础教程
- 2019 年江苏省职业院校技能大赛高职组
- SDFAWDFSA.rar
- 网络攻防实验
- 黑鹰远控之H2O完整源代码
- CTF AWD工具
- 网络安全基础+网络攻防、协议与安全
- 网络攻击与防范--中科院张玉清老师最
- 网络攻防PPT合集
- 网络攻防34个实验
- awd_platform.7z
- 网络攻防实战研究漏洞利用与提权.
- AWD工具.zip
- 网络攻防反追踪技术
- 悬剑3.0公益版百度网盘链接地址.txt
- kitti百度云.txt
-
la
yer子域名挖掘机 - 山东大学网络攻击与防范考试试题
- OllyDBG v2.01 Final
- 木马编程DIY系列教程 chm(含源码)
- 黑客入侵所需要的几个常用命令
- 无驱写锁升级0509.rar
- 常用WIFI密码字典(高频率)
- 开放实验网络攻防实验报告
- 网络攻防课程设计
评论
共有 条评论