mzack
5cd25bd069
more checks + test cases fix
2022-03-22 14:18:01 +01:00
mzack
e7d260ea4d
Fixing stats counter
2022-03-22 10:52:57 +01:00
mzack
cf9c844c62
adding line number for extracted results
2022-03-04 09:28:58 +01:00
mzack
4bcc84df9d
using int argument
2022-03-03 10:26:43 +01:00
mzack
ea9f9c9c9a
fixing logic condition + removing redundant code
2022-03-03 07:18:35 +01:00
mzack
e9d4b4bc52
adding archive analysis support
2022-03-01 18:59:33 +01:00
mzack
c89b9ef820
method renaming
2022-03-01 06:37:59 +01:00
mzack
06ab0dfa99
making code more uniform with chosen architecture
2022-02-26 09:06:43 +01:00
mzack
a51d307967
.
2022-02-26 08:02:16 +01:00
mzack
73d1247b71
fixing typo
2022-02-26 00:54:11 +01:00
mzack
a4b24ea802
adding outputunique logic handling
2022-02-25 12:51:28 +01:00
mzack
1a42780370
improving dump logic
2022-02-25 08:59:10 +01:00
mzack
b3e2456c80
removing unused stuff
2022-02-25 02:13:57 +01:00
mzack
baabe412dd
using custom implementation to avoid multiple file read
2022-02-25 02:12:54 +01:00
mzack
763ec611ab
.
2022-02-25 01:49:14 +01:00
mzack
748617a9f3
first part
2022-02-25 00:55:05 +01:00
mzack
cf1526b7ed
adding result dedupe
2022-02-24 23:54:45 +01:00
mzack
6af462c215
.
2022-02-24 23:35:51 +01:00
mzack
91ad446212
.
2022-02-24 23:18:37 +01:00
mzack
11286210e5
using helper dedupeint
2022-02-24 22:50:41 +01:00
mzack
2409d7a713
dropping multiple scan
2022-02-24 22:41:33 +01:00
mzack
1551feda5a
temporary line calculation with multiple file read
...
todo: replace with one pass scan via io.reader
2022-02-23 23:32:25 +01:00
mzack
6746071979
Refactoring file templates to handle large files in chunks + removing deprecated io methods
2022-02-23 13:54:46 +01:00
Ice3man
7d83d3f8c9
Added line number for file results + stats fixes ( #1495 )
...
* Added line number for file results + stats fixes
* Misc
* Improved file result line calculation as per review
* Added new match-all attribute for file template matcher line count
2022-02-10 15:59:05 +05:30
Sandeep Singh
f78ff42dbe
Merge branch 'dev' into more-protocols
2021-11-09 18:27:13 +05:30
Ice3man543
8ad3ebcd05
Made code changes as per review comments
2021-11-05 03:01:41 +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
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
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
forgedhallpass
448388a825
Added TODOs next to un-used parameters
2021-08-23 16:21:18 +03:00
Mzack9999
6a83e55e40
Progress tracking logic
...
- Methods refactor
- Counter logic fixes
2021-03-02 02:22:15 +01:00
Ice3man543
593e2319c4
Fixed too many open file error
2021-02-09 18:15:07 +05:30
Ice3man543
a23ca6ee54
File protocol tests + misc fixes
2021-02-03 17:49:10 +05:30
Ice3man543
cafd11a5c4
Misc
2021-01-17 00:51:43 +05:30
Ice3man543
827fd99f01
Added multi-request condition support
2021-01-16 14:10:24 +05:30
Ice3man543
6a739c2d0c
Limit concurrency in file protocol
2021-01-14 22:43:08 +05:30
Ice3man543
8b93d5e1d2
Fixed extractions + input path clear + misc
2021-01-14 18:27:48 +05:30
Ice3man543
9d6ab2754c
Added clustered requests executer to nuclei + misc
2021-01-13 12:18:56 +05:30
Ice3man543
ab2bb0226f
Debug req/resp mode support
2021-01-12 17:18:08 +05:30
Ice3man543
9c81680173
Fixed verbose output for sent requests
2021-01-11 19:59:12 +05:30
Ice3man543
8afd465c78
Added a common executer package with request interfaces
2021-01-02 02:39:27 +05:30
Ice3man543
370ded871c
Added support for output streaming in nuclei
2021-01-01 19:36:21 +05:30