FlyTrap#
People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!
Installing#
Install with pip or your favorite PyPI package manager.
pip install flytrap
Local start or build#
Clone repository.
git clone https://github.com/dodo325/flytrap.git
cd flytrap
Run without build.
pip install -r requirements/local.txt
python -m flytrap
Build:#
Use pip:
pip install ".[test]"
Or use Makefile:
make reinstall-dev
Docker:#
Build (local)
docker build -t flytrap .
Run:
docker run -it -v "$(pwd)"/.flytrap:/home/app/.flytrap/ -p 8080:8080 flytrap --help
Features#
Detecters:#
Client screen parameters
GPU
calculate CPU speed
Speed Test
detect Battery
IP Geolocation
User-Agent detection
Network Info
JS Version
Social services detector
Cookie tracker
and other…
Tunneling and anonymize:#
Ngrok tunnel
Bit.ly shortener
Documentation#
References#
Project inspired jofpin/trape.