Sandeep Singh
be66166b9d
Merge pull request #1282 from projectdiscovery/network-vars
...
Added additional variables for network + simplified logic
2021-11-30 12:10:26 +05:30
Sandeep Singh
670f0d6775
Merge branch 'dev' into network-vars
2021-11-28 04:42:08 +05:30
forgedhallpass
ec6889931d
refactor: linter driven fixes
...
* x = x + "" => x += ""
* pre-allocating slice with known size
* added t.Helper() methods in test helpers
* complex if-else conditions replaced by switches
* errors should be checked using error.Is() instead of ==
* function parameter should start with lower case letter
* removed unnecessary type definition
* variable/label naming convention: camelCase instead of snake_case
2021-11-25 17:57:22 +02:00
Ice3man543
6c819d7917
Added additional variables for network + simplified logic
2021-11-23 10:44:31 +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
LuitelSamikshya
64a93a4570
enum changes for network type ( #1233 )
...
* enum changes for network type
2021-11-18 19:18:47 +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
213853c45d
Merge from dev
2021-11-08 15:40:18 +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
645ae30a47
Moved to an enum for TemplateType in protocols
2021-11-03 19:53:45 +05:30
forgedhallpass
8f6280dc9d
refactor: In case of binary data, show a hexadecimal view as well #1080
...
* small enhancements with regards to dumping responses
2021-11-01 20:45:54 +02:00
forgedhallpass
b91166a034
Merge remote-tracking branch 'origin/dev' into colored_hexdump
2021-11-01 11:57:45 +02:00
forgedhallpass
38f2cf245e
feat: In case of binary data, show a hexadecimal view as well #1080
...
* added Compact hex view to the output if the -vv flag is provided
2021-10-30 16:41:10 +03:00
Alexey Zhuchkov
463c1c0142
Use template path in output request
2021-10-30 14:28:30 +03:00
forgedhallpass
04e3c0165a
feat: In case of binary data, show a hexadecimal view as well #1080
2021-10-30 13:17:47 +03:00
Ice3man
aa8b15c1f4
Merge pull request #1111 from projectdiscovery/issue-829-network-read-all
...
Adding support to read tcp data stream till the end
2021-10-25 17:28:56 +05:30
mzack
ae99a88f52
timer.after => timer
2021-10-19 19:39:33 +02:00
Ice3man543
55eab08faa
Slight change to formatting
2021-10-19 21:33:17 +05:30
mzack
0ba3b19f1f
fixing merge issues
2021-10-19 11:31:36 +02:00
Mzack9999
cdfafa3013
Merge branch 'dev' into issue-829-network-read-all
2021-10-19 11:28:33 +02:00
Ice3man543
0385241732
Misc
2021-10-18 19:48:47 +05:30
Ice3man543
e3644cf0d8
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into self-contained-templates
2021-10-17 18:50:16 +05:30
Ice3man543
8c9d9a77bf
Added self-contained to network protocol
2021-10-17 18:50:07 +05:30
mzack
5f9b2b3df3
Adding support for CLi/Env variables in network requests
2021-10-17 11:52:48 +02:00
mzack
f8d5d02570
Adding support to read tcp data stream till the end
2021-10-12 23:28:24 +02:00
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
Ice3man543
0541040e6b
Added templateID to error message
2021-10-07 04:41:31 +05:30
Ice3man543
ce13bf34d0
Added check for unresolved variables
2021-10-07 01:40:49 +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
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
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
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
sandeep
aff4197ea9
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into matchers-enhancement#555
2021-09-21 16:36:58 +05:30
Sajad Parra
f1ad6f6bc5
add payload, variable, helper support to matchers
2021-09-15 18:02:22 +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
forgedhallpass
448388a825
Added TODOs next to un-used parameters
2021-08-23 16:21:18 +03:00
Ice3man543
2153459a51
Crash fix
2021-07-06 21:13:26 +05:30
Ice3man543
cdb7faaa0b
Misc output change
2021-07-06 21:11:30 +05:30
Ice3man543
900c2da89c
Fixed lint error
2021-07-06 20:31:32 +05:30
Ice3man543
d9d4f8eb53
Fixed network payloads not appearing in json
2021-07-06 20:30:15 +05:30
Ice3man543
0910d526af
Added internal extractor support to network templates
2021-07-06 18:34:25 +05:30
Ice3man543
93ab540b54
Added payload support for network requests
2021-07-06 18:27:30 +05:30
Mzack9999
b9bcebdcee
Adding hex output for network request/response
2021-06-21 08:52:14 +02:00
Ice3man543
6c4495c0d1
Fixed lint errors
2021-05-09 02:19:23 +05:30
Ice3man543
f85a421550
Improvements to interactsh integration + no fatal for interact
2021-05-09 01:37:22 +05:30