PyPull is a network listener written in Python3 using Scapy and the ipinfo.io API module. By listening to incoming TCP or UDP traffic you're able to see ip addresses and ports with PyPull and automatically look them up using the ipinfo module.
- root/sudo permissions for scapy
- git (Pre-Requisite)
- Optional: Free ipinfo.io account to get your API access token
git clone https://github.com/Hardchat/pypull;
cd pypull;
sh setup.sh;
source ~/.bashrc
pull example_filter.txt
Alternatively
python3 pypull.py example_filter.txt