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
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
Ice3man543
4a29443752
fix panic: Only generate curl command if request is not nil
2021-10-25 18:22:33 +05:30
Ice3man543
6e7318bcba
Misc output fix
2021-10-18 20:34:26 +05:30
Ice3man543
0385241732
Misc
2021-10-18 19:48:47 +05:30
Sandeep Singh
f7759766f7
Merge pull request #1117 from projectdiscovery/issue-1018-gbk
...
Improving gbk detection coverage
2021-10-16 11:10:03 +05:30
mzack
662fb63156
adding missing decoding on response body
2021-10-16 00:17:33 +02:00
mzack
e7d632a726
moving gbk detection code into helper function
2021-10-15 18:17:00 +02:00
Ice3man
0e3c656103
Added curl command to http request report ( #1107 )
...
* Added curl command to http request report
2021-10-15 11:25:50 +03:00
mzack
88dc16c910
Improving gbk detection coverage
2021-10-14 00:17: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
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
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
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
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
forgedhallpass
2baf695709
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-16 20:00:21 +03:00
Sajad Parra
f1ad6f6bc5
add payload, variable, helper support to matchers
2021-09-15 18:02:22 +05:30
Ice3man543
2521d5333e
fix: gbk when uppercase isn't decoded properly
2021-09-15 04:18:52 +05:30
forgedhallpass
5bd1d6b201
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-13 11:27:23 +03:00
Ice3man543
ca85186d9a
Edge cases with gbk decode
2021-09-10 21:19:05 +05:30
Ice3man543
9643a7a462
Misc
2021-09-10 21:17:31 +05:30
Ice3man543
5b0b59e04c
Misc
2021-09-10 21:16:03 +05:30
Ice3man543
e8cadd86f1
Misc
2021-09-10 21:13:52 +05:30
Ice3man543
1976651890
Added gbk decoder
2021-09-10 21:11:13 +05:30
forgedhallpass
0ce33927c7
Typo fixes.
2021-09-07 17:31:46 +03:00
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
996a1aa973
Show headers when debugging with no body
2021-08-30 13:28:34 +05:30
Ice3man543
10afcff6c1
Fixed another hang within http request
2021-08-30 12:40:38 +05:30
Ice3man543
484df4b9ce
Don't skip the request if status code is 101
2021-08-30 12:37:36 +05:30
Ice3man543
dd46d97920
Pontential fix for nuclei stuck issue
2021-08-30 12:28:41 +05:30
Ice3man543
e7a0417bc2
Fixed interactsh edge case + debug mode logging for interact
2021-08-26 02:43:58 +05:30
Ice3man543
18d0858f31
Added stop-at-first-match to http requests
2021-08-26 02:09:14 +05:30
Ice3man543
b800e2cce2
Cancel http requests if the host keeps erroring
2021-08-17 14:23:42 +05:30
Ice3man
737bf28b8b
Merge branch 'dev' into host-max-errors
2021-08-16 21:26:32 +05:30
Ice3man543
f216c6f6b3
Added HostErrorsCache for tracking failed hosts
2021-08-16 21:24:37 +05:30
mzack
fd948b6f96
Adding support to ignore random internal errors
2021-08-10 11:49:01 +02:00
Ice3man
b78780cd96
Merge branch 'dev' into deserialization-helpers
2021-07-24 19:20:36 +05:30