297 Commits

Author SHA1 Message Date
forgedhallpass
555e609173 Merge remote-tracking branch 'origin/dev' into code_smells 2021-09-07 17:36:34 +03:00
forgedhallpass
0ce33927c7 Typo fixes. 2021-09-07 17:31:46 +03:00
Ice3man
1ea89d7560
Merge pull request #993 from wdahlenburg/interactsh-auth
Support Authorization Header for Self-Hosted Interactsh Servers
2021-09-06 16:01:13 +05:30
Sandeep Singh
d261061fda
Merge pull request #991 from projectdiscovery/fix/pitchfork
remove pitchfork validation
2021-09-03 14:29:09 +05:30
Wyatt Dahlenburg
1ccc4b2823 Switching to base64-raw 2021-09-02 08:05:47 -05:00
forgedhallpass
0cabce518f Merge branch 'dev' into code_smells 2021-09-02 12:30:43 +03:00
Wyatt Dahlenburg
693aec37d8 Support raw base64 encoding 2021-09-01 11:59:51 -05:00
Wyatt Dahlenburg
f9afd27605 Allow authorization header value to be specified for self-hosted interact.sh servers 2021-09-01 11:42:15 -05:00
Sajad Parra
761d62f3de remove pitchfork validation 2021-09-01 20:03:53 +05:30
sandeep
e0a2e5d292 misc flag update 2021-09-01 01:09:16 +05:30
forgedhallpass
40d88d2304 In-lined error checks, reduced scope of error variables, introduced new error variables instead of re-using them 2021-08-31 12:55:52 +03:00
Ice3man543
e7a0417bc2 Fixed interactsh edge case + debug mode logging for interact 2021-08-26 02:43:58 +05:30
forgedhallpass
07ca97fdaf Efforts to make working with files OS-agnostic.
Replacing "path." methods to "filepath." in order to make the code OS independent.
2021-08-23 16:42:29 +03:00
forgedhallpass
71c0d217e2 Replacing "path." methods to "filepath." in order to make the code OS independent 2021-08-23 14:54:28 +03:00
sandeep
03d2405c3d misc update 2021-08-17 17:56:35 +05:30
sandeep
a41d52c35d Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into host-max-errors 2021-08-17 17:54:38 +05:30
Ice3man543
a9b4cb076b Add support to clusterer for host errors 2021-08-17 16:05:29 +05:30
Ice3man543
586b4c0f8e Show skipped hosts 2021-08-17 14:50:54 +05:30
forgedhallpass
1106262a4b Merge remote-tracking branch 'upstream/dev' 2021-08-17 12:08:56 +03:00
Ice3man543
dd6f9bbc61 Merge branch 'host-max-errors' of https://github.com/projectdiscovery/nuclei into host-max-errors 2021-08-16 21:29:34 +05:30
Ice3man543
8452adfa73 Fixing the linter 2021-08-16 21:28:58 +05:30
Ice3man
737bf28b8b
Merge branch 'dev' into host-max-errors 2021-08-16 21:26:32 +05:30
Ice3man543
f216c6f6b3 Added HostErrorsCache for tracking failed hosts 2021-08-16 21:24:37 +05:30
savik
fb18feea76
fixed pitchfork validation 2021-08-10 12:34:37 +03:00
mzack
08b467e3ca Merge branch 'dev' into feature-cli-variables 2021-08-09 20:11:11 +02:00
mzack
22f912e20e misc 2021-08-09 12:38:31 +02:00
mzack
5be59c8bea Making map of env vars singleton 2021-08-09 09:49:07 +02:00
mzack
e17117c281 Adding support for global env variables 2021-08-09 00:22:09 +02:00
mzack
fbd362c34c Adding support for user defined variables via CLI 2021-08-08 23:42:10 +02:00
forgedhallpass
d3154648d2 Merge remote-tracking branch 'upstream/dev' 2021-08-03 15:26:45 +03:00
Ice3man543
8d0b5d6203 RES-120 Added functional testing implementation 2021-07-30 15:29:12 +05:30
Ice3man543
4eecec4c94 Changed file names 2021-07-24 19:28:09 +05:30
Ice3man543
0fd65e2bf2 Integrated deserialization helpers to nuclei + Misc bug fixes 2021-07-18 05:35:06 +05:30
Ice3man543
5af0f55ef8 Added more encoding + misc 2021-07-18 04:52:51 +05:30
Ice3man543
f903187df3 Started work on java deserialization helpers 2021-07-18 04:34:39 +05:30
forgedhallpass
ed1dc103fe RES-84 # Improve Nuclei CLI interface (WIP)
* Merge from parent

# Conflicts:
#	v2/cmd/nuclei/main.go
#	v2/internal/runner/config.go
#	v2/internal/runner/templates.go
#	v2/internal/runner/update.go
#	v2/pkg/templates/compile.go
#	v2/pkg/templates/compile_test.go
#	v2/pkg/types/types.go
2021-07-12 17:20:01 +03:00
Ice3man543
93ab540b54 Added payload support for network requests 2021-07-06 18:27:30 +05:30
Ice3man543
8ea3f5d0c8 Fixed lint errors for struct size 2021-06-15 11:49:32 +05:30
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
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
d9bb1393d3 Improvements to sarif report 2021-06-05 23:00:59 +05:30
Ice3man543
abc7063339 Work on sarif integration start 2021-06-05 18:01:08 +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
6c4495c0d1 Fixed lint errors 2021-05-09 02:19:23 +05:30
Ice3man543
f85a421550 Improvements to interactsh integration + no fatal for interact 2021-05-09 01:37:22 +05:30
Ice3man543
6a4f3e1336 Reporting added to OOB interaction results 2021-05-03 14:08:09 +05:30
Ice3man543
9c3b0b69a5 Merge branch 'interactsh-server-support' of https://github.com/projectdiscovery/nuclei into interactsh-server-support 2021-05-01 18:28:38 +05:30
Ice3man543
563c7ab045 Fixed lint errors 2021-05-01 18:28:24 +05:30
Sandeep Singh
33f1e23e87
Merge branch 'dev' into interactsh-server-support 2021-05-01 12:05:27 +05:30