GitXplorerGitXplorer
U

OnionCrawler

public
0 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
8e8d829dbccafe45476944d5b2c764a3038755c0

Added delete method and test class to ban service.

UUeland committed 7 years ago
Unverified
86e4f4179fb42f1b81a143ae4472d4ac7685de0c

DBUtil.java: Corrected logical error a test discovered.

UUeland committed 7 years ago
Unverified
020869357fadee6861a1b84190ff366d65577017

corrected wrong data type for field.

UUeland committed 7 years ago
Unverified
13b9ab0facd3d5331767b978776578987e67838e

Added method to delete a banned host given a md5sum

UUeland committed 7 years ago
Unverified
9dcf63597984d65e86389e877159756166708f4a

Fixed to Unix-style linebreaks everywhere(?)

UUeland committed 7 years ago
Unverified
a383f73c5c3402ce09659389dd5cae2da5d275ed

Set (most) variables in service implementations to static so the same objects are used even if the service implementations are created multiple times. (currently one time in the webapp and one time in the backend)

UUeland committed 7 years ago

README

The README file for this repository.

onioncrawler

A crawler for use on onion sites on the Tor network.

THIS PROJECT IS NOT YET READY FOR PRODUCTION USE

Features

Requirements

  • Java runtime (8 or newer)
  • MySQL server
  • At least one Tor instance, multiple instances are supported. Remember to activate SocksPort in torrc)

Installing