-
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
Issue 761 upgrade deps #762
Conversation
- Bump github.com/projectdiscovery/ratelimit from v0.0.2 to v0.0.6 - Replace github.com/projectdiscovery/fileutil with github.com/projectdiscovery/utils/file - Remove &gitlab.Source{} from AllSources array
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
$ go run . -d hackerone.com
__ _____ __
_______ __/ /_ / __(_)___ ____/ /__ _____
/ ___/ / / / __ \/ /_/ / __ \/ __ / _ \/ ___/
(__ ) /_/ / /_/ / __/ / / / / /_/ / __/ /
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/ v2.5.5
projectdiscovery.io
Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
By using subfinder, you also agree to the terms of the APIs used.
[INF] Loading provider config from '/Users/tarun/.config/subfinder/provider-config.yaml'
[INF] Enumerating subdomains for 'hackerone.com'
3d.hackerone.com
web-seo-content-for-business.theflyingkick.websitedesignresource.api.hackerone.com
zendesk2.hackerone.com
zendesk4.hackerone.com
email.gh-mail.hackerone.com
a.ns.hackerone.com
support.hackerone.com
go.hackerone.com
gslink.hackerone.com
zendesk1.hackerone.com
zendesk3.hackerone.com
mta-sts.forwarding.hackerone.com
b.ns.hackerone.com
links.hackerone.com
info.hackerone.com
mta-sts.hackerone.com
fsdkim.hackerone.com
events.hackerone.com
design.hackerone.com
docs.hackerone.com
hackerone.com
resources.hackerone.com
defcon.hackerone.com
api.hackerone.com
mta-sts.managed.hackerone.com
_dmarc.hackerone.com
www.hackerone.com
[INF] Found 27 subdomains for 'hackerone.com' in 10 seconds 155 milliseconds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - I've other two suggestions:
- Add https://github.com/projectdiscovery/utils/blob/1d3007facb2ca1f84c48ba23773b0e30c3068201/log/logutil.go#L10 since in the output is appearing the following:
2023/02/16 20:20:57 driver.NamedValue{Name:"", Ordinal:1, Value:"%.xxx.xxx"}
- Replace
subfinder/v2/pkg/runner/options.go
Line 260 in def7ae7
func hasStdin() bool {
- Replace hasStdin with fileutils.HasStdin
Am excited for this PR to be merged 🤩 |
|
Update dependencies: (#761)