-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update -u fetching - added rate limiting detections to -u - added more feedback by default for -u - reduce number of active requests for -u * revert revert some changes to url fetching * Update main.go * Update -u functionality - added more ngram parsing - added sleep before some requests when the same domain is examined - added improved url pasrsing for -u - added more verbose feedback for -u * adjust sleeping * remove resp body check * Update -u messaging updated -u messaging to be more compact * Alter debug output for -u - errors will now only be shown with -d 1 + due to overly verbose output * - add 7th ngram * Update utils.go * modify -u - modified -u with more checks for poor urls and auto back offs restricted content - changed some debug verbosity requirements for -u * Update status codes - added 404 to acceptable codes * oof oof * update url pulling - unified response status codes - edit some conditions to exit rather than continue * Revert -l flag - new flag was bad so removed and reverted
- Loading branch information
Showing
4 changed files
with
173 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters