Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:39:29.000Z (4 days ago)
- Last Synced: 2024-11-13T21:32:14.394Z (3 days ago)
- Topics: flask, hacking, hacking-tool, ngrok, osint, security, security-tools, social-engineering
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 4
- 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 stylePeople 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:: bashpytest --driver Firefox --headless
Arguments:
* driver - selenium driver type (`read more `_ )
* headless - selenium headless modeFeatures
-----------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 shortenerDocumentation
----------------------https://flytrap.readthedocs.io/en/latest/
References
----------------------Project inspired `jofpin/trape `_.