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
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
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
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
forgedhallpass
555e609173
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-07 17:36:34 +03:00
forgedhallpass
0ce33927c7
Typo fixes.
2021-09-07 17:31:46 +03:00
Ice3man
1ea89d7560
Merge pull request #993 from wdahlenburg/interactsh-auth
...
Support Authorization Header for Self-Hosted Interactsh Servers
2021-09-06 16:01:13 +05:30
Sandeep Singh
d261061fda
Merge pull request #991 from projectdiscovery/fix/pitchfork
...
remove pitchfork validation
2021-09-03 14:29:09 +05:30
Wyatt Dahlenburg
1ccc4b2823
Switching to base64-raw
2021-09-02 08:05:47 -05:00
forgedhallpass
0cabce518f
Merge branch 'dev' into code_smells
2021-09-02 12:30:43 +03:00
Wyatt Dahlenburg
693aec37d8
Support raw base64 encoding
2021-09-01 11:59:51 -05:00
Wyatt Dahlenburg
f9afd27605
Allow authorization header value to be specified for self-hosted interact.sh servers
2021-09-01 11:42:15 -05:00
Sajad Parra
761d62f3de
remove pitchfork validation
2021-09-01 20:03:53 +05:30
sandeep
e0a2e5d292
misc flag update
2021-09-01 01:09:16 +05:30
forgedhallpass
40d88d2304
In-lined error checks, reduced scope of error variables, introduced new error variables instead of re-using them
2021-08-31 12:55:52 +03:00
Ice3man543
e7a0417bc2
Fixed interactsh edge case + debug mode logging for interact
2021-08-26 02:43:58 +05:30
forgedhallpass
07ca97fdaf
Efforts to make working with files OS-agnostic.
...
Replacing "path." methods to "filepath." in order to make the code OS independent.
2021-08-23 16:42:29 +03:00
forgedhallpass
71c0d217e2
Replacing "path." methods to "filepath." in order to make the code OS independent
2021-08-23 14:54:28 +03:00
sandeep
03d2405c3d
misc update
2021-08-17 17:56:35 +05:30
sandeep
a41d52c35d
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into host-max-errors
2021-08-17 17:54:38 +05:30
Ice3man543
a9b4cb076b
Add support to clusterer for host errors
2021-08-17 16:05:29 +05:30
Ice3man543
586b4c0f8e
Show skipped hosts
2021-08-17 14:50:54 +05:30
forgedhallpass
1106262a4b
Merge remote-tracking branch 'upstream/dev'
2021-08-17 12:08:56 +03:00
Ice3man543
dd6f9bbc61
Merge branch 'host-max-errors' of https://github.com/projectdiscovery/nuclei into host-max-errors
2021-08-16 21:29:34 +05:30