这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@taythebot
Copy link

@taythebot taythebot commented Aug 11, 2021

Added user agent randomization(#447) and rate limiting for HTTP requests (#362).

User agent randomization is implemented using the uarand library. It is enabled by default since Subfinder exclusively uses third party APIs.

Rate limit is implemented using the ratelimit library and the flag is rate-limit. The default value for the flag is 0, which creates an "unlimited" rate limit instance.

Defuse Venue added 3 commits August 11, 2021 21:25
HTTP User-Agent header randomization. Adds -unsafe flag to send requests with default User-Agent header.
@ehsandeep ehsandeep changed the base branch from master to dev August 11, 2021 12:36
Defuse Venue added 4 commits August 11, 2021 21:42
HTTP User-Agent should be randomized by default since subfinder uses third party apis
@ehsandeep ehsandeep linked an issue Aug 12, 2021 that may be closed by this pull request
@ehsandeep ehsandeep requested a review from Mzack9999 August 12, 2021 22:48
@ehsandeep ehsandeep linked an issue Aug 12, 2021 that may be closed by this pull request
@taythebot taythebot changed the title Add User Agent randomization for HTTP requests Add Rate Limit and User Agent randomization for HTTP requests Aug 13, 2021
@ehsandeep ehsandeep merged commit 08671cf into projectdiscovery:dev Aug 16, 2021
@ehsandeep
Copy link
Member

thank you @taythebot for adding both features.

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.

Use a random user agent string with each http request. [Feature] rate limit support for http requests

3 participants