https://github.com/dodo325/flytrap
People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!
https://github.com/dodo325/flytrap
flask hacking hacking-tool ngrok osint security security-tools social-engineering
Last synced: 8 months ago
JSON representation
People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!
- Host: GitHub
- URL: https://github.com/dodo325/flytrap
- Owner: dodo325
- License: apache-2.0
- Created: 2022-09-04T19:46:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:48:19.000Z (about 1 year ago)
- Last Synced: 2025-03-23T22:42:54.128Z (8 months ago)
- Topics: flask, hacking, hacking-tool, ngrok, osint, security, security-tools, social-engineering
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
FlyTrap
==================
.. image:: https://img.shields.io/pypi/v/flytrap
:alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/flytrap
:alt: PyPI - Python Version
.. image:: https://readthedocs.org/projects/flytrap/badge/?version=latest
:target: https://flytrap.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/github/license/dodo325/flytrap
:alt: GitHub license
:target: https://github.com/dodo325/flytrap/blob/main/LICENSE
.. image:: https://img.shields.io/badge/code%20style-black-000000
:target: https://github.com/ambv/black
:alt: 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.
.. code:: bash
pip install flytrap
Local start or build
----------------------
Clone repository.
.. code:: bash
git clone https://github.com/dodo325/flytrap.git
cd flytrap
Run without build.
.. code:: bash
pip install -r requirements/local.txt
python -m flytrap
Build:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use pip:
.. code:: bash
pip install ".[test]"
Or use Makefile:
.. code:: bash
make reinstall-dev
Docker:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Build (local)
.. code:: bash
docker build -t flytrap .
Run:
.. code:: bash
docker run -it -v "$(pwd)"/.flytrap:/home/app/.flytrap/ -p 8080:8080 flytrap --help
Testing:
-----------
Run test:
.. code:: bash
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 `_.