forgedhallpass
52b599ab5d
[feature] Add coloring to debug information #999
...
* fixed typo in the name of the file
2021-10-07 22:09:08 +03:00
forgedhallpass
0a9704ebd8
[feature] Add coloring to debug information #999
...
* code-review fixes
2021-10-07 20:54:12 +03:00
Ice3man543
8d6193ef1f
Misc
2021-10-07 19:40:16 +05:30
Ice3man543
92e410fdb5
Added variable check to dns protocol
2021-10-07 19:38:31 +05:30
mzack
7651edfa62
misc
2021-10-07 13:02:15 +02:00
mzack
12b6b2ca89
Add support for CLI payload variables
2021-10-07 12:36:27 +02:00
Ice3man543
514d6f94ec
Added support for urlencoded variable variation
2021-10-07 05:35:32 +05:30
Ice3man543
4669ee22ce
Misc changes to http request execution with variables
2021-10-07 04:50:34 +05:30
Ice3man543
0541040e6b
Added templateID to error message
2021-10-07 04:41:31 +05:30
Ice3man543
247ede7170
Misc
2021-10-07 01:48:48 +05:30
Ice3man543
92857497f3
Fixed variable check regex
2021-10-07 01:48:10 +05:30
Ice3man543
ce13bf34d0
Added check for unresolved variables
2021-10-07 01:40:49 +05:30
forgedhallpass
b5c161d267
[feature] Add coloring to debug information #999
...
* extracted common MakeResultEvent logic and added the MakeResultEventItem method to the Request interface
2021-10-06 21:54:52 +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
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
7fce0bce51
Merge branch 'dev' into bugfix-1015-alpine-chrome
2021-10-04 04:22:57 +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
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
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
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
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
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
mzack
50fa95747a
Removing unwanted bytes operation for unsafe requests
2021-09-26 08:31:24 +02:00
mzack
ce205ae8a0
Adding support for installed chrome browser
2021-09-26 07:56:35 +02:00
mzack
0397068dd0
Fixing extended dns edge cases
2021-09-26 07:22:00 +02:00
Ice3man543
0b11b80d8a
Fixed some bugs with ssl protocols + misc enhancements
2021-09-24 19:35:00 +05:30
Ice3man543
f6e9acf06f
More work on other protocol additions
2021-09-23 18:30:44 +05:30
Ice3man543
5c31b75ac7
Added ssl protocol to nuclei
2021-09-22 22:41:07 +05:30
sandeep
aff4197ea9
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into matchers-enhancement#555
2021-09-21 16:36:58 +05:30
Ice3man543
ea8a709bea
Upgraded go-rod to latest version
2021-09-18 15:38:15 +05:30
forgedhallpass
c5a1753548
Merge branch 'dev' into patch-4
2021-09-16 20:35:43 +03:00
forgedhallpass
2baf695709
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-16 20:00:21 +03:00
Geeknik Labs
eb566416fc
Update instance.go
...
typo fix
2021-09-16 11:37:36 -05:00
Geeknik Labs
05d1f8aac8
Update build_request.go
...
typo fix
2021-09-16 11:36:08 -05:00
Geeknik Labs
e79fcb0db3
Update request.go
...
typo fix
2021-09-16 11:35:20 -05:00
Geeknik Labs
115f6d1b52
Update http.go
...
typo fix
2021-09-16 11:34:23 -05:00
Geeknik Labs
2aee208050
Update network.go
...
minor nit
2021-09-16 11:33:20 -05:00