📅  最后修改于: 2023-12-03 15:03:52.628000             🧑  作者: Mango
ProtOSINT
是一个使用 Python 编写的命令行工具,用于调查 Protonmail 帐户和 ProtonVPN IP 地址。
git clone https://github.com/sectorsect/ProtOSINT.git
cd ProtOSINT
pip install -r requirements.txt
python ProtOSINT.py [-h] [-e EMAIL] [-i IP]
可选参数:
-h, --help 显示帮助信息
-e EMAIL, --email EMAIL 指定要调查的 Protonmail 邮箱地址(例如,target@protonmail.com)
-i IP, --ip IP 指定要查找的 ProtonVPN IP 地址
python ProtOSINT.py -e target@protonmail.com
---------------------
TARGET ACCOUNT DETAILS
---------------------
Username: target
Display Name: Target Account
---------------------
python ProtOSINT.py -i 185.233.104.60
---------------------
IP ADDRESS DETAILS
---------------------
IP Address: 185.233.104.60
City: Prague
Region: Praha
Zip Code: 13000
Time Zone: Europe/Prague
---------------------