Mzack9999
fd1d24922e
adding response time to DSL
2020-09-30 01:05:55 +02:00
Mzack9999
d73ea47ce3
wip
2020-09-23 23:44:13 +02:00
Mzack9999
c18a7ff7a4
Merge branch 'master' into dont-quit-on-error
2020-09-23 23:39:43 +02:00
Mzack9999
fb816b9973
small change to logic
2020-09-23 23:38:12 +02:00
Mzack9999
ef49270027
small code refactoring
2020-09-23 23:27:48 +02:00
Mzack9999
528793a9b7
Merge branch 'master' of github.com:organiccrap/nuclei into organiccrap-master
2020-09-23 23:25:18 +02:00
Mzack9999
12c9ca7b12
fixing go mod
2020-09-23 22:38:59 +02:00
Víctor Zamanillo
60005290b1
Initial adoption of golangci-lint for CI
2020-08-25 23:33:20 +02:00
Víctor Zamanillo
bff551eca3
Colorizer initialization when using a custom workflow
2020-08-24 11:21:49 +02:00
Ice3man543
d997539e87
Don't quit http requests on an error
2020-08-23 23:30:16 +05:30
Ice3man543
4e74cfd752
Added negative matchers support
2020-08-23 22:55:11 +05:30
rykkard
2b16e12c0f
Fix issue where 'all' scope requires matches in both html parts
2020-08-18 20:51:05 -05:00
Florian Pfitzer
7a1aa770e9
add json-requests for DNS
2020-08-06 06:12:57 +02:00
Florian Pfitzer
51412f679b
fix no result found problem with and condition
2020-08-04 15:09:30 +02:00
Manuel Bua
63cfd354b9
Use global pipes for capturing, experimental unified rendering
2020-08-01 21:44:14 +02:00
Manuel Bua
7088c9532e
Merge branch 'master' into experimental-progressbar-live-results
2020-07-31 23:37:45 +02:00
Manuel Bua
02238c491b
Use manual progressbar rendering to allow syncing with other output
...
Refactor into an interface to return a no-op impl, avoid the need to
conditionally invoke any of the methods.
2020-07-31 23:36:56 +02:00
Manuel Bua
058c4ffbbf
Experimental live results output with active progressbar
...
See 333809f3d63 for an early implementation of this.
2020-07-31 17:35:05 +02:00
Mzack9999
f4486ef89a
fixing relative path issue
2020-07-31 17:13:51 +02:00
Manuel Bua
2ebc0cf83e
Merge branch 'master' into fix-175-results-highlight
2020-07-29 21:57:44 +02:00
Mzack9999
5cc3d9fe14
corrected payload issue
2020-07-29 21:20:39 +02:00
Mzack9999
d5d745e9b0
adding missing check to pointer
2020-07-29 19:50:54 +02:00
Manuel Bua
7d22f6cfb4
Merge branch 'master' into fix-175-results-highlight
2020-07-29 01:24:14 +02:00
Manuel Bua
f8e52ced4e
Add initial coloring support in output results
2020-07-29 00:43:05 +02:00
Mzack9999
43a96b958a
making progress bar respect silent flag
2020-07-28 20:39:07 +02:00
Manuel Bua
9d2539f856
Makes stdio capturing global
...
This dramatically lower chances of reaching max open files limit as it
works with two os.Pipe only, but it may be sub-optimal in some cases
such as with the `-debug` switch because there are no guarded writes
anymore when using `fmt.Fprintf` directly, such as when dumping request
or responses.
2020-07-27 21:35:24 +02:00
Manuel Bua
24c53628ea
Capture additional DNS logging
2020-07-27 21:15:38 +02:00
Manuel Bua
3916983bdb
Merge branch 'master' into enumeration-progressbar
2020-07-27 00:25:36 +02:00
Manuel Bua
06cffee6aa
Add support for workflows
2020-07-27 00:00:34 +02:00
Mzack9999
f45e01eda6
multi-matcher correction
2020-07-26 22:07:03 +02:00
Mzack9999
8c437fbd40
adding workflow's same directory path search for template variables
2020-07-26 20:14:05 +02:00
Manuel Bua
4d8131c8d8
Add support for DNS requests
2020-07-26 16:36:01 +02:00
Manuel Bua
32e20b13e6
Use single progressbar, tweak styling
2020-07-26 15:31:31 +02:00
Manuel Bua
c967997a5a
Merge branch 'bugfix-engine-rework' into enumeration-progressbar-next
2020-07-25 22:47:32 +02:00
Mzack9999
731241c90e
fsm in-memory deduplication
2020-07-25 22:25:21 +02:00
Manuel Bua
24341bf34c
Merge branch 'bugfix-engine-rework' into enumeration-progressbar-next
2020-07-25 22:18:28 +02:00
Mzack9999
3a8ee75b93
wip - output
2020-07-25 21:44:43 +02:00
Mzack9999
4cc9ad9100
wip - output
2020-07-25 21:15:28 +02:00
Manuel Bua
d1c8527f1f
Merge branch 'bugfix-engine-rework' into enumeration-progressbar-next
2020-07-25 21:05:47 +02:00
Mzack9999
c05cf9f8c6
adding missing result bool
2020-07-25 20:45:38 +02:00
Manuel Bua
bb24061628
Merge branch 'bugfix-engine-rework' into enumeration-progressbar-next
2020-07-25 20:33:01 +02:00
Mzack9999
5fa309cb82
2nd race bugfix
2020-07-25 20:11:46 +02:00
Manuel Bua
3bfdd0c381
Increment progress instead of altering totals, wrap more std streams
2020-07-25 00:46:18 +02:00
Manuel Bua
8aecbeb821
Experimental support for new parallelism
2020-07-24 22:30:15 +02:00
Manuel Bua
c7d234fe5a
Merge branch 'bugfix-engine-rework' into enumeration-progressbar-next
2020-07-24 20:29:04 +02:00
Mzack9999
ab2f96c9e9
more experimental parallelism
2020-07-24 18:12:16 +02:00
Mzack9999
ffdaffd9a7
wip - code refactor
2020-07-24 13:37:01 +02:00
Mzack9999
9f1ac66032
wip - new engine parallelism fix
2020-07-23 23:28:34 +02:00
Manuel Bua
362fee27a4
Initial update to latest updates
2020-07-23 20:19:19 +02:00
Manuel Bua
04875a55dd
Merge branch 'master' into enumeration-progressbar-next
...
# Conflicts:
# v2/internal/runner/runner.go
# v2/pkg/executor/executer_http.go
2020-07-22 22:28:26 +02:00