A safe Discord OSINT harvesting tool that abides by sane rate limiting and provides automated processing.
Data logged in harvested.db
SQLite database. Accessible through Discord using command ,select [USER ID]
.
Prior to recent additions, there was no easy way to retrieve data out of the database.
NEW: Check out discussion concerning easy ways to interact with this database, including a web frontend and REST API backend.
Using this tool, you agree not to hold the contributors and developers accountable for any damages that occur. This tool violates Discord terms of service and may result in your access to Discord services terminated.
See wiki page here
$ python run.py -h
usage: run.py [-h] [-ig FILE/GUILD_ID_OR_NAME] [-s] [-v] [-vv] [-p] [--db harvested.db] [-q] [--whitelist FILE/USER_ID] [--last-scanned LAST_SCANNED] [--disable-vcs]
Darvester - PoC Discord guild and user information harvester
...
2: Screenshot of user data 3: Screenshot of guild data 4: Screenshot of database access 5: Screenshot of API and Frontend discussion
> Visit darvester Website <