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

recursive, depth-first implementation #9

Merged
merged 8 commits into from
Feb 26, 2020

Conversation

rarawls
Copy link
Contributor

@rarawls rarawls commented Feb 25, 2020

Previously, selecting links from pages required scraping all root
URLs first. New algorithm randomly selects root_url, then recursively
browses down to a random depth and then starts over again. The intent
was to simulate slightly more realistic browsing traffic.

  • add debug_print method
  • add colorized stdout messages
  • add human readable byte printout
  • auto PEP8 styling

rarawls added 7 commits February 25, 2020 09:17
- add debug_print method
- add colorized stdout messages
- add human readable byte printout
- auto PEP8 styling

Previously, selecting links from pages requried scraping all root
URLs first. New algorithm randomly selects root_url, then recursively
browses down to a random depth and then starts over again. The intent
was to simulate slightly more realistic browsing traffic.
@ecapuano ecapuano merged commit fb56522 into ReconInfoSec:master Feb 26, 2020
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.

2 participants