All Projects → mirsamantajbakhsh → OnionHarvester

mirsamantajbakhsh / OnionHarvester

Licence: GPL-3.0 license
A small TOR Onion Address harvester for checking if the address is available or not.

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OnionHarvester

Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+2297.18%)
Mutual labels:  tor, onion, tor-network
Attacks-on-Tor
Thirteen Years of Tor Attacks
Stars: ✭ 170 (+139.44%)
Mutual labels:  tor, onion, tor-network
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+778.87%)
Mutual labels:  tor, onion, tor-network
onionfruit
OnionFruit™ Connect - Tor access client with country selection, bridge configuration, pluggable transports and experimental DNS support
Stars: ✭ 150 (+111.27%)
Mutual labels:  tor, onion, tor-network
Torbot
Dark Web OSINT Tool
Stars: ✭ 821 (+1056.34%)
Mutual labels:  tor, onion, tor-network
Torpy
Pure python Tor client implementation
Stars: ✭ 104 (+46.48%)
Mutual labels:  tor, tor-network
Fullynoded
Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
Stars: ✭ 107 (+50.7%)
Mutual labels:  tor, onion
Six Onions
Like Tor2Web, but not just HTTP ( using IPv6 )
Stars: ✭ 110 (+54.93%)
Mutual labels:  tor, onion
Private Tor Network
Run an isolated instance of a tor network in Docker containers
Stars: ✭ 125 (+76.06%)
Mutual labels:  tor, tor-network
Docker Tor Hiddenservice Nginx
Easily setup a hidden service inside the Tor network
Stars: ✭ 145 (+104.23%)
Mutual labels:  tor, tor-network
Ansible Relayor
An Ansible Role for Tor Relay Operators
Stars: ✭ 165 (+132.39%)
Mutual labels:  tor, tor-network
Projectx
DarkWeb Overview
Stars: ✭ 86 (+21.13%)
Mutual labels:  tor, onion
Poopak
POOPAK - TOR Hidden Service Crawler
Stars: ✭ 78 (+9.86%)
Mutual labels:  tor, tor-network
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (+184.51%)
Mutual labels:  tor, onion
Tortipi
Tor based Raspberry π hotspot
Stars: ✭ 76 (+7.04%)
Mutual labels:  tor, tor-network
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-2.82%)
Mutual labels:  tor, tor-network
Online Privacy Test Resource List
Privacy Online Test and Resource Compendium (POTARC) 🕵🏻
Stars: ✭ 185 (+160.56%)
Mutual labels:  tor, tor-network
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (+207.04%)
Mutual labels:  tor, onion
GhostNET
GhostNET script that will help you be safer on the cyber
Stars: ✭ 45 (-36.62%)
Mutual labels:  tor, tor-network
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-43.66%)
Mutual labels:  tor, tor-network

OnionHarvester V2

Onion Harvester A small TOR Onion Address harvester for checking if the address is available or not. The program uses the TOR local socks5 proxy for finding all the Onion Addresses which are alive and ports 80 and 443 are available. Details about the project and TOR onion harvesting is published in my personal blog at: Onion Harvester

Compile and Use

Just get the two java files and compile them inside your Java IDE. Java 8 is prefered (JDK 1.8). You can download the latest release in RELEASE section.

Switches

  • --ip: Sets the IP address for local TOR socks5 proxy. (Ex: 127.0.0.1)
  • --port: Sets the Port for local TOR socks5 proxy. (Ex: 9150)
  • --start: Sets the first Onion address to start. Can be used for resuming. (Ex: aaaaaaaaaaaaaaaa without .onion at the end of address)
  • --thread: Sets the number of TOR instances and threads per each instance to harvest concurrently. (Ex: 20 = 400 threads, 20 TOR instances each works with 20 threads).
  • --time-out: The timeout time for reaching each Onion address in milliseconds (Ex: 5000 means 5 seconds).

Defaults

If you did not set the switched, you can use the Onion Harvester with its default settings. Default value for each switch is here:

Switch Default Value
--ip 127.0.0.1
--port 9150
--thread 10
--time-out 5000 (5 seconds)

If you want to help in harvesting, contact me at saman [@] mstajbakhsh [.] ir

TODO

Recently I've found MultiTor project which I'm going to use it inside Onion Harvester.

Python Version

You may check the python version readme file to use the Python version based on OWASP Nettacker module.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].