View Issue Details

IDProjectCategoryView StatusLast Update
0009393Kali LinuxNew Tool Requestspublic2025-11-08 18:17
Reporterxsser01 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009393: PhantomCollect - Lightweight stealth web data collection framework
Description

[Name] - PhantomCollect
[Version] - 1.0.0
[Homepage] - https://github.com/xsser01/phantomcollect
[Download] - https://github.com/xsser01/phantomcollect/releases
[Author] - Hexa (xsser01)
[Licence] - MIT License

[Description] -
PhantomCollect is a lightweight framework for ethical web data collection and browser-based device fingerprinting.
It gathers user environment data (IP, browser, OS, and geolocation when available) locally for transparency and security education.

[Dependencies] - Python 3.6+ (no external dependencies)
[Similar tools] - BeEF, Maltego, Recon-ng
[Activity] - Active development (last update: November 2025)

[How to install] -
Install via pip:
pip install phantomcollect

or clone the source code:
git clone https://github.com/xsser01/phantomcollect
cd phantomcollect
python3 phantomcollect.py

[How to use] -
Run the framework:
phantomcollect

Access the interface:
http://localhost:8080

Optional (make it public using Ngrok):
phantomcollect & ngrok http 8080

[Packaged] - Not yet packaged for Debian.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-08 18:17 xsser01 New Issue