js提取指定网站内容(JSFinderPlus快速在网站的js文件中提取URL子域名的工具 )
优采云 发布时间: 2022-03-12 11:04js提取指定网站内容(JSFinderPlus快速在网站的js文件中提取URL子域名的工具
)
JSFinderPlus
JSFinder是一个快速提取网站的js文件中的url和子域的工具。该工具在JSFinder上做了增强,主要是:
用法
蟒蛇。 \JSFinderPlus。 py -h____。 ____________________。 __。 _____________。 __| |/ _____/\_ _____/|__| ____ __| _/__________\______ \ | __ __ ______| |\____ \ | __) | |/ \ / __ |/ __ \_ __ \___/ | | | \/ ___//\__| |/\ |\ | | | \/ /_/ \ ___/| | \/ | | |_| | |___| /\____ |\___ >__| |____| |____/____//____ >\/\/\/\/ \/\/用法:python3 JSFinderPlus。 py [options]target: 必须指定target -u URL, --url URLtarget URL (e.
g. -u ".com")general: 常规选项 -h, --help 显示此帮助信息并退出 -t NUM, --thread NUM 扫描线程,默认 10 -d 搜索找到的 URL,默认仅用于输入 URL --open立即打开报告 --site-root ROOT 指定 URL 的根目录 --proxy-socks SOCKS socks 代理(例如 --proxy-socks 127.0.0.1:108 0) - -proxy-http HTTPhttp 代理(例如--proxy-http 127.0.0.1:8080) -c COOKIEcookie --user-agent UA你可以自定义user-agent headers示例:python3 JSFinderPlus.py -u python3 JSFinderPlus.py -u -d python3 JSFinderPlus.py -u :7001/index --site-root :7001/#/ python3 JSFinderPlus.py -f list.txt -d -t 20 python3 JSFinderPlus.py -f list.txt -o results.text">
PS D:\Code\python\JSFinderPlus> python .\JSFinderPlus.py -h
____. ____________________.__ .___ __________.__
| |/ _____/\_ _____/|__| ____ __| _/__________\______ \ | __ __ ______
| |\_____ \ | __) | |/ \ / __ |/ __ \_ __ \ ___/ | | | \/ ___/
/\__| |/ \ | \ | | | \/ /_/ \ ___/| | \/ | | |_| | /\___ \
\________/_______ / \___ / |__|___| /\____ |\___ >__| |____| |____/____//____ >
\/ \/ \/ \/ \/ \/
usage: python3 JSFinderPlus.py [options]
target:
you must to specify target
-u URL, --url URL target URL (e.g. -u "http://example.com")
general:
general options
-h, --help show this help message and exit
-t NUM, --thread NUM 扫描线程,默认10
-d 对发现的URL进行查找,默认只查找输入的URL
--open 立即打开报告
--site-root ROOT 指定URL的根目录
--proxy-socks SOCKS socks proxy (e.g. --proxy-socks 127.0.0.1:1080)
--proxy-http HTTP http proxy (e.g. --proxy-http 127.0.0.1:8080)
-c COOKIE cookie
--user-agent UA you can customize the user-agent headers
examples:
python3 JSFinderPlus.py -u http://example.com
python3 JSFinderPlus.py -u http://example.com -d
python3 JSFinderPlus.py -u http://example.com:7001/index --site-root http://example.com:7001/#/
python3 JSFinderPlus.py -f list.txt -d -t 20
python3 JSFinderPlus.py -f list.txt -o results.text
例子
python .\JSFinderPlus.py -u -d --open
自动生成报表,点击url直接查看