447 Commits

Author SHA1 Message Date
Mzack9999
5ff5c2e105
Merge pull request #2019 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/corpix/uarand-0.2.0
chore(deps): bump github.com/corpix/uarand from 0.1.1 to 0.2.0 in /v2
2022-05-19 17:59:36 +02:00
Mzack9999
721118aacc
Merge pull request #2027 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/hashicorp/go-version-1.5.0
chore(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 in /v2
2022-05-19 17:58:49 +02:00
dependabot[bot]
bbf7adc84a
chore(deps): bump github.com/hashicorp/go-version in /v2
Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-version/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 05:19:44 +00:00
dependabot[bot]
0c77ffdcc1
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.15 to 1.44.17.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.15...v1.44.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 05:19:36 +00:00
dependabot[bot]
1de472efb7
chore(deps): bump github.com/corpix/uarand from 0.1.1 to 0.2.0 in /v2
Bumps [github.com/corpix/uarand](https://github.com/corpix/uarand) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/corpix/uarand/releases)
- [Commits](https://github.com/corpix/uarand/compare/v0.1.1...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/corpix/uarand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-18 05:23:13 +00:00
dependabot[bot]
aef57175b2
chore(deps): bump github.com/aws/aws-sdk-go in /v2 (#2003)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.14 to 1.44.15.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.14...v1.44.15)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-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>
2022-05-17 14:34:01 +05:30
dependabot[bot]
27bdd8c642
chore(deps): bump github.com/aws/aws-sdk-go in /v2 (#2001)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.12 to 1.44.14.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.12...v1.44.14)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-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>
2022-05-16 12:36:02 +05:30
dependabot[bot]
e58ec77753
chore(deps): bump github.com/projectdiscovery/wappalyzergo in /v2 (#2002)
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.41...v0.0.42)

---
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>
2022-05-16 12:30:12 +05:30
Mzack9999
3d03be8183
Appending new references to existing ones (#1881)
* Adding support to append new references

* go modules

* improving reference detection

* replacing raw string manipulation with yaml lib

* standardizing description appearance

* omitting empty fields

* adding missing remediation and metadata

* misc update

* Limit max references to 5 + fixed variables section in templates

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
Co-authored-by: Ice3man <nizamulrana@gmail.com>
2022-05-14 17:36:48 +05:30
Owen Rumney
4a5039cc75
chore(deps): Bump sarif to v2 (#1930)
Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-05-13 03:48:14 +05:30
Mzack9999
39c7317ec3
Adding SNI override via request annotations (#1970)
* Adding SNI override via request annotations

* adding cli flag priority
2022-05-12 16:43:56 +05:30
Mzack9999
ae5a5b296f
Merge pull request #1987 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/spf13/cast-1.5.0
chore(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 in /v2
2022-05-12 11:09:57 +02:00
dependabot[bot]
e67b306c2a
chore(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 in /v2
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](https://github.com/spf13/cast/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-12 05:18:24 +00:00
dependabot[bot]
0e9292d9fb
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.11 to 1.44.12.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.11...v1.44.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-12 05:18:18 +00:00
Mzack9999
a80d73500a
Merge pull request #1973 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/go-rod/rod-0.106.6
chore(deps): bump github.com/go-rod/rod from 0.106.5 to 0.106.6 in /v2
2022-05-11 20:17:11 +02:00
dependabot[bot]
c9723a5a3f
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.9 to 1.44.11.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.9...v1.44.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-11 08:58:57 +00:00
Mzack9999
b0d69d8c9a
Merge pull request #1978 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/xanzy/go-gitlab-0.65.0
chore(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.65.0 in /v2
2022-05-11 08:40:06 +02:00
dependabot[bot]
0fea763dc8
chore(deps): bump github.com/xanzy/go-gitlab in /v2
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.64.0 to 0.65.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.64.0...v0.65.0)

---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-11 05:23:12 +00:00
dependabot[bot]
4c79a53c3b
chore(deps): bump github.com/miekg/dns from 1.1.48 to 1.1.49 in /v2
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.48 to 1.1.49.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.48...v1.1.49)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-11 05:23:07 +00:00
dependabot[bot]
27673746d1
chore(deps): bump github.com/go-rod/rod from 0.106.5 to 0.106.6 in /v2
Bumps [github.com/go-rod/rod](https://github.com/go-rod/rod) from 0.106.5 to 0.106.6.
- [Release notes](https://github.com/go-rod/rod/releases)
- [Commits](https://github.com/go-rod/rod/compare/v0.106.5...v0.106.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-10 05:23:54 +00:00
Mzack9999
d6b061697d
Merge pull request #1962 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/wappalyzergo-0.0.41
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.40 to 0.0.41 in /v2
2022-05-09 09:45:56 +02:00
Mzack9999
11bcd717d5
Merge pull request #1947 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.44.8
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.7 to 1.44.8 in /v2
2022-05-09 07:46:55 +02:00
dependabot[bot]
f9269bcaf5
chore(deps): bump github.com/projectdiscovery/wappalyzergo in /v2
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.40 to 0.0.41.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.40...v0.0.41)

---
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>
2022-05-09 05:30:08 +00:00
mzack
e6e8c1c099 Merge branch 'dev' into dependabot/go_modules/v2/dev/github.com/projectdiscovery/wappalyzergo-0.0.40 2022-05-09 06:48:54 +02:00
mzack
7cd09ea2ee Merge branch 'dev' into dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.44.8 2022-05-09 06:47:14 +02:00
sandeep
474d66c09d go mod + version update 2022-05-08 15:29:33 +05:30
dependabot[bot]
ede9e46ae3
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.7 to 1.44.8 in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.7 to 1.44.8.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.7...v1.44.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 11:59:59 +00:00
mzack
3c5aea85e7 Merge branch 'dev' into issue-1849-iserver-registration 2022-05-06 13:13:50 +02:00
mzack
95115993b1 bumping interactsh version 2022-05-06 13:10:37 +02:00
mzack
6a52f4f709 updating go mods + logic 2022-05-06 12:59:16 +02:00
Sandeep Singh
2e8a5fa0c7
Merge pull request #1934 from projectdiscovery/pipeline-fix
replace rawhttp dev with fix branch, don't drain resp body if pipeline is on
2022-05-05 18:14:51 +05:30
Sandeep Singh
d827465f97
Merge pull request #1936 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.44.7
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.5 to 1.44.7 in /v2
2022-05-05 18:07:20 +05:30
dependabot[bot]
9fda8a6821
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.5 to 1.44.7 in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.5 to 1.44.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.5...v1.44.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 05:20:25 +00:00
Sajad Parra
14f11d24c2 replace rawhttp dev with fix branch, don't drain resp body if pipeline is on 2022-05-04 19:52:35 +05:30
dependabot[bot]
428d8fcd56
chore(deps): bump github.com/karrick/godirwalk in /v2
Bumps [github.com/karrick/godirwalk](https://github.com/karrick/godirwalk) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/karrick/godirwalk/releases)
- [Changelog](https://github.com/karrick/godirwalk/blob/master/debug_release.go)
- [Commits](https://github.com/karrick/godirwalk/compare/v1.16.1...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/karrick/godirwalk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 05:29:21 +00:00
dependabot[bot]
067b091d87
chore(deps): bump github.com/projectdiscovery/wappalyzergo in /v2
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.38 to 0.0.40.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.38...v0.0.40)

---
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>
2022-05-04 05:29:18 +00:00
Sandeep Singh
15d547735a
Merge pull request #1928 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/go-rod/rod-0.106.5
chore(deps): bump github.com/go-rod/rod from 0.106.2 to 0.106.5 in /v2
2022-05-03 17:28:45 +05:30
Sandeep Singh
f161099895
Merge pull request #1926 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.44.5
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.2 to 1.44.5 in /v2
2022-05-03 17:27:31 +05:30
Sandeep Singh
63b13f9a8e
Merge pull request #1923 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/shirou/gopsutil/v3-3.22.4
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.22.3 to 3.22.4 in /v2
2022-05-03 17:26:47 +05:30
dependabot[bot]
d7b7d680a0
chore(deps): bump github.com/go-rod/rod from 0.106.2 to 0.106.5 in /v2
Bumps [github.com/go-rod/rod](https://github.com/go-rod/rod) from 0.106.2 to 0.106.5.
- [Release notes](https://github.com/go-rod/rod/releases)
- [Commits](https://github.com/go-rod/rod/compare/v0.106.2...v0.106.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 11:56:42 +00:00
dependabot[bot]
bac8144aeb
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.2 to 1.44.5 in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.2 to 1.44.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.2...v1.44.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 05:21:29 +00:00
dependabot[bot]
d051ec02cf
chore(deps): bump github.com/shirou/gopsutil/v3 in /v2
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.3 to 3.22.4.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.3...v3.22.4)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 05:32:03 +00:00
dependabot[bot]
d24b2da430
chore(deps): bump github.com/go-playground/validator/v10 in /v2
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.10.1 to 10.11.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.10.1...v10.11.0)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 05:31:42 +00:00
Sandeep Singh
b4c6efd083
Merge pull request #1903 from projectdiscovery/issue-1834-alpine
Automatic fallback to system chrome on alpine via musl detection
2022-04-29 23:34:16 +05:30
Sandeep Singh
bd4d5931e3
Merge pull request #1906 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/go-rod/rod-0.106.2
chore(deps): bump github.com/go-rod/rod from 0.106.1 to 0.106.2 in /v2
2022-04-28 12:20:59 +05:30
dependabot[bot]
370d7bd1a9
chore(deps): bump github.com/go-rod/rod from 0.106.1 to 0.106.2 in /v2
Bumps [github.com/go-rod/rod](https://github.com/go-rod/rod) from 0.106.1 to 0.106.2.
- [Release notes](https://github.com/go-rod/rod/releases)
- [Commits](https://github.com/go-rod/rod/compare/v0.106.1...v0.106.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 05:17:36 +00:00
dependabot[bot]
b516446e0a
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.1 to 1.44.2 in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.1...v1.44.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 05:17:26 +00:00
mzack
d197b8df7b adding musl detection 2022-04-28 01:50:22 +02:00
Sandeep Singh
55c21a21a1
Merge pull request #1888 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/xanzy/go-gitlab-0.64.0
chore(deps): bump github.com/xanzy/go-gitlab from 0.63.0 to 0.64.0 in /v2
2022-04-27 23:46:51 +05:30
Sandeep Singh
6bd0e230fc
Merge pull request #1889 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/wappalyzergo-0.0.38
chore(deps): bump github.com/projectdiscovery/wappalyzergo from 0.0.37 to 0.0.38 in /v2
2022-04-27 23:46:29 +05:30