Skip to content
/ iddt Public

3301 - TOR Hidden Service Mapping - Control Server

Notifications You must be signed in to change notification settings

rtkd/iddt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDDT

Find a hidden service URL that matches the hash from 3301's Liber Primus, page 73.

Quick start

Clone and run the repository to start the server and IRC client.

$ git clone https://github.com/rtkd/iddt .
$ npm install
$ npm start

Available HTTPD routes

/serve/client/

Serves the client for auto install.

/store/packet/

Stores and checks descriptors and URLs send by clients.

Available IRC commands

client all

Lists all clients.

lb client all
client active <interval|date>

Lists all active clients within/at specified interval or date.

lb client active 1w
lb client active 01.01.2019
client inactive <interval|date>

Lists all inactive clients within/at specified interval or date.

lb client inactive 1w
lb client inactive 01.01.2019
client status

Lists all clients with specified status.

0 = client is not sending
1 = client is sending descriptors
2 = client is sending urls
3 = client is sending descriptors and urls

lb client status 3
client top

Lists top x most sending clients.

lb client top 10
service count

Lists loot.length

lb service count
service list <interval|date>

Lists collected services within/at specified interval or date.

lb service list 1w
lb service list 01.01.2019
service top

Lists top x most picked up services.

lb service top 10
hash all

Hashes all collected hidden service URLs and compares them to target hashes.

lb hash all
hash url <16 char domain name>

Hashes 16 char domain name and compares it to target hashes.

lb hash url facebookcorewwwi

Bugs

martynsmith/node-irc#491

About

3301 - TOR Hidden Service Mapping - Control Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published