307 Commits

Author SHA1 Message Date
mzack
93060ec0e3 adding tests 2021-11-09 08:50:18 +01:00
mzack
9675efa680 Adding support for custom headers via CLI in raw http requests 2021-11-08 19:33:54 +01:00
Sandeep Singh
952a821c6c
Merge pull request #1208 from projectdiscovery/colored_hexdump
Enhance hexdump content highlighting
2021-11-08 18:30:00 +05:30
Sajad Parra
6d0d3e1c35 add unique check to test case 2021-11-05 20:00:46 +05:30
Sajad Parra
4d8eaad0a3 add unit test for unique interactsh url #1068 2021-11-05 15:27:49 +05:30
Sajad Parra
41393fc09d unique payload per interactsh placeholder #1068 2021-11-04 17:13:47 +05:30
Ice3man
191797380e
bug: Bug in URL parsing for unsafe templates #830
Fixed raw request path not correct with unsafe
2021-11-02 10:42:59 +02:00
forgedhallpass
8f6280dc9d refactor: In case of binary data, show a hexadecimal view as well #1080
* small enhancements with regards to dumping responses
2021-11-01 20:45:54 +02:00
forgedhallpass
b91166a034 Merge remote-tracking branch 'origin/dev' into colored_hexdump 2021-11-01 11:57:45 +02:00
Sandeep Singh
1863e8f76a
Merge pull request #1130 from zerodivisi0n/feature/case-insensitive-match
Add case-insensitive option to template
2021-11-01 15:15:22 +05:30
Ice3man
331ae0f03b
Merge pull request #1171 from kchason/client-cert-auth
Add Support for Client Certificate Authentication
2021-10-31 02:08:18 +05:30
Alexey Zhuchkov
463c1c0142 Use template path in output request 2021-10-30 14:28:30 +03:00
forgedhallpass
04e3c0165a feat: In case of binary data, show a hexadecimal view as well #1080 2021-10-30 13:17:47 +03:00
Alexey Zhuchkov
897f11213c Add unit tests for case-insensitive flag in protocols 2021-10-29 19:11:09 +03:00
Alexey Zhuchkov
bfb69b2ff2 Extract getMatchPart method in protocols 2021-10-29 19:10:17 +03:00
kchason
4a1440a17b Merge dev branch 2021-10-27 12:13:23 -04:00
kchason
a539184ffd Switch logic to a shared package 2021-10-27 12:11:42 -04:00
Ice3man543
4a29443752 fix panic: Only generate curl command if request is not nil 2021-10-25 18:22:33 +05:30
kchason
99492911a3 Revert "Missing error package"
This reverts commit 18deddb07abcabc056c81f19a4149f0de0449807.
2021-10-21 14:21:52 -04:00
kchason
18deddb07a Missing error package 2021-10-21 14:10:47 -04:00
kchason
4b70560cc9 Merge branch 'master' into client-cert-auth 2021-10-21 13:59:39 -04:00
kchason
f5b9eb32a1 Client certificate authentication for pooled connections 2021-10-21 13:54:56 -04:00
Sandeep Singh
52382df350
Merge pull request #1121 from projectdiscovery/self-contained-templates
Added self-contained http/network requests implementation
2021-10-20 20:54:38 +05:30
Ice3man543
a6c5dbf7fb added todo 2021-10-20 20:29:28 +05:30
Ice3man543
bb6486910f typo 2021-10-20 20:27:36 +05:30
Ice3man543
36edde2241 Added comment for old logic 2021-10-20 20:26:40 +05:30
Ice3man543
b8628a6e5b fixed comment 2021-10-20 20:17:00 +05:30
Ice3man543
612ab61df4 Reworked self-contained requests to template 2021-10-19 21:29:18 +05:30
Ice3man543
6e7318bcba Misc output fix 2021-10-18 20:34:26 +05:30
Ice3man543
0385241732 Misc 2021-10-18 19:48:47 +05:30
Ice3man543
eac57fb229 Fixed host header not working in raw request 2021-10-18 18:39:32 +05:30
mzack
a48e5f52e2 Adding support for interactsh in http payloads 2021-10-18 14:25:25 +02:00
Ice3man543
e3644cf0d8 Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into self-contained-templates 2021-10-17 18:50:16 +05:30
mzack
5f9b2b3df3 Adding support for CLi/Env variables in network requests 2021-10-17 11:52:48 +02:00
Ice3man543
a820594506 Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into self-contained-templates 2021-10-17 10:25:25 +05:30
Sandeep Singh
f7759766f7
Merge pull request #1117 from projectdiscovery/issue-1018-gbk
Improving gbk detection coverage
2021-10-16 11:10:03 +05:30
mzack
662fb63156 adding missing decoding on response body 2021-10-16 00:17:33 +02:00
mzack
e7d632a726 moving gbk detection code into helper function 2021-10-15 18:17:00 +02:00
Ice3man
0e3c656103
Added curl command to http request report (#1107)
* Added curl command to http request report
2021-10-15 11:25:50 +03:00
Ice3man543
736a530bde Added self-contained http requests implementation 2021-10-14 22:26:01 +05:30
Ice3man
c4cc0ad0bf
Merge pull request #1114 from projectdiscovery/misc-cleanups
Misc sniper payload cleanups
2021-10-14 16:13:44 +05:30
mzack
88dc16c910 Improving gbk detection coverage 2021-10-14 00:17:24 +02:00
sandeep
a9cb83ff27 misc sniper cleanups 2021-10-13 13:19:00 +05:30
forgedhallpass
435ec5cd5d Do not show AND matcher information in the command line output if debug is not enabled #1081 2021-10-12 20:06:55 +03:00
forgedhallpass
8392143944 Merge remote-tracking branch 'origin/dev' into colorize_responses 2021-10-11 14:00:53 +03:00
Ice3man
e79c6262b9
Merge branch 'dev' into cli-variables-as-payload 2021-10-09 19:57:48 +05:30
Ice3man
7de4cc902e
Merge pull request #1089 from projectdiscovery/variables-check
Added check for unresolved variables
2021-10-09 19:57:02 +05:30
Ice3man543
3584a4b12a Added validation for invalid payload attack type 2021-10-09 19:53:12 +05:30
forgedhallpass
fc66195b28 [feature] Add coloring to debug information #999
* Code review changes
2021-10-08 20:18:00 +03:00
mzack
7651edfa62 misc 2021-10-07 13:02:15 +02:00