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
|
d7eec37052
|
Merge pull request #1091 from projectdiscovery/cli-variables-as-payload
Cli variables as payload
|
2021-10-09 20:02:39 +05:30 |
|
GitHub Action
|
1b8ad856d6
|
Auto Generate Syntax Docs + JSONSchema [Sat Oct 9 14:28:15 UTC 2021] 🤖
|
2021-10-09 14:28:15 +00: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
|
df1c133f68
|
Misc
|
2021-10-09 19:53:37 +05:30 |
|
Ice3man543
|
3584a4b12a
|
Added validation for invalid payload attack type
|
2021-10-09 19:53:12 +05:30 |
|
Ice3man543
|
aacbb28052
|
Removed sniper + made batteringram default + misc
|
2021-10-09 19:46:23 +05:30 |
|
Ice3man
|
e5d021c766
|
Merge pull request #1104 from projectdiscovery/read-response-http2-3
Misc changes to offlinehttp
|
2021-10-09 18:56:05 +05:30 |
|
Ice3man
|
aa873be8f4
|
Merge pull request #1099 from zerodivisi0n/feature/exclude-severity
Add exclude severity filter
|
2021-10-09 18:55:51 +05:30 |
|
Ice3man
|
d78841631e
|
Merge pull request #1074 from nothinux/read-response-http2-3
Read response from http2 or http3
|
2021-10-09 18:53:58 +05:30 |
|
Ice3man543
|
2c88370b35
|
Made the version validation a bit better
|
2021-10-09 18:53:17 +05:30 |
|
forgedhallpass
|
a86c843be5
|
[issue] Do not show all matcher names for OR conditions #1082
* removing the short circuit in case of matchers with OR operator, because it is intended in cases like technology detection templates etc.
|
2021-10-08 22:46:53 +03:00 |
|
forgedhallpass
|
61a8ba80b4
|
If debug is enabled, show matchers that are not named also #1084
* start the indexing of the matcher names from 1 instead of 0
|
2021-10-08 22:44:40 +03:00 |
|
Alexey Zhuchkov
|
3e8a0af36f
|
Add exclude severity filter
|
2021-10-08 22:27:27 +03:00 |
|
forgedhallpass
|
fc66195b28
|
[feature] Add coloring to debug information #999
* Code review changes
|
2021-10-08 20:18:00 +03:00 |
|
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
|
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 |
|
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 |
|