DoI
f520d7e843
XPath matcher support ( #4087 )
...
* Added xpath response matching support
* Add validation for user-supplied XPath
* xpath matcher comment fix
* Added XPath matched documentation
* minor changes: remove warnings
---------
Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
2023-08-25 22:41:51 +05:30
Sandeep Singh
d3928e080d
optional file read in headless protocol ( #4055 )
...
* use -lfa and -lna in headless
* fix lna in headless
* misc update
* fix nil pointer dereference in test
* fix lint & unit test
* use urlutil
* headless protocol scheme improvements
* add unit and integration tests
* run unit test from binary
---------
Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
2023-08-25 18:30:46 +05:30
Tarun Koyalwar
e146c89930
render nuclei-templates release ( #4082 )
2023-08-23 18:22:53 +05:30
sandeep
c7ec638748
Merge branch 'dev'
2023-08-22 16:46:40 +05:30
sandeep
fd2ae8de00
version update
2023-08-22 15:28:39 +05:30
dependabot[bot]
576fa0c891
Merge pull request #4073 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/retryabledns-1.0.35
2023-08-21 15:50:10 +00:00
dependabot[bot]
80a34c35e3
chore(deps): bump github.com/projectdiscovery/retryabledns in /v2
...
Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns ) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.34...v1.0.35 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryabledns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 15:25:39 +00:00
dependabot[bot]
f133493a64
Merge pull request #4070 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/goflags-0.1.17
2023-08-21 15:25:18 +00:00
dependabot[bot]
b705488ee9
Merge pull request #4071 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/hmap-0.0.15
2023-08-21 15:23:21 +00:00
dependabot[bot]
348fd5bd9c
chore(deps): bump github.com/projectdiscovery/hmap in /v2
...
Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap ) from 0.0.14 to 0.0.15.
- [Release notes](https://github.com/projectdiscovery/hmap/releases )
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.14...v0.0.15 )
---
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-08-21 15:05:06 +00:00
dependabot[bot]
be0e8a759b
chore(deps): bump github.com/projectdiscovery/goflags in /v2
...
Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags ) from 0.1.16 to 0.1.17.
- [Release notes](https://github.com/projectdiscovery/goflags/releases )
- [Commits](https://github.com/projectdiscovery/goflags/compare/v0.1.16...v0.1.17 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/goflags
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 15:04:57 +00:00
dependabot[bot]
1eb349237a
chore(deps): bump github.com/projectdiscovery/wappalyzergo in /v2 ( #4072 )
...
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo ) from 0.0.108 to 0.0.109.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases )
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.108...v0.0.109 )
---
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-08-21 20:34:42 +05:30
Tarun Koyalwar
430e2b92c1
fix broken image link in TestActionGetResource ( #4075 )
2023-08-21 20:33:52 +05:30
sandeep
fd76914b9d
dsl dep update
2023-08-21 13:56:00 +05:30
sandeep
247553532f
misc docs update
2023-08-19 04:46:31 +05:30
sandeep
36af9417bc
Merge branch 'docs_migrataion' into dev
2023-08-19 02:37:51 +05:30
Mzack9999
a3b1f11d4a
Merge pull request #4064 from projectdiscovery/issue-2870-interactsh-and
...
fix logic bug in request[s] matcher condition
2023-08-18 10:47:10 +02:00
sandeep
0b9cfacdaf
added note for keys
2023-08-18 03:21:24 +05:30
sandeep
dc9f30f3d8
misc update
2023-08-18 03:11:00 +05:30
Tarun Koyalwar
61fc7350d1
add integration test
2023-08-18 02:49:05 +05:30
sandeep
46143dfb82
docs migration
2023-08-18 02:43:28 +05:30
Tarun Koyalwar
b4b769d501
fix logic bug in request[s] condition
2023-08-18 02:37:35 +05:30
sandeep
1ade5a0824
version update
2023-08-18 01:21:43 +05:30
Tarun Koyalwar
2d88c21923
fix duplicated result event in cli & SDK ( #4059 )
...
* fix duplicated result in cli
* bump default interactsh httpclient timeout
* use .Store() instead of CompareandSwap()
* debug logging for interactsh in gh actions
2023-08-18 01:01:16 +05:30
seeyarh
1ee108ed13
include request and response when matcher status is false ( #3986 )
...
* include request and response when matcher status is false
* use failed result event to write failure
---------
Co-authored-by: Collins Huff <collins.huff@Collinss-MacBook-Pro-2.local>
Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
2023-08-17 23:05:15 +05:30
Mzack9999
d07c273ab4
adding default resp size to options ( #4050 )
2023-08-14 20:39:02 +05:30
dependabot[bot]
79befbb293
Merge pull request #4046 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/fastdialer-0.0.36
2023-08-14 07:03:37 +00:00
dependabot[bot]
af982c4955
chore(deps): bump github.com/projectdiscovery/fastdialer in /v2
...
Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer ) from 0.0.35 to 0.0.36.
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases )
- [Commits](https://github.com/projectdiscovery/fastdialer/compare/v0.0.35...v0.0.36 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/fastdialer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 06:45:39 +00:00
dependabot[bot]
b5b8d88c71
Merge pull request #4045 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/retryabledns-1.0.34
2023-08-14 06:44:45 +00:00
dependabot[bot]
4993f565f3
Merge pull request #4047 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/gostruct-0.0.1
2023-08-14 06:43:05 +00:00
dependabot[bot]
406e6d01a3
chore(deps): bump github.com/projectdiscovery/retryabledns in /v2
...
Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns ) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.33...v1.0.34 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryabledns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 06:24:47 +00:00
dependabot[bot]
98fc3a8025
chore(deps): bump github.com/projectdiscovery/gostruct in /v2
...
Bumps [github.com/projectdiscovery/gostruct](https://github.com/projectdiscovery/gostruct ) from 0.0.0-20230520110439-bbdedaae3c35 to 0.0.1.
- [Release notes](https://github.com/projectdiscovery/gostruct/releases )
- [Commits](https://github.com/projectdiscovery/gostruct/commits/v0.0.1 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/gostruct
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 06:23:39 +00:00
dependabot[bot]
cf45b440d6
Merge pull request #4044 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/hmap-0.0.14
2023-08-14 06:21:22 +00:00
dependabot[bot]
4baf7049b5
Merge pull request #4048 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/retryablehttp-go-1.0.22
2023-08-14 06:19:44 +00:00
dependabot[bot]
d546fcabe6
chore(deps): bump github.com/projectdiscovery/retryablehttp-go in /v2
...
Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go ) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases )
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.21...v1.0.22 )
---
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-08-14 06:03:35 +00:00
dependabot[bot]
71cf64cb6e
chore(deps): bump github.com/projectdiscovery/hmap in /v2
...
Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap ) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/projectdiscovery/hmap/releases )
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.13...v0.0.14 )
---
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-08-14 06:03:09 +00:00
Ovie
b789868f26
Update README_CN.md ( #4019 )
2023-08-13 18:22:31 +05:30
Sandeep Singh
e50cfd64f7
tlsx / dsl dep update ( #4043 )
2023-08-12 00:45:23 +05:30
Dogan Can Bakir
deb351c235
use default perms ( #4039 )
...
* use default perms
* go mod tidy
* bump goflags
* dep update
---------
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-08-11 19:30:43 +05:30
dependabot[bot]
e43e0cf186
chore(deps): bump github.com/projectdiscovery/retryabledns in /v2 ( #4031 )
...
Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns ) from 1.0.32 to 1.0.33.
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.32...v1.0.33 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryabledns
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-08-10 23:28:27 +05:30
Ramana Reddy
7997e8dbec
Fix edge cases `disable-path-automerge` ( #4035 )
...
* fix edge cases for disable-path-automerge
* misc update
2023-08-10 19:28:05 +05:30
dependabot[bot]
b2916c1348
Merge pull request #4030 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/dsl-0.0.17
2023-08-07 18:38:34 +00:00
Ramana Reddy
237cb0bc79
remove deprecated dsl helper func
2023-08-07 23:50:16 +05:30
dependabot[bot]
080e4dfb23
Merge pull request #4028 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/utils-0.0.47
2023-08-07 06:03:19 +00:00
dependabot[bot]
de7cea2139
chore(deps): bump github.com/projectdiscovery/utils in /v2
...
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils ) from 0.0.46 to 0.0.47.
- [Release notes](https://github.com/projectdiscovery/utils/releases )
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.0.46...v0.0.47 )
---
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-08-07 05:45:52 +00:00
dependabot[bot]
a96e08c2b5
Merge pull request #4029 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/projectdiscovery/wappalyzergo-0.0.108
2023-08-07 05:44:16 +00:00
dependabot[bot]
ef8ef8edb3
chore(deps): bump github.com/projectdiscovery/dsl in /v2
...
Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl ) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/projectdiscovery/dsl/releases )
- [Commits](https://github.com/projectdiscovery/dsl/compare/v0.0.16...v0.0.17 )
---
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-08-07 05:27:33 +00:00
dependabot[bot]
85febc5311
chore(deps): bump github.com/projectdiscovery/wappalyzergo in /v2
...
Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo ) from 0.0.107 to 0.0.108.
- [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases )
- [Commits](https://github.com/projectdiscovery/wappalyzergo/compare/v0.0.107...v0.0.108 )
---
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-08-07 05:27:25 +00:00
三米前有蕉皮
edd96f9ac4
Transfer encoding ( #3947 )
...
* fix Transfer-Encoding
* restoring code
* go mod update
* fixing go.sum
---------
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2023-08-05 21:48:40 +05:30
Tarun Koyalwar
8125b6805c
resolve merge conflicts with dev
2023-08-04 20:21:22 +05:30