DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.89k stars 526 forks source link

Add function to traverse links using Breadth First Search #111

Closed KingAkeem closed 6 years ago

KingAkeem commented 6 years ago

Issue #102

Changes Proposed

Explanation of Changes

Two functions have been added, one which accepts the html of a webpage and an integer which represents the depth at which to stop. This function invokes the traversal function which searches the links using Breadth First Search algorithm.

PSNAppz commented 6 years ago

@KingAkeem Awesome work 👏🏻.