Burp suite插件获取js/html中隐藏的uri和接口
日期: 2019-09-27 更新: 2021-06-21 分类: 渗透工具
https://github.com/j1anFen/burp_jspath
burp_jspath
获取js文件和html中script标签内容中的接口,用于渗透中发现隐藏API,未授权访问等漏洞。
插件使用了linkfinder探测js中路径的正则语句。
environment
- jython 2.7
- BurpSuite Proxy
Features
- get js file path
- get html script tags path
- filter assets content
Usage
Import this extension of Burp Suite.
Save to log file when there is more content.
Reference
regexp code
https://github.com/GerbenJavado/LinkFinder/blob/master/linkfinder.py#L29
如无特殊说明,均为原创内容。转载请注明出处!