Ice3man543
caaa5c6594
Automatically generate docs for enum values
2021-11-25 19:34:01 +05:30
Ice3man543
393babe3c3
Made iterate of values controllable with iterate-all-values flag in http
2021-11-24 22:40:17 +05:30
Ice3man543
273233bb81
Fixed a bug with mergemanymaps + misc lint fixes
2021-11-24 21:56:55 +05:30
Ice3man543
ef5b476c6d
Reusing dynamically extracted values as iterators in http request
...
This PR adds the support in http module to iterate over the dynamically extracted data from extractors
and use it in other requests. This allows nuclei to follow links on pages, do operations with
multiple versions of the same extracted value, etc.
2021-11-24 21:08:08 +05:30
Ice3man
1851e37aef
Merge pull request #1273 from projectdiscovery/fixed-missing-ip
...
fix #1220 : no ip returned for dialers
2021-11-23 10:49:51 +05:30
Ice3man
1581c96e4e
Added matched-status flag + template-path and url to output ( #1272 )
...
* Added matched-status flag + template-path and url to output
2021-11-22 17:53:25 +05:30
Ice3man543
ba67f8c8fe
fix #1220 : no ip returned for dialers
2021-11-22 09:51:13 +05:30
Mzack9999
ca9676f52e
Adding support for clustering within workflow ( #1255 )
...
* Adding support for clustering within workflow
2021-11-22 04:49:53 +05:30
forgedhallpass
09eba6c0cf
feat: In case of binary data, show a hexadecimal view as well #1080 ( #1266 )
...
Highlight the longest occurrences when there are matches that are substrings of each other
2021-11-19 15:45:43 +05:30
Mzack9999
7f5f791e23
Adding dns trace support in dns templates ( #1236 )
...
* Adding dns trace support in dns templates + minor refactoring
2021-11-18 19:22:11 +05:30
Ice3man
50a816fce9
Fixed a crash with uninitialized interactsh client ( #1251 )
...
* Fixed a crash with uninitialized interactsh client
2021-11-16 20:02:39 +05:30
Sandeep Singh
f78ff42dbe
Merge branch 'dev' into more-protocols
2021-11-09 18:27:13 +05:30
Sandeep Singh
952a821c6c
Merge pull request #1208 from projectdiscovery/colored_hexdump
...
Enhance hexdump content highlighting
2021-11-08 18:30:00 +05:30
Ice3man543
7d0529aaf7
Fixed gzip encoding bug + added test case
2021-11-08 17:39:08 +05:30
Ice3man543
213853c45d
Merge from dev
2021-11-08 15:40:18 +05:30
Sajad Parra
4d8eaad0a3
add unit test for unique interactsh url #1068
2021-11-05 15:27:49 +05:30
Ice3man543
8ad3ebcd05
Made code changes as per review comments
2021-11-05 03:01:41 +05:30
Sajad Parra
41393fc09d
unique payload per interactsh placeholder #1068
2021-11-04 17:13:47 +05:30
Ice3man543
53164c3f3e
Misc linter related changes
2021-11-04 02:44:47 +05:30
Ice3man543
a60b10afca
Added an enum for attackType
2021-11-04 02:41:56 +05:30
Ice3man543
a7c8d0473c
Removed duplicate attackType logic + move attackType to generators
2021-11-04 02:28:48 +05:30
Ice3man543
390ca8b3c6
Merge from dev
2021-11-03 18:58:00 +05:30
forgedhallpass
b477508521
feat: In case of binary data, show a hexadecimal view as well #1080
...
* the ASCII column in the hex dump represents non-printable ASCII characters with a "." character, so in order to enable proper highlighting, those characters has to be replaced in the generated regex as well
2021-11-01 20:44:55 +02:00
forgedhallpass
04e3c0165a
feat: In case of binary data, show a hexadecimal view as well #1080
2021-10-30 13:17:47 +03:00
Ice3man543
5393cc4cd5
Adjusting packages for more API-type design
2021-10-29 03:19:43 +05:30
mzack
5f9b2b3df3
Adding support for CLi/Env variables in network requests
2021-10-17 11:52:48 +02:00
Ice3man
c4cc0ad0bf
Merge pull request #1114 from projectdiscovery/misc-cleanups
...
Misc sniper payload cleanups
2021-10-14 16:13:44 +05:30
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
aacbb28052
Removed sniper + made batteringram default + misc
2021-10-09 19:46:23 +05:30
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
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
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
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
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
9b45c31db8
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-16 15:49:51 +03:00
Ice3man543
259ccb118f
fix: interactsh crash when not initialized
2021-09-15 18:15:22 +05:30
forgedhallpass
c762cc88aa
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-10 15:33:09 +03:00
Ice3man543
c2c77de6f3
Use sync.Once for on-use initialization of interactsh
2021-09-10 00:32:05 +05:30