-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add rate limit for http requests #451
Closed
Closed
Conversation
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
…golint golint => revive
Add HTTP proxy support
…ore than 10 000 results
…date-spyse improvement: reworked the Spyse integration to use API v4 and fetch m…
Crtsh: properly close database connection
dnsdumpster is not working. The bug has been fixed.
Add Chinaz for subfinder
…w-update GitHub Workflow updates
…431-master Revert 431 master
Add fofa for SubFinder
Bumps golang from 1.16.6-alpine to 1.16.7-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…bot/docker/golang-1.16.7-alpine chore(deps): bump golang from 1.16.6-alpine to 1.16.7-alpine
comments added
Add http-proxy flag and C99 to README.md
Retrieve archiveis first page
HTTP User-Agent header randomization. Adds -unsafe flag to send requests with default User-Agent header.
HTTP User-Agent should be randomized by default since subfinder uses third party apis
Recon.dev bug fixing
This was
linked to
issues
Aug 12, 2021
ehsandeep
approved these changes
Aug 12, 2021
Closing in favor of #449 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added rate limiting for HTTP requests as requested in #362.
It uses the ratelimit library and the flag is
rate-limit
. The default value for the flag is0
which will create an "unlimited" rate limit instance.