2238 Commits

Author SHA1 Message Date
forgedhallpass
76e952ebd2 Removing duplicate request dumping from integration tests, since nuclei already does it if they are started in debug mode 2021-10-06 21:21:40 +03:00
forgedhallpass
49291cc937 If debug is enabled, show matchers that are not named also #1084
* integration test fix
2021-10-05 22:14:18 +03:00
forgedhallpass
85447ca49d Fixes: Do not show all matcher names for OR conditions #1082 2021-10-05 22:04:09 +03:00
forgedhallpass
ed3b80b5d7 If debug is enabled, show matchers that are not named also #1084 2021-10-05 22:02:09 +03:00
forgedhallpass
404f8ebb27 Fixes:Binary matcher always returns true if the input cannot be decoded as hex #1085
* changed the Log to Warn instead of Error, so it wouldn't show up in the output without the verbose flag
2021-10-05 16:49:55 +03:00
forgedhallpass
4d34513881 Fix for Binary matcher always returns true if the input cannot be decoded as hex #1085 2021-10-05 16:44:18 +03:00
forgedhallpass
79de2d82cb [feature] Add coloring to debug information #999
* adding status color support for all existing HTTP versions
2021-10-05 15:10:03 +03:00
forgedhallpass
742a5c44fc Merge remote-tracking branch 'origin/dev' into colorize_responses 2021-10-05 13:20:21 +03:00
GitHub Action
eb2dee22f1 Auto Generate Syntax Docs + JSONSchema [Mon Oct 4 20:40:57 UTC 2021] 🤖 2021-10-04 20:40:57 +00:00
Sandeep Singh
d0476e8e9e
Merge pull request #1079 from projectdiscovery/issue-963-dns-resolver-in-dns-template
Adding support for custom resolvers in DNS templates
2021-10-05 02:09:36 +05:30
mzack
407e5cbfeb Adding support for custom resolvers in DNS templates 2021-10-04 15:31:14 +02:00
Sandeep Singh
7d05446f29
Merge pull request #1069 from sullo/dev
Don't add Host header if unsafe is true
2021-10-04 16:30:29 +05:30
Sandeep Singh
5feed3fdca
Merge pull request #1059 from projectdiscovery/bugfix-1015-alpine-chrome
Adding headless support on alpine + Use of installed browser
2021-10-04 04:23:36 +05:30
Sandeep Singh
7fce0bce51
Merge branch 'dev' into bugfix-1015-alpine-chrome 2021-10-04 04:22:57 +05:30
sandeep
27cc0d61bc misc update 2021-10-04 04:14:15 +05:30
sandeep
71153c3c39 Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into interactsh-integration-test 2021-10-04 03:56:32 +05:30
Sandeep Singh
f346fb6f7c
Merge pull request #1071 from projectdiscovery/it_debug
Show the command line arguments of integration tests if debug is enabled
2021-10-04 03:56:08 +05:30
nothinux
e2349b1d2d add test live response 2021-10-02 22:10:05 +07:00
nothinux
0c2b79bbf5 using table driven tests 2021-10-02 15:05:03 +07:00
nothinux
d08d9d2dc0 add test for response without http minor version 2021-10-02 14:31:18 +07:00
nothinux
68f3fb51e5 add minor version to HTTP/2 & HTTP/3 2021-10-02 14:30:40 +07:00
forgedhallpass
b55f59ec26 Show the command line for the integration/regression tests when the debug option is enabled.
* minor code cleanup and code duplication removal
2021-10-01 18:23:06 +03:00
Sandeep Singh
a7367d256d
Merge pull request #1070 from projectdiscovery/interactsh-update
Interactsh server update
2021-10-01 20:11:08 +05:30
forgedhallpass
08cd7a4ba7 [feature] Add coloring to debug information #999
* extracted common logic and made sure that all requests implement the same interface
2021-10-01 16:52:38 +03:00
forgedhallpass
b8a2b2a1c4 [feature] Add coloring to debug information #999
* fix nil pointer dereference
2021-10-01 15:10:17 +03:00
forgedhallpass
898c9431b5 [feature] Add coloring to debug information #999
* corrected/renamed receivers from one character names to human-readable format
2021-10-01 14:30:04 +03:00
forgedhallpass
a00083e221 [feature] Add coloring to debug information #999
* remove some of the code duplication with a different approach
2021-10-01 14:24:45 +03:00
sandeep
4f8fb0e516 Interactsh server update 2021-10-01 00:40:13 +05:30
Sandeep Singh
291660dda5
Merge pull request #1061 from projectdiscovery/docker-fix
docker workflow improvements
2021-10-01 00:32:14 +05:30
forgedhallpass
aa78b58866 [feature] Add coloring to debug information #999 [WIP]
* if there are multiple matchers, the response is only displayed once, with all the matching values colored
2021-09-30 21:12:44 +03:00
forgedhallpass
dccd47ed19 [feature] Add coloring to debug information #999 [WIP]
Return the matched content in case of multiple regex/binary matchers (+test)
2021-09-30 20:36:39 +03:00
Sullo
73cd806dbf Merge branch 'dev' of https://github.com/sullo/nuclei into dev 2021-09-30 13:25:22 -04:00
Sullo
3abffe1f5d Only add a Host header automatically if the raw request is *not* marked unsafe.
This will prevent nuclei from adding it when the template author doesn’t want it and uses unsafe: true
Templates using raw requests without Host header were modified in https://github.com/projectdiscovery/nuclei-templates/pull/2784
2021-09-30 13:22:53 -04:00
forgedhallpass
d10dfb550e Implicitly set the headless flag if template validation was requested, in order to correctly validate headless templates instead of complaining about "cannot create template executer" 2021-09-30 19:07:59 +03:00
forgedhallpass
8fdc9a7164 Minor optimization: short-circuit the updateTemplates logic if template update was not requested 2021-09-29 19:44:37 +03:00
forgedhallpass
4be6b3cc96 [feature] Add coloring to debug information #999 [WIP]
TODO:
* if there are multiple matchers, make sure the response is only displayed once, with all the matching values colored
* remove code duplication from the request.go files
2021-09-29 19:43:46 +03:00
Ice3man543
7405254c72 Misc work on ws protocol 2021-09-29 04:53:42 +05:30
Ice3man
8a8d61996f
Merge pull request #1046 from projectdiscovery/matchers-enhancement#555
Add payload, global variable, helper support to matchers
2021-09-27 20:58:50 +05:30
Ice3man543
b76c1f99cc Misc changes to ws protocol 2021-09-27 20:58:05 +05:30
Ice3man543
396f17484e Added websocket protocol support to nuclei 2021-09-27 18:02:49 +05:30
mzack
fc868aba4a misc 2021-09-26 22:36:44 +02:00
mzack
71e4396bd4 Adding support to preserve input order 2021-09-26 22:33:12 +02:00
Sandeep Singh
b984f7d63c
Merge pull request #1036 from revblock/master
resolves project-discovery/nuclei#822 - Add severity label to GitHub reporter
2021-09-26 18:35:34 +05:30
Sandeep Singh
1853d9ad48
Merge pull request #1040 from projectdiscovery/disk-cleanup
disk cleanups
2021-09-26 18:22:47 +05:30
sandeep
74253459a8 misc update 2021-09-26 18:20:05 +05:30
sandeep
9490146db9 Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into disk-cleanup 2021-09-26 18:08:15 +05:30
sandeep
5cd9ce03df version update 2021-09-26 18:03:18 +05:30
Sandeep Singh
91fa16c067
Merge pull request #1060 from projectdiscovery/bugfix-1053-unsafe-unwanted-ops
Removing unwanted bytes operation for unsafe requests
2021-09-26 17:53:00 +05:30
Sandeep Singh
c77805aef3
Merge pull request #1058 from projectdiscovery/bugfix-1043-dns-txt-record
Fixing extended dns edge cases
2021-09-26 17:44:41 +05:30
sandeep
30fb8aacaa docker workflow improvements 2021-09-26 17:32:19 +05:30