People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!
Install with pip or your favorite PyPI package manager.
pip install flytrapClone repository.
git clone https://github.com/dodo325/flytrap.git
cd flytrapRun without build.
pip install -r requirements/local.txt
python -m flytrapUse pip:
pip install ".[test]"Or use Makefile:
make reinstall-devBuild (local)
docker build -t flytrap .Run:
docker run -it -v "$(pwd)"/.flytrap:/home/app/.flytrap/ -p 8080:8080 flytrap --helpRun test:
make testOr pytest: .. code:: bash
pytest --driver Firefox --headless
Arguments:
- driver - selenium driver type (read more )
- headless - selenium headless mode
- 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...
- Ngrok tunnel
- Bit.ly shortener
https://flytrap.readthedocs.io/en/latest/
Project inspired jofpin/trape.