seb
da71945f97
Update operators_test.go
2021-07-31 23:51:23 +02:00
seb
166344d793
add and fix tests for json
2021-07-31 23:48:14 +02:00
seb
3529cfa1d6
json extractor support
2021-07-31 22:49:23 +02:00
Ice3man
b78780cd96
Merge branch 'dev' into deserialization-helpers
2021-07-24 19:20:36 +05:30
mzack
d29d7f8b56
Fixing missing headers in request dump
2021-07-19 23:34:22 +02:00
Ice3man543
0fd65e2bf2
Integrated deserialization helpers to nuclei + Misc bug fixes
2021-07-18 05:35:06 +05:30
Ice3man543
c2fde993ff
Nuclei Parallel HTTP Map crash fix
2021-07-10 14:54:49 +05:30
ᴍᴏᴏɴD4ʀᴋ
1fc4fcb7c9
refactor: err is always nil
2021-06-26 23:49:56 +08:00
ᴍᴏᴏɴD4ʀᴋ
dc177a45db
style: fix typo
2021-06-26 23:49:31 +08:00
Ice3man
7da6034f01
Merge branch 'dev' into bugfix-741
2021-06-26 18:30:56 +05:30
Ice3man
6defa450b8
Merge pull request #787 from projectdiscovery/feature-785-rawhttp-timeout
...
[Feature] Adding rawhttp timeout
2021-06-26 18:28:38 +05:30
mzack
f8ae8aa86f
reverting change and adding check on matched flag
2021-06-26 02:03:20 +02:00
mzack
1687bdd7c3
Removing check on internal dymanic values
2021-06-25 18:37:02 +02:00
mzack
713433026d
Adding support for timeout in rawhttp
2021-06-25 08:16:54 +02:00
Mzack9999
5acde94015
ignore misconfigured gzip server errors
2021-06-17 16:26:23 +02:00
Mzack9999
ba01a1c4ed
Adding support for misconfigured gzip header from server
2021-06-17 14:36:25 +02:00
Ice3man543
dbb70c5acc
Fixed http body decoding with unsafe
2021-06-15 11:46:02 +05:30
Ice3man543
fa9195eacb
Lint issues fixes
2021-06-14 17:14:16 +05:30
Sandeep Singh
d3b0a15284
Merge pull request #763 from projectdiscovery/fix-eof
...
Fix for panic: runtime error
2021-06-12 15:24:15 +05:30
Ice3man543
2ec27d4466
Fixed EOF read error
2021-06-09 11:15:21 +05:30
Sandeep Singh
673c98c3f4
Merge pull request #757 from projectdiscovery/sarif-integration
...
Added sarif output export format to nuclei
2021-06-08 16:47:46 +05:30
Ice3man543
abc7063339
Work on sarif integration start
2021-06-05 18:01:08 +05:30
Ice3man543
38abe40db8
Fixed #739 by adding normal request support to pipelining
2021-06-03 10:49:13 +05:30
Ice3man543
5a6303265d
Fixed #745 crash with http clustering module
...
The crash is mitigated in two ways.
- An additional check in http clustering module for req condition (no clustering with conditions)
- Clustered Executer also now passes a non-nil map to mitigate the crash if for some reason we reach there.
2021-06-03 10:26:41 +05:30
Ice3man543
f85a421550
Improvements to interactsh integration + no fatal for interact
2021-05-09 01:37:22 +05:30
Sandeep Singh
31fc50d2a5
Merge pull request #697 from projectdiscovery/bugfix-host-header
...
Better host header handling in RFC compliant requests
2021-05-04 18:24:22 +05:30
Mzack9999
9012db5f79
Adding custom header preference over template definition
2021-05-04 14:36:04 +02:00
Ice3man543
f064104bde
Fixed tests
2021-05-03 17:21:30 +05:30
Ice3man543
8394e696ca
Support interactsh payloads in baseURL
2021-05-03 14:31:44 +05:30
Mzack9999
79dd0549cd
Better host header handling in RFC comliant requests
2021-05-02 20:10:49 +02:00
Sandeep Singh
33f1e23e87
Merge branch 'dev' into interactsh-server-support
2021-05-01 12:05:27 +05:30
Seb Macke
627e418287
Fix missing IP in the JSON when URLs contain hostname:port
2021-04-23 22:20:09 +10:00
Ice3man543
e6825d5960
Better marker identification + Misc
2021-04-18 17:53:59 +05:30
Ice3man543
33bf306f28
Working interactsh integration
2021-04-18 16:10:10 +05:30
mzack
54540f3a22
adding shared fastdialer + missing cleanup
2021-04-18 11:57:43 +02:00
Ice3man543
4c594627a9
Started work on interact.sh support
2021-04-16 16:56:41 +05:30
Gia. Bui Dai
e229a3eccc
fix typos
2021-04-13 13:28:29 +07:00
Gia. Bui Dai
7f82270ea7
Fix can't set user agent in templates
2021-04-13 13:27:36 +07:00
Ice3man543
64c8c33a4f
Fixed some bugs + honor UA
2021-04-01 01:35:32 +05:30
Ice3man543
a3029142f6
Fixed panic with http status codes
2021-03-13 23:20:04 +05:30
Ice3man543
195c6b7692
Fixed linting errors
2021-03-09 15:00:22 +05:30
Ice3man543
ea888490d1
Fixed bug with request condition + tests
2021-03-09 14:45:04 +05:30
Ice3man543
1cfc5ce6ef
Added old req condition support
2021-03-08 19:01:40 +05:30
Mzack9999
6a83e55e40
Progress tracking logic
...
- Methods refactor
- Counter logic fixes
2021-03-02 02:22:15 +01:00
Ice3man543
ebe6a56d13
Fixed misc
2021-03-01 12:34:48 +05:30
Ice3man
155c847c4b
Merge branch 'dev' into bugfix-request-count
2021-03-01 12:30:55 +05:30
Mzack9999
e361de2ef3
Improvement in race condition
...
- Fixes sync
- Add support to dump request once (code is redundant)
2021-03-01 05:18:31 +01:00
Mzack9999
a60791051b
Adding missing request count decrement for race/parallell/pipeline
2021-03-01 04:31:53 +01:00
Ice3man543
8512b684c5
Lint errors fix
2021-02-26 13:13:11 +05:30
Ice3man543
162afc6c7b
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into dev
2021-02-25 16:26:04 +05:30