Threezh1 / JSFinder

JSFinder is a tool for quickly extracting URLs and subdomains from JS files on a website.
2.62k stars 400 forks source link

可以添加批量测试url功能吗? #6

Closed zglaozhu closed 3 years ago

zglaozhu commented 5 years ago

可以添加批量测试url功能吗

Threezh1 commented 5 years ago

有批量测试url的。

指定URL: python JSFinder.py -f text.txt

指定JS: python JSFinder.py -f text.txt -j

可以用brupsuite爬取网站后提取出URL或者JS链接,保存到txt文件中,一行一个。

指定URL或JS就不需要加深度爬取,单个页面即可。

zglaozhu commented 5 years ago

谢谢啦