Commit Graph

1305 Commits

Author SHA1 Message Date
Mzack9999 f0d2b8f741 Merge pull request #1070 from projectdiscovery/dependabot/docker/dev/alpine-3.17.3
chore(deps): bump alpine from 3.17.2 to 3.17.3
2023-04-05 06:40:46 +02:00
Mzack9999 3f7bf088b7 Merge pull request #1069 from projectdiscovery/dependabot/go_modules/dev/go.uber.org/multierr-1.11.0
chore(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0
2023-04-05 06:40:25 +02:00
Mzack9999 eb85cdf6da Merge pull request #1072 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/rawhttp-0.1.11
chore(deps): bump github.com/projectdiscovery/rawhttp from 0.1.10 to 0.1.11
2023-04-05 06:40:03 +02:00
Mzack9999 ad1285ced6 Merge pull request #1073 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/utils-0.0.19
chore(deps): bump github.com/projectdiscovery/utils from 0.0.18 to 0.0.19
2023-04-05 06:39:46 +02:00
Mzack9999 2dccd17d4e Merge pull request #1068 from projectdiscovery/issue-1019-dsl-var-missing
Issue 1019 dsl var missing
2023-04-05 06:39:12 +02:00
dependabot[bot] baf3ff7e4f chore(deps): bump github.com/projectdiscovery/utils
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.18 to 0.0.19.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.18...v0.0.19)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 10:59:43 +00:00
dependabot[bot] 31fb64c79e chore(deps): bump github.com/projectdiscovery/rawhttp
Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
- [Commits](https://github.com/projectdiscovery/rawhttp/compare/v0.1.10...v0.1.11)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/rawhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 10:59:36 +00:00
dependabot[bot] 295bd71252 chore(deps): bump alpine from 3.17.2 to 3.17.3
Bumps alpine from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 10:56:52 +00:00
dependabot[bot] fb2ed6bc8c chore(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/uber-go/multierr/releases)
- [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/multierr/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: go.uber.org/multierr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-30 10:59:35 +00:00
shubhamrasal 539cd683f3 Merge branch 'dev' into issue-1019-dsl-var-missing 2023-03-30 12:12:57 +05:30
shubhamrasal 7e732e61d6 Check into all dsl variables
- Before, it was checking only not empty variables
  - We are adding body only if -irr flag is passed, make it work when
    -mdc and -fdc flag is passed
2023-03-30 12:11:08 +05:30
Mzack9999 76e8a4afe5 Merge pull request #1067 from projectdiscovery/issue-1040-win-path
Semicolon to underscore
2023-03-29 22:56:34 +02:00
Mzack9999 0a4e02413d semicolon to underscore 2023-03-29 22:44:51 +02:00
Mzack9999 1defd0a9b7 Add support to skip decode (#1055)
add support to skip decode
2023-03-29 19:06:47 +05:30
Sandeep Singh 5b898a0899 Merge pull request #1066 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/dsl-0.0.4
chore(deps): bump github.com/projectdiscovery/dsl from 0.0.3 to 0.0.4
2023-03-29 18:28:59 +05:30
dependabot[bot] 83660df3ac chore(deps): bump github.com/projectdiscovery/dsl from 0.0.3 to 0.0.4
Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/projectdiscovery/dsl/releases)
- [Commits](https://github.com/projectdiscovery/dsl/compare/v0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/dsl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 10:58:38 +00:00
Mzack9999 a45e6692c2 Merge pull request #1062 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/wappalyzergo-0.0.88
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.87 to 0.0.88
2023-03-28 09:48:33 +02:00
dependabot[bot] 1cbcf04cc8 chore(deps): bump github.com/projectdiscovery/wappalyzergo
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.87 to 0.0.88.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.87...v0.0.88)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 07:39:44 +00:00
Mzack9999 9d8c39c70e Merge pull request #1061 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/utils-0.0.18
chore(deps): bump github.com/projectdiscovery/utils from 0.0.17 to 0.0.18
2023-03-28 09:38:41 +02:00
Mzack9999 9707452925 Merge pull request #1060 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/retryablehttp-go-1.0.14
chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1.0.13 to 1.0.14
2023-03-28 09:38:30 +02:00
dependabot[bot] e4e3d9dc4e chore(deps): bump github.com/projectdiscovery/utils
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.17 to 0.0.18.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.17...v0.0.18)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 10:58:37 +00:00
dependabot[bot] 93dce59ed8 chore(deps): bump github.com/projectdiscovery/retryablehttp-go
Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.13...v1.0.14)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 10:58:25 +00:00
Mzack9999 b4038bfeec Merge pull request #1050 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/wappalyzergo-0.0.87
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.86 to 0.0.87
2023-03-21 12:26:08 +01:00
dependabot[bot] 1cf5cd5435 chore(deps): bump github.com/projectdiscovery/wappalyzergo
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.86 to 0.0.87.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.86...v0.0.87)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 11:02:01 +00:00
Mzack9999 33743cda91 Merge pull request #1049 from projectdiscovery/dependabot/github_actions/dev/actions/setup-go-4
chore(deps): bump actions/setup-go from 3 to 4
2023-03-21 12:00:37 +01:00
Mzack9999 22cb9027c2 Merge pull request #1051 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/mapcidr-1.1.1
chore(deps): bump github.com/projectdiscovery/mapcidr from 1.1.0 to 1.1.1
2023-03-21 12:00:16 +01:00
Mzack9999 e52bf67ad8 Merge pull request #1052 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/utils-0.0.17
chore(deps): bump github.com/projectdiscovery/utils from 0.0.16 to 0.0.17
2023-03-21 12:00:05 +01:00
Mzack9999 2a75f3fe84 Merge pull request #1053 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/hmap-0.0.11
chore(deps): bump github.com/projectdiscovery/hmap from 0.0.10 to 0.0.11
2023-03-21 11:59:55 +01:00
dependabot[bot] ee7bc3ae02 chore(deps): bump github.com/projectdiscovery/hmap from 0.0.10 to 0.0.11
Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.10...v0.0.11)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/hmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 10:58:54 +00:00
dependabot[bot] 0582b6ad3b chore(deps): bump github.com/projectdiscovery/utils
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 10:58:49 +00:00
dependabot[bot] 9a19c2f347 chore(deps): bump github.com/projectdiscovery/mapcidr
Bumps [github.com/projectdiscovery/mapcidr](https://github.com/projectdiscovery/mapcidr) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/projectdiscovery/mapcidr/releases)
- [Changelog](https://github.com/projectdiscovery/mapcidr/blob/master/.goreleaser.yml)
- [Commits](https://github.com/projectdiscovery/mapcidr/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/mapcidr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 10:58:43 +00:00
dependabot[bot] f273a9e42d chore(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 10:57:09 +00:00
Sandeep Singh b77f627952 Merge pull request #1047 from projectdiscovery/dependabot/go_modules/dev/github.com/projectdiscovery/tlsx-1.0.6
chore(deps): bump github.com/projectdiscovery/tlsx from 1.0.4 to 1.0.6
2023-03-15 17:35:47 +05:30
dependabot[bot] 1092415b3c chore(deps): bump github.com/projectdiscovery/tlsx from 1.0.4 to 1.0.6
Bumps [github.com/projectdiscovery/tlsx](https://github.com/projectdiscovery/tlsx) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/projectdiscovery/tlsx/releases)
- [Changelog](https://github.com/projectdiscovery/tlsx/blob/main/.goreleaser.yml)
- [Commits](https://github.com/projectdiscovery/tlsx/compare/v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/tlsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 10:58:59 +00:00
Sandeep Singh 17f139558e Merge branch 'main' into dev 2023-03-14 20:53:35 +05:30
sandeep 6647924cf2 go mod tidy 2023-03-14 20:50:23 +05:30
sandeep 1263420d1b version update 2023-03-14 20:43:28 +05:30
Ramana Reddy 948dd32663 add update check and self update options (#1041)
Add update check and self update option (#946)
2023-03-14 20:37:42 +05:30
dependabot[bot] 45721e8b39 chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.85 to 0.0.86 (#1044)
chore(deps): bump github.com/projectdiscovery/wappalyzergo

Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.85 to 0.0.86.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.85...v0.0.86)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/wappalyzergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 17:25:22 +05:30
dependabot[bot] 0b96117317 chore(deps): bump github.com/projectdiscovery/asnmap from 1.0.1 to 1.0.2 (#1043)
Bumps [github.com/projectdiscovery/asnmap](https://github.com/projectdiscovery/asnmap) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/projectdiscovery/asnmap/releases)
- [Changelog](https://github.com/projectdiscovery/asnmap/blob/main/.goreleaser.yml)
- [Commits](https://github.com/projectdiscovery/asnmap/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/asnmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 17:25:04 +05:30
dependabot[bot] 73cfb298ec chore(deps): bump github.com/projectdiscovery/rawhttp from 0.1.9 to 0.1.10 (#1039)
chore(deps): bump github.com/projectdiscovery/rawhttp

Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
- [Commits](https://github.com/projectdiscovery/rawhttp/compare/v0.1.9...v0.1.10)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/rawhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 13:14:49 +05:30
dependabot[bot] 4255017f72 chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1.0.12 to 1.0.13 (#1038)
chore(deps): bump github.com/projectdiscovery/retryablehttp-go

Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.12...v1.0.13)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 01:24:31 +05:30
dependabot[bot] 3a651568c4 chore(deps): bump github.com/projectdiscovery/hmap from 0.0.9 to 0.0.10 (#1037)
Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.9...v0.0.10)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/hmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 01:24:17 +05:30
dependabot[bot] 541de709c6 chore(deps): bump github.com/projectdiscovery/utils from 0.0.14 to 0.0.15 (#1036)
chore(deps): bump github.com/projectdiscovery/utils

Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.14 to 0.0.15.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 01:24:03 +05:30
dependabot[bot] 3c9a323dbb chore(deps): bump golang from 1.20.1-alpine to 1.20.2-alpine (#1035)
Bumps golang from 1.20.1-alpine to 1.20.2-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 01:23:45 +05:30
Fred Reimer c67bf20fd0 fix nil pointer dereference when probing ips of unresolved host (#1033)
Fix 977

function was continuing to process even when there was an error and
URL was nil.  Return after sending resuilts if there is no data to
process.

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2023-03-14 01:22:52 +05:30
Sandeep Singh a07f8394cc Merge pull request #1032 from projectdiscovery/dev
httpx v1.2.8
v1.2.8
2023-03-12 17:41:13 +05:30
Sandeep Singh a9028e2f68 Merge branch 'main' into dev 2023-03-12 17:34:03 +05:30
Sandeep Singh d84db54ce4 Merge pull request #1029 from projectdiscovery/dependabot/go_modules/dev/go.uber.org/multierr-1.10.0
chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0
2023-03-12 16:47:45 +05:30
dependabot[bot] 28c55973a3 chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/uber-go/multierr/releases)
- [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/multierr/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: go.uber.org/multierr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-12 11:12:54 +00:00