Skip to content

Str1am/Auto_JsFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Auto_JsFinder

0x01:Introduce

对Threezh1师傅的https://github.com/Threezh1/JSFinder,进行了一定的修改

去除了深度爬取和寻找domain的功能,只保留了爬取js接口的功能,并添加了自动请求并打印body。因为在实际使用过程中,往往是爬取到接口在放到txt中利用bp的Intruder去跑,觉得太过于繁琐,于是就修改了一下代码

0x02:Use

首先输入需要爬取的js接口

image

mac用户可以添加快捷命令:alias JsFind="python3 /Users/Str1am/JSFinder-master/jsFinder_new.py"

会爬取接口并请求和打印body

image

这里出现了一种常见情况,host+path并不是网站的请求接口,所以没有返回任何body

所以添加了一个自定义接口功能,输入网站的api接口

image

根据返回包接口就可以方便的测试越权了

Notice

代码中过滤了返回head为text/html的数据,防止出现返回body过于冗长影响判断,所以可能或遗漏部分接口

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages