Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major Upgrade v1.3 #145

Merged
merged 248 commits into from
Oct 28, 2018
Merged

Major Upgrade v1.3 #145

merged 248 commits into from
Oct 28, 2018

Conversation

PSNAppz
Copy link
Member

@PSNAppz PSNAppz commented Oct 28, 2018

Changed

  • Major code improvements
  • Updated README.md
  • Updated dependencies
  • Refactored TorBot

Added

  • Visualizer Module
  • Download option to save Tree into different formats.
  • DB module
  • Installation shell script to create torBot binary
  • Test for getting links that uses a Mock Object to reproduce tests without touching actual servers.
  • BFS algorithm for crawling
  • Documentation for functions

Removed

  • -l Live argument Removed (Enabled by default)

PSNAppz and others added 30 commits February 14, 2018 22:38
Created a Go function that is a replica of getLinks in getweblinks,
except much faster. The go_modules folder is composed of a shared object
file, a header file, the go source code and a python file that is
dynamically linking the shared object.
To it out, just go to the go_modules folder and run `python3
getLinks.py`
getLinks.go can also ignore domains that aren't .onion now using the
same regular expression that is inside of getweblinks.py
Added Go version of getweblinks getLinks function
Added comments as well
Added new http requests mock for pagereader test
MissingSchema is now being caught as an exception for reading pages,
if a schema isn't found then https is attempted with http being the
last option. Changed test to reflect changes in pagereader module.
Made Schema optional for more robust choices url
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/linters/.local/bin/flake8", line 7, in 
    from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'

@PSNAppz PSNAppz requested a review from KingAkeem October 28, 2018 15:35
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/linters/.local/bin/flake8", line 7, in 
    from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'

@PSNAppz PSNAppz removed the request for review from KingAkeem October 28, 2018 15:38
@PSNAppz PSNAppz merged commit 200861e into master Oct 28, 2018
PSNAppz added a commit that referenced this pull request Oct 28, 2018
Merge pull request #145 from DedSecInside/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.