{"id":20151851,"url":"https://github.com/dodo325/flytrap","last_synced_at":"2025-04-09T20:51:18.014Z","repository":{"id":60806603,"uuid":"532641684","full_name":"dodo325/flytrap","owner":"dodo325","description":"People tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!","archived":false,"fork":false,"pushed_at":"2024-11-26T16:48:19.000Z","size":100,"stargazers_count":5,"open_issues_count":10,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:42:54.128Z","etag":null,"topics":["flask","hacking","hacking-tool","ngrok","osint","security","security-tools","social-engineering"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dodo325.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-04T19:46:48.000Z","updated_at":"2024-12-04T10:37:50.000Z","dependencies_parsed_at":"2024-02-03T23:28:09.159Z","dependency_job_id":"86bf6420-55d8-4e19-b11c-bd95b299b060","html_url":"https://github.com/dodo325/flytrap","commit_stats":{"total_commits":66,"total_committers":3,"mean_commits":22.0,"dds":"0.25757575757575757","last_synced_commit":"401f8bb1d41b775ec00c4c730178d9841f1d1381"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodo325%2Fflytrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodo325%2Fflytrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodo325%2Fflytrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodo325%2Fflytrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodo325","download_url":"https://codeload.github.com/dodo325/flytrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065289,"owners_count":21041871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","hacking","hacking-tool","ngrok","osint","security","security-tools","social-engineering"],"created_at":"2024-11-13T23:07:10.300Z","updated_at":"2025-04-09T20:51:17.992Z","avatar_url":"https://github.com/dodo325.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\nFlyTrap\n==================\n\n.. image:: https://img.shields.io/pypi/v/flytrap\n   :alt: PyPI\n.. image:: https://img.shields.io/pypi/pyversions/flytrap\n   :alt: PyPI - Python Version\n.. image:: https://readthedocs.org/projects/flytrap/badge/?version=latest\n    :target: https://flytrap.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://img.shields.io/github/license/dodo325/flytrap\n   :alt: GitHub license\n   :target: https://github.com/dodo325/flytrap/blob/main/LICENSE\n.. image:: https://img.shields.io/badge/code%20style-black-000000\n     :target: https://github.com/ambv/black\n     :alt: Black code style\n\nPeople tracker on the Internet. OSINT analysis and research tool by dodo325. Catch a user using your URL!\n\n\nInstalling\n-----------\n\nInstall with pip or your favorite PyPI package manager.\n\n.. code:: bash\n\n        pip install flytrap\n\n\nLocal start or build\n----------------------\n\nClone repository.\n\n.. code:: bash\n\n    git clone https://github.com/dodo325/flytrap.git\n\n    cd flytrap\n\nRun without build.\n\n.. code:: bash\n\n    pip install -r requirements/local.txt\n\n    python -m flytrap\n\nBuild:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nUse pip:\n\n.. code:: bash\n\n    pip install \".[test]\"\n\nOr use Makefile:\n\n\n.. code:: bash\n\n    make reinstall-dev\n\n\nDocker:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nBuild (local)\n\n.. code:: bash\n\n    docker build -t flytrap .\n\n\nRun:\n\n.. code:: bash\n\n    docker run -it -v \"$(pwd)\"/.flytrap:/home/app/.flytrap/ -p 8080:8080 flytrap --help\n\nTesting:\n-----------\n\nRun test:\n\n.. code:: bash\n\n    make test\n\nOr pytest:\n.. code:: bash\n\n    pytest --driver Firefox --headless\n\nArguments:\n\n* driver - selenium driver type (`read more \u003chttps://pytest-selenium.readthedocs.io/en/latest/user_guide.html\u003e`_ )\n* headless - selenium headless mode\n\n\nFeatures\n-----------\n\nDetecters:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n* Client screen parameters\n* GPU\n* calculate CPU speed\n* Speed Test\n* detect Battery\n* IP Geolocation\n* User-Agent detection\n* Network Info\n* JS Version\n* Social services detector\n* Cookie tracker\n* and other...\n\nTunneling and anonymize:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n- Ngrok tunnel\n- Bit.ly shortener\n\n\nDocumentation\n----------------------\n\nhttps://flytrap.readthedocs.io/en/latest/\n\n\nReferences\n----------------------\n\nProject inspired `jofpin/trape \u003chttps://github.com/jofpin/trape\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodo325%2Fflytrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodo325%2Fflytrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodo325%2Fflytrap/lists"}