TorBot v2.0.0
What's Changed
- Version 1.1.0_dev by @PSNAppz in #35
- Info_feature_v0.0.1 by @PSNAppz in #36
- Fixed requirements.txt by adding missing "=" by @KingAkeem in #41
- Fixed the error occurring when given a broken link with -u flag and other minor improvements. by @agostinelli in #42
- Adding Contributors by @PSNAppz in #45
- PEP8 code and fixed some minor bugs by @KingAkeem in #44
- A mission to produce a beautiful and comprehensible code base. (Documenting and Refactoring) by @KingAkeem in #46
- Switched testing framework from unittest to pytest by @KingAkeem in #50
- Fixed savetofile test by @KingAkeem in #51
- CHANGELOG updated by @agostinelli in #52
- Clearing up flags explanation and code by @KingAkeem in #53
- Changed badges on README.md to be more consistent by @mossbanay in #54
- Fixed out-of-range err in getemails module by @waisuan in #60
- Tor bot contributors by @PSNAppz in #63
- Fixed
-l
flag for finding live links. by @KingAkeem in #66 - TorBot Stable Version1.2 by @PSNAppz in #56
- CHANGELOG by @PSNAppz in #67
- Added Go version of getweblinks getLinks function by @KingAkeem in #68
- Title feature added by @agostinelli in #69
- Added new http requests mock for pagereader test by @KingAkeem in #74
- Made Schema optional for more robust choices url by @KingAkeem in #80
- Page description function by @agostinelli in #76
- Handle exception by @shivankar-madaan in #78
- Added HTTP Response to -i flag by @KingAkeem in #82
- Adding ability to turn torBot into a single executable by @KingAkeem in #83
- Fixing the check of HTTPError by @SubaruSama in #90
- added new line at the end of tests/test_savetofile.py by @robly78746 in #91
- Fixed -l argument by @robly78746 in #92
- Pep8. Whitespace. Fixed raised string error by @AlwaysSayingPleaseAndThankYou in #96
- Refactored tests and TorBot app so that tests no longer need to touch by @KingAkeem in #95
- Adding configurable ip and port arguments by @KingAkeem in #99
- Formatted .gitignore file and added __init__to modules dir by @KingAkeem in #101
- Feature pep8 by @aldokkani in #103
- Adding tests, refactoring code, adding documentation by @KingAkeem in #85
- New Templates when someone is trying to edit the project by @KingAkeem in #105
- Moving to correct location by @KingAkeem in #106
- Adding get_args by @KingAkeem in #108
- Bug_fixes by @PSNAppz in #109
- Feature db by @tiagoCMatias in #75
- Adding more test coverage by @KingAkeem in #112
- Using multithreading and queues for speed increase by @KingAkeem in #110
- Add function to traverse links using Breadth First Search by @KingAkeem in #111
- Updated Req.txt by @PSNAppz in #114
- Revert "Merge pull request #75 from tiagoCMatias/feature-db" by @KingAkeem in #117
- Refactoring & bug fixes by @KingAkeem in #119
- Fixing indentation by @KingAkeem in #122
- Typo in Readme by @tharudaya in #128
- Removed extra param from hasattr by @rmad17 in #132
- Fix cprints by adding commas separating text and color parameters by @42B in #133
- Update CHANGELOG.md by @BlackBox712 in #134
- Correctly generating tree, tree visuals and refactoring by @KingAkeem in #125
- Major Refactoring by @KingAkeem in #139
- Using multi-threading for tree generation with links and adding documentation by @KingAkeem in #144
- Major Upgrade v1.3 by @PSNAppz in #145
- Merge pull request #145 from DedSecInside/dev by @PSNAppz in #146
- Add .gitattributes file by @ChaminW in #135
- Update README.md by @CarsonGSmith in #147
- Updating requests version by @PSNAppz in #149
- Upgrade to v1.3.1 [Critical Patch] by @PSNAppz in #150
- Adding URI to link node to use when getting information by @KingAkeem in #151
- Removing multi threading and checking for multipe elements in data by @KingAkeem in #156
- V1.3.3 by @PSNAppz in #157
- Add doc strings for functions. by @kishan3 in #165
- Add get_images method for link.py by @kishan3 in #166
- Dockerize torbot by @v1shwa in #167
- Save response headers as metadata. by @OlgaCh in #168
- Collect data | Machine Learning Phase I by @KingAkeem in #162
- Add and Update Documentation by @Jacobite747 in #169
- Refactor analyzer by @KingAkeem in #170
- Code style by @morenocl in #172
- Allow using direct connection instead of SOCKS by @fepitre in #175
- Bump validators from 0.12.2 to 0.12.6 by @dependabot in #176
- Update pyinstaller to resolve security issue by @KingAkeem in #178
- APIs by @PSNAppz in #186
- Fix data collection and add progress indicator by @KingAkeem in #192
- convert port to integer by @KingAkeem in #193
- Use hiddenwiki.org as default URL for collecting data by @KingAkeem in #194
- Bump jinja2 from 2.11.2 to 2.11.3 in /src/api by @dependabot in #200
- Simplify LinkNode and add new display by @KingAkeem in #202
- Remove live flag by @KingAkeem in #203
- Poetry Implementation by @neolight1010 in #206
- Delete .DS_Store by @stefins in #204
- Fix the basic functionality of tree features by @KingAkeem in #214
- Save results as json by @KingAkeem in #215
- Organize data file location by @KingAkeem in #216
- Add CodeTriage link and image by @KingAkeem in #213
- Add website classification by @KingAkeem in #218
- Use GoTor HTTP service by @KingAkeem in #219
New Contributors
- @agostinelli made their first contribution in #42
- @mossbanay made their first contribution in #54
- @waisuan made their first contribution in #60
- @shivankar-madaan made their first contribution in #78
- @SubaruSama made their first contribution in #90
- @robly78746 made their first contribution in #91
- @AlwaysSayingPleaseAndThankYou made their first contribution in #96
- @aldokkani made their first contribution in #103
- @tiagoCMatias made their first contribution in #75
- @tharudaya made their first contribution in #128
- @rmad17 made their first contribution in #132
- @42B made their first contribution in #133
- @BlackBox712 made their first contribution in #134
- @ChaminW made their first contribution in #135
- @CarsonGSmith made their first contribution in #147
- @kishan3 made their first contribution in #165
- @v1shwa made their first contribution in #167
- @OlgaCh made their first contribution in #168
- @Jacobite747 made their first contribution in #169
- @morenocl made their first contribution in #172
- @fepitre made their first contribution in #175
- @dependabot made their first contribution in #176
- @neolight1010 made their first contribution in #206
- @stefins made their first contribution in #204
Full Changelog: v1.0.1...v2.0.0