redonion

command module
v0.0.0-...-cea89e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2018 License: MIT Imports: 11 Imported by: 0

README

Redonion

Build Status

Deep web scanning done right

redonion logo

How to use

To scan a list of onion sites and output it to a file:

./redonion -list=./sample/short_list.txt > output.json

Fetchers

Fetchers fetch data from a list of onion sites.

  • fetcher.go: (/fetchers/fetch.go) will get all the HTML data from a certain onion site.
Processors

Processors make transformations on the input data. The input data may come from fetchers or from other processors.

  • text: (/processors/text.go) pass-through processor which will pass the output content from input channel to output channel.

  • image: (/processors/image.go) fetches all website images and inspects various types of metadata

Contribute

Contributions for new fetchers, processors and outputs welcome.

gpestana © MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
processor that gathers all hidden onion URLs from the fetched content
processor that gathers all hidden onion URLs from the fetched content

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL