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

Fix #1234: Honor the -iv flag when scanning #1235

Merged
merged 10 commits into from
Oct 14, 2024

Conversation

mcamou
Copy link

@mcamou mcamou commented Oct 12, 2024

I didn't find a CONTRIBUTING.md file, I hope that this is the correct way. Could you please add the hacktoberfest / hacktoberfest-accepted labels?

There were a couple of places where the code wasn't checking Options.IPVersion. This will take care of #1234 specifically, and probably a few other cases.

dependabot bot and others added 8 commits March 13, 2024 22:59
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…bot/go_modules/v2/google.golang.org/protobuf-1.33.0
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.2 to 0.42.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](quic-go/quic-go@v0.38.2...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…abot/go_modules/v2/github.com/quic-go/quic-go-0.42.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](golang/net@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…abot/go_modules/v2/golang.org/x/net-0.23.0
@Mzack9999 Mzack9999 changed the base branch from main to dev October 14, 2024 08:01
@GeorginaReeder
Copy link

Thanks so much for your contribution @mcamou , we appreciate it!

We also have a Discord server, which you’re more than welcome to join. It's a great place to connect with fellow contributors and stay updated with the latest developments!

@ehsandeep ehsandeep merged commit 63a03ba into projectdiscovery:dev Oct 14, 2024
9 checks passed
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.

IPv6 port scanning attempted when -iv 4 (or default value) specified
4 participants