Deokti / flytrap

People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlyTrap

PyPI

PyPI - Python Version

Documentation Status GitHub license Black code style

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

Testing:

Run test:

make test

Or pytest: .. code:: bash

pytest --driver Firefox --headless

Arguments:

  • driver - selenium driver type (read more )
  • headless - selenium headless mode

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

https://flytrap.readthedocs.io/en/latest/

References

Project inspired jofpin/trape.

About

People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!

License:Apache License 2.0


Languages

Language:JavaScript 48.5%Language:Python 30.4%Language:HTML 13.1%Language:Makefile 5.4%Language:Dockerfile 2.6%