Ice3man
a0ece302d1
Moved variables to template level + misc
2022-03-31 00:54:35 +05:30
Ice3man
d09e71accf
Added variables to http and network
2022-03-30 20:35:46 +05:30
Sandeep Singh
80e969f917
Merge pull request #1688 from projectdiscovery/issue-1214-truncated-resp
...
Adding truncation info on debug
2022-03-09 00:36:50 +05:30
mzack
b55dac6ae2
Adding truncation info on debug
2022-03-07 13:32:17 +01:00
mzack
6cb522c9b2
Merge branch 'dev' into issue-1594-regexp
2022-02-28 11:42:46 +01:00
Ice3man
a7d6d5ce9d
Added read-all flag to http unsafe request
2022-02-25 19:26:10 +05:30
mzack
6746071979
Refactoring file templates to handle large files in chunks + removing deprecated io methods
2022-02-23 13:54:46 +01:00
forgedhallpass
72af50155d
Typo fixes
2022-02-07 16:41:55 +02:00
Sandeep Singh
e502d61550
Merge pull request #1559 from projectdiscovery/issue-1546-stop-at-first-with-extractors
...
Fixing exit at first match with extractors
2022-02-02 23:16:48 +05:30
mzack
4370abf89b
improving markers detection
2022-02-01 12:34:12 +01:00
mzack
b3c61ee157
Differentiate between interact matchers and markers
2022-02-01 12:10:18 +01:00
mzack
3807e648c7
Fixing exit at first match with extractors
2022-02-01 11:25:29 +01:00
mzack
2ee74b483b
Fixing race-requests block on curl generation command
2022-01-17 11:31:14 +01:00
Ice3man
24326389a4
Added interactsh additional variables support ( #1468 )
...
* Added interactsh additional variables support
* Added support for interact server rotation
* Misc fixes to interact related modules
* Fixed a crash with interactsh
* Perform deduplication of output extract data before printing
2022-01-13 13:22:43 +05:30
Mzack9999
3748eae5fb
Fixing full URL output with unsafe requests ( #1445 )
...
* Fixing full URL output with unsafe requests
* using request url as matched url if empty
2022-01-10 18:54:33 +05:30
Mzack9999
c26a1ac21c
Improving payloads support in AWS self-contained requests ( #1443 )
...
* Improving payloads support in AWS self-contained requests
* removing internal only values from output
* handling dynamic values in url
2022-01-09 18:09:50 +05:30
mzack
e59da29371
improving error/args handling
2021-12-18 20:06:51 +01:00
mzack
abb78658c6
adding default region
2021-12-09 08:50:54 +01:00
mzack
c47196bcc8
Merge branch 'dev' into research-aws-signing
2021-12-06 08:17:03 +01:00
mzack
c9b9725474
moving sign routine to helper function
2021-12-02 15:57:52 +01:00
Mzack9999
40baa302b2
Merge branch 'dev' into research-aws-signing
2021-12-02 12:56:37 +01:00
Sajad Parra
d0deef72f5
Merge branch 'dev' into stop-at-first-match
2021-12-02 17:26:23 +05:30
Sajad Parra
18f57130ca
Merge branch 'dev' into stop-at-first-match
2021-12-02 17:03:02 +05:30
Sajad Parra
7a96a7c931
Merge branch 'dev' into dsl-variable-support
2021-12-02 16:50:50 +05:30
Ice3man543
72a387c40a
Merge from dev
2021-11-30 16:55:09 +05:30
Sajad Parra
f60e93aae1
add template level stop at first match option
2021-11-29 16:01:06 +05:30
mzack
a631262d91
Merge branch 'dev' into research-aws-signing
2021-11-29 09:36:12 +01:00
Sajad Parra
d97aee01c3
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into dsl-variable-support
2021-11-29 13:36:09 +05:30
Sandeep Singh
95f31090dc
Merge pull request #1292 from projectdiscovery/improvements
...
Small refactorings and linter driven improvements
2021-11-29 12:18:28 +05:30
LuitelSamikshya
b3805999f3
Unsafe flag with base template ( #1279 )
...
* unsafe flag with base template
2021-11-28 04:40:27 +05:30
Ice3man
dfe284664c
Fixed a crash with http module ( #1285 )
2021-11-26 18:51:02 +05:30
mzack
a3319930c0
code refactor + request dump fix
...
Fixes indirectly #844
2021-11-26 13:49:12 +01:00
forgedhallpass
7e22d70ded
refactor/documentation: typos and grammatical errors
2021-11-25 18:54:16 +02:00
Sajad Parra
7e9272776d
add variable support to dsl, remove dynamicValues from request struct
2021-11-25 16:19:42 +05:30
Ice3man543
f6072e9a95
Updating name of variable
2021-11-24 22:44:43 +05:30
Ice3man543
393babe3c3
Made iterate of values controllable with iterate-all-values flag in http
2021-11-24 22:40:17 +05:30
Ice3man543
ef5b476c6d
Reusing dynamically extracted values as iterators in http request
...
This PR adds the support in http module to iterate over the dynamically extracted data from extractors
and use it in other requests. This allows nuclei to follow links on pages, do operations with
multiple versions of the same extracted value, etc.
2021-11-24 21:08:08 +05:30
Ice3man
1581c96e4e
Added matched-status flag + template-path and url to output ( #1272 )
...
* Added matched-status flag + template-path and url to output
2021-11-22 17:53:25 +05:30
mzack
ddb07ebb75
adding support for aws file credential
2021-11-18 21:44:58 +01:00
mzack
38ff8f75b1
adding signature syntax validation
2021-11-17 01:28:35 +01:00
mzack
eb61c519c3
converting to post-processor prototype
2021-11-13 03:17:05 +01:00
mzack
e517797cfa
moving aws signing logic to helper library
2021-11-13 02:13:48 +01:00
mzack
882a156b63
Merge branch 'dev' into research-aws-signing
2021-11-12 19:55:35 +01:00
mzack
041361c45e
Adding aws sign prototype
2021-11-12 19:29:45 +01:00
Ice3man543
c1a35b3ff9
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into more-protocols
2021-11-11 17:21:25 +05:30
Mzack9999
09b5fb11e8
Better error handling for return value of helper http library ( #1239 )
2021-11-10 22:41:42 +05:30
Sandeep Singh
f78ff42dbe
Merge branch 'dev' into more-protocols
2021-11-09 18:27:13 +05:30
Ice3man543
9b364080ea
Fixed some edge cases with status codes in redirect chains
2021-11-09 17:55:42 +05:30
Ice3man543
155b8cfed9
fix #1173 : perform matching on all redirect responses instead of final
2021-11-09 06:00:30 +05:30
Sandeep Singh
952a821c6c
Merge pull request #1208 from projectdiscovery/colored_hexdump
...
Enhance hexdump content highlighting
2021-11-08 18:30:00 +05:30