2205 Commits

Author SHA1 Message Date
ben 423ae72f08 correct typos and fix a keys-required test 2025-07-17 12:50:56 +01:00
ben 8f5680e906 match new path 2025-07-17 12:31:42 +01:00
ben 0afa0e5a72 remove cruft 2025-07-17 12:30:36 +01:00
ben 90f4c00d8c Adds the "driftnet" source.
Updates the httpRequestWrapper() function to allow 204 responses.
2025-07-17 12:30:36 +01:00
Mzack9999 b12abbb165 Merge pull request #1613 from mikelolasagasti/remove-v2
move v2 module code to root directory for cleaner structure
2025-07-15 13:27:20 +02:00
Mikel Olasagasti Uranga 0d9014e177 refactor: adapt workflows to new non-v2 paths 2025-07-10 15:39:25 +02:00
Mikel Olasagasti Uranga 51f1cd9c0d refactor: change Dockerfile paths
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
2025-07-10 15:39:25 +02:00
Mikel Olasagasti Uranga 6867e076f1 refactor: move v2 module code to root directory for cleaner structure
Keeps module path as github.com/projectdiscovery/subfinder/v2 to
preserve import compatibility.

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
2025-07-10 15:27:42 +02:00
dependabot[bot] a3674edd50 chore(deps): bump the modules group in /v2 with 6 updates
Bumps the modules group in /v2 with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.114` | `1.0.115` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.4.20` | `0.4.21` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.23` | `1.1.24` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.89` | `0.0.90` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.15` | `0.1.16` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.101` | `1.0.102` |


Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.114...v1.0.115)

Updates `github.com/projectdiscovery/utils` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.20...v0.4.21)

Updates `github.com/projectdiscovery/cdncheck` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.23...v1.1.24)

Updates `github.com/projectdiscovery/hmap` from 0.0.89 to 0.0.90
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.89...v0.0.90)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.15 to 0.1.16
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.15...v0.1.16)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.101 to 1.0.102
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.101...v1.0.102)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.4.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.90
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.102
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 09:52:16 +00:00
Dogan Can Bakir c6f36ad039 Merge pull request #1598 from projectdiscovery/dev
release v2.8.0
v2.8.0
2025-06-20 21:58:37 +03:00
Dogan Can Bakir b350e9da8a Merge branch 'main' into dev 2025-06-20 21:52:47 +03:00
Doğan Can Bakır 3d12dd7dfb update version 2025-06-20 21:50:06 +03:00
Dogan Can Bakir 7f3f2c2d5f read key from env if provided (#1607)
* read key from env if provided

* remove debug code
2025-06-21 00:15:21 +05:30
Dogan Can Bakir a0be3ff3ee Fix paginations (#1603)
* fix quake pagination

* update page param

* skip empty

* fix test

* minor
2025-06-21 00:11:19 +05:30
Dogan Can Bakir 7526dd8dd0 add RSECloud (#1604)
* add RSECloud

* discard after decoding

---------

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2025-06-20 22:57:54 +05:30
Dogan Can Bakir b669adbfd2 modernize subfinder (#1601)
* update gh lint action

* modernize

* minor

* update lint

* fix lint errs

* fix MORE lint errs

* join errs

* fix MOOORE lint errs

* add go version file

* ai review

* ignore anubis tests
2025-06-20 22:02:13 +05:30
dependabot[bot] 3acf6d5349 chore(deps): bump the modules group in /v2 with 5 updates (#1597)
Bumps the modules group in /v2 with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.113` | `1.0.114` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.4.19` | `0.4.20` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.20` | `1.1.23` |
| [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.4.0` | `0.4.1` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.100` | `1.0.101` |


Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.113...v1.0.114)

Updates `github.com/projectdiscovery/utils` from 0.4.19 to 0.4.20
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.19...v0.4.20)

Updates `github.com/projectdiscovery/cdncheck` from 1.1.20 to 1.1.23
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.20...v1.1.23)

Updates `github.com/projectdiscovery/fastdialer` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](https://github.com/projectdiscovery/fastdialer/compare/v0.4.0...v0.4.1)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.100 to 1.0.101
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.100...v1.0.101)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.4.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 22:52:25 +05:30
Pepijn van der Stap 423c732800 Purge dead binaryedge source (#1592)
* purge: binaryedge source

* purge(binaryedge): omit dead source reference in passive
2025-06-16 22:46:56 +05:30
Celesian cd5d28901f Added pugrecon.com as a subdomains source (#1585) 2025-06-16 22:44:44 +05:30
Dogan Can Bakir 69240a6d8e Merge pull request #1596 from emmanuel-ferdman/dev
Update GoReleaser configurations
2025-06-16 16:02:55 +03:00
Emmanuel Ferdman 9c5f8a8b17 Update GoReleaser configurations
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-06-14 03:15:23 -07:00
dependabot[bot] 5d75905d80 chore(deps): bump the modules group in /v2 with 6 updates
Bumps the modules group in /v2 with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) | `0.0.80` | `0.0.81` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.111` | `1.0.112` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.17` | `1.1.18` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.88` | `0.0.89` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.14` | `0.1.15` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.99` | `1.0.100` |


Updates `github.com/projectdiscovery/ratelimit` from 0.0.80 to 0.0.81
- [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
- [Commits](https://github.com/projectdiscovery/ratelimit/compare/v0.0.80...v0.0.81)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.111 to 1.0.112
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.111...v1.0.112)

Updates `github.com/projectdiscovery/cdncheck` from 1.1.17 to 1.1.18
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.17...v1.1.18)

Updates `github.com/projectdiscovery/hmap` from 0.0.88 to 0.0.89
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.88...v0.0.89)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.14 to 0.1.15
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.14...v0.1.15)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.99...v1.0.100)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/ratelimit
  dependency-version: 0.0.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.112
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.89
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.100
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 08:53:02 +00:00
dependabot[bot] 7c89b4f778 chore(deps): bump github.com/cloudflare/circl from 1.5.0 to 1.6.1 in /v2
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 21:35:48 +00:00
Dogan Can Bakir 98e678907a Update installation doc (#1591) 2025-05-20 19:00:06 +05:30
dependabot[bot] 0c7381da11 chore(deps): bump the modules group across 1 directory with 7 updates
Bumps the modules group with 5 updates in the /v2 directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) | `0.0.79` | `0.0.80` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.109` | `1.0.111` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.4.18` | `0.4.19` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.15` | `1.1.17` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.12` | `0.1.14` |



Updates `github.com/projectdiscovery/ratelimit` from 0.0.79 to 0.0.80
- [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
- [Commits](https://github.com/projectdiscovery/ratelimit/compare/v0.0.79...v0.0.80)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.109 to 1.0.111
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.109...v1.0.111)

Updates `github.com/projectdiscovery/utils` from 0.4.18 to 0.4.19
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.18...v0.4.19)

Updates `github.com/projectdiscovery/cdncheck` from 1.1.15 to 1.1.17
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.15...v1.1.17)

Updates `github.com/projectdiscovery/hmap` from 0.0.87 to 0.0.88
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.87...v0.0.88)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.12 to 0.1.14
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.12...v0.1.14)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.98 to 1.0.99
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.98...v1.0.99)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/ratelimit
  dependency-version: 0.0.80
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.4.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.88
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.99
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-17 13:17:09 +00:00
Dogan Can Bakir 678fbc811b fix docker build (#1583) 2025-04-29 18:52:07 +05:30
Dogan Can Bakir fea5afaf4a Merge pull request #1581 from projectdiscovery/dev
release v2.7.1
v2.7.1
2025-04-28 15:46:35 +03:00
Doğan Can Bakır ab4e8852b7 update lint action 2025-04-28 15:10:46 +03:00
Doğan Can Bakır 385e03eb95 update version 2025-04-28 14:49:21 +03:00
dependabot[bot] 4c7044dded Merge pull request #1578 from projectdiscovery/dependabot/go_modules/v2/github.com/refraction-networking/utls-1.7.0 2025-04-23 14:48:15 +00:00
ghost 8b4bc84319 chore(deps): go mod tidy 2025-04-23 14:47:12 +00:00
dependabot[bot] 8c54b9dbc0 chore(deps): bump github.com/refraction-networking/utls in /v2
Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.6.7 to 1.7.0.
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/refraction-networking/utls
  dependency-version: 1.7.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-23 14:45:49 +00:00
dependabot[bot] 601d019f7f Merge pull request #1577 from projectdiscovery/dependabot/go_modules/v2/dev/modules-6cf6a2e0e6 2025-04-22 09:43:15 +00:00
dependabot[bot] 9c1536361c chore(deps): bump the modules group in /v2 with 5 updates
Bumps the modules group in /v2 with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) | `1.1.53` | `1.1.54` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.101` | `1.0.109` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.4.17` | `0.4.18` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.14` | `1.1.15` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.81` | `0.0.87` |


Updates `github.com/projectdiscovery/gologger` from 1.1.53 to 1.1.54
- [Release notes](https://github.com/projectdiscovery/gologger/releases)
- [Commits](https://github.com/projectdiscovery/gologger/compare/v1.1.53...v1.1.54)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.101 to 1.0.109
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.101...v1.0.109)

Updates `github.com/projectdiscovery/utils` from 0.4.17 to 0.4.18
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.17...v0.4.18)

Updates `github.com/projectdiscovery/cdncheck` from 1.1.14 to 1.1.15
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.14...v1.1.15)

Updates `github.com/projectdiscovery/hmap` from 0.0.81 to 0.0.87
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.81...v0.0.87)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/gologger
  dependency-version: 1.1.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.109
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.87
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 15:01:15 +00:00
dependabot[bot] 86d333e556 Merge pull request #1574 from projectdiscovery/dependabot/go_modules/v2/golang.org/x/net-0.38.0 2025-04-16 23:30:39 +00:00
dependabot[bot] 5ddc497069 chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /v2
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 23:28:43 +00:00
dependabot[bot] 899ccdb9b3 Merge pull request #1571 from projectdiscovery/dependabot/go_modules/v2/dev/modules-d02e768e59 2025-04-15 09:59:43 +00:00
dependabot[bot] b980e49f36 chore(deps): bump the modules group in /v2 with 10 updates
Bumps the modules group in /v2 with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) | `1.1.44` | `1.1.53` |
| [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) | `0.0.70` | `0.0.79` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.99` | `1.0.101` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.4.11` | `0.4.17` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.1.0` | `1.1.14` |
| [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.3.0` | `0.4.0` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.80` | `0.0.81` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.1` | `0.1.12` |
| [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) | `0.1.72` | `0.1.74` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.94` | `1.0.98` |


Updates `github.com/projectdiscovery/gologger` from 1.1.44 to 1.1.53
- [Release notes](https://github.com/projectdiscovery/gologger/releases)
- [Commits](https://github.com/projectdiscovery/gologger/compare/v1.1.44...v1.1.53)

Updates `github.com/projectdiscovery/ratelimit` from 0.0.70 to 0.0.79
- [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
- [Commits](https://github.com/projectdiscovery/ratelimit/compare/v0.0.70...v0.0.79)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.99 to 1.0.101
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.99...v1.0.101)

Updates `github.com/projectdiscovery/utils` from 0.4.11 to 0.4.17
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.11...v0.4.17)

Updates `github.com/projectdiscovery/cdncheck` from 1.1.0 to 1.1.14
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases)
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.0...v1.1.14)

Updates `github.com/projectdiscovery/fastdialer` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](https://github.com/projectdiscovery/fastdialer/compare/v0.3.0...v0.4.0)

Updates `github.com/projectdiscovery/hmap` from 0.0.80 to 0.0.81
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.80...v0.0.81)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.1 to 0.1.12
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.1...v0.1.12)

Updates `github.com/projectdiscovery/goflags` from 0.1.72 to 0.1.74
- [Release notes](https://github.com/projectdiscovery/goflags/releases)
- [Commits](https://github.com/projectdiscovery/goflags/compare/v0.1.72...v0.1.74)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.94 to 1.0.98
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.94...v1.0.98)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/gologger
  dependency-version: 1.1.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/ratelimit
  dependency-version: 0.0.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
  dependency-version: 1.1.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.81
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/goflags
  dependency-version: 0.1.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.98
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 14:12:30 +00:00
dependabot[bot] 74b42b2d93 Merge pull request #1559 from projectdiscovery/dependabot/go_modules/v2/golang.org/x/net-0.36.0 2025-04-11 11:16:26 +00:00
ghost 97e35f63ca chore(deps): go mod tidy 2025-04-11 11:15:22 +00:00
dependabot[bot] 44c1b3cf8b chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /v2
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 08:56:06 +00:00
Dogan Can Bakir 0838856382 Merge pull request #1566 from projectdiscovery/dwisiswant0/ci/compat-checkcs/define-go-version-file
ci(compat-checks): define go version file
2025-04-01 14:49:10 +05:30
Dwi Siswanto 232dbdef90 ci(compat-checks): define go version file
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-04-01 15:04:37 +07:00
Dogan Can Bakir 68579d5db6 Merge pull request #1564 from projectdiscovery/dwisiswant0/ci/adds-compatibility-checks
ci: adds compatibility checks
2025-03-31 17:50:47 +05:30
Dwi Siswanto b974fbdd74 ci: adds compatibility checks
also merge lint to build test

Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-03-31 18:45:44 +07:00
sandeep a3f64602b6 grouped dev 2025-03-03 20:24:19 +05:30
Dogan Can Bakir 0d34c55002 Merge pull request #1549 from projectdiscovery/dev
v2.7.0
v2.7.0
2025-02-27 10:12:57 +03:00
Doğan Can Bakır aa7fd52c9b update version 2025-02-25 16:24:55 +03:00
Dogan Can Bakir 61f4e53316 Merge pull request #1508 from hyni03/add-threatcrowd
add threatcrowd
2025-02-25 16:23:52 +03:00
Dogan Can Bakir ffa962a4ec Merge pull request #1540 from projectdiscovery/update_dnsrepo_api_endpoint
update dnsrepo api endpoint
2025-02-25 16:16:26 +03:00