Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 397 Bytes

url_collection

编写web渗透工具的基石

使用基于广度的搜索算法爬取url,默认最大深度为5
可从 <a href=${url}> 及从form表单中提取url并自动拼接参数

用法

python url_collection.py http://www.tenteu.com

todo

将增加对url相似度的识别
将增加在js中提取url
将增加对本域名及其子域的url搜集