TBOsec / Pentest-Tools

渗透测试中的一些小工具🔧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pentest-Tools

渗透测试中的一些小工具🔧

URL存活批量检测

使用方法

pip install -r requirements.txt
批量查询:
python3 check_alive.py -f url.txt 

image

查询单个URL:
python3 check_alive.py -u jd.com

image


IP归属地批量查询

使用方法

pip install -r requirements.txt
批量查询:
python ipLocation.py -f ip.txt

image

查询单个IP:
python3 ipLocation.py -ip 114.114.114.114

image

About

渗透测试中的一些小工具🔧


Languages

Language:Python 100.0%