Manuel Bua
dad381e66e
Cleanup pluralization
2020-07-25 19:58:17 +02:00
Manuel Bua
88e683c0b5
Always use a global progress bar, protect input file reading
2020-07-25 15:16:41 +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
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
Florian Pfitzer
b3fb45d381
json-request option for request/response output in JSON matches
2020-07-22 11:17:58 +02:00
Mzack9999
c2433fdb34
merged master
2020-07-20 00:47:04 +02:00
Manuel Bua
838f844837
Better naming
2020-07-19 14:24:43 +02:00
Manuel Bua
0983e8b9fa
Ensure path is resolved before using it
2020-07-19 14:04:49 +02:00
Mzack9999
57a496203f
code refactor
2020-07-18 21:42:23 +02:00
Manuel Bua
97069afb3c
Merge branch 'master' into fix-147-support-multiple-input-templates
2020-07-18 21:27:39 +02:00
Manuel Bua
c161a385b0
Do not report per-template empty results
2020-07-18 20:32:00 +02:00
Manuel Bua
0833e21a17
Avoid adding empty array, ensure warning is shown to the user.
2020-07-18 18:55:52 +02:00
Manuel Bua
29cd509809
Merge branch 'master' into fix-147-support-multiple-input-templates
2020-07-17 18:21:40 +02:00
Mzack9999
66713434f8
added in-workflow cookie reuse
2020-07-16 16:32:42 +02:00
Mzack9999
a256a56993
adding in-template cookie reuse
2020-07-16 16:16:26 +02:00
Mzack9999
ef8146cfd5
typo global correction
2020-07-16 10:57:28 +02:00
Mzack9999
457cfe91ba
Merge pull request #142 from projectdiscovery/feature-workflow-improvement
...
improved workflow logic
2020-07-14 23:16:15 +02:00
bauthard
73832708fd
Update banner.go
2020-07-14 12:49:48 +05:30
Manuel Bua
f376a7d9cd
Move no-results logic as Workflows will not return any
2020-07-14 00:10:08 +02:00
Manuel Bua
9d7303549b
Refactor enumeration driver and streamline input processing
2020-07-14 00:04:19 +02:00
Manuel Bua
54ada7735d
Add generic multiStringFlag option flag, update usage string
2020-07-14 00:01:46 +02:00
Manuel Bua
e9d27edf88
Fix #148
...
Include template name in error string when walking a template list.
2020-07-13 19:55:16 +02:00
bauthard
661c813fdc
Update banner.go
2020-07-13 15:55:41 +05:30
Manuel Bua
d0174c047c
Respect color output user flag, remove unused Progress WaitGroup
2020-07-12 18:09:29 +02:00
Manuel Bua
e877d613e4
More clear comment wording
2020-07-11 23:52:45 +02:00
Manuel Bua
de82c1617e
Remove unused code
2020-07-11 23:50:59 +02:00
Manuel Bua
97901f36b4
Refactor code, add meaningful comments
2020-07-11 22:57:44 +02:00
Manuel Bua
002daadf46
Try avoid using time.After when reading captured output.
2020-07-10 23:42:49 +02:00
Mzack9999
b4bf6cf4ac
improved workflow logic
2020-07-10 09:04:38 +02:00
Manuel Bua
e5949c8eba
Precompute total number of HTTP requests when using multiple templates
2020-07-09 21:21:37 +02:00
Manuel Bua
81eed093d2
Minor refactoring, rename mutex
2020-07-09 21:20:00 +02:00
Manuel Bua
cbb8b11784
Use atomic operations to alter and track the progress
2020-07-09 21:18:06 +02:00
Manuel Bua
0ff138a477
Do not use mpb.Progress for logging
...
This will cause sync issues with very fast output and will defeat the
purpose of logging.
Instead, buffer both stdout/stderr and show their output at the end.
2020-07-09 20:57:24 +02:00
Manuel Bua
6c43aab488
Try use multiple mpb.Progress for distinct stdout/stderr output
2020-07-08 23:13:53 +02:00
Manuel Bua
333809f3d6
Safer stdio capturing
2020-07-08 23:13:05 +02:00
Manuel Bua
96f1f29328
Merge branch 'master' into enumeration-progressbar
2020-07-08 17:33:44 +02:00
Ice3man543
d6fb6bda51
Fixed update template issue
2020-07-08 17:25:29 +05:30
Manuel Bua
32db612f62
Merge branch 'master' into enumeration-progressbar
2020-07-07 22:51:40 +02:00
Manuel Bua
bd274cf1d6
Remove unused code
2020-07-07 22:42:34 +02:00
Manuel Bua
9e1b39549f
Minor refactoring, track count of aborted requests for better progress
2020-07-07 22:39:43 +02:00
Ice3man543
299a6d5194
Always check when update-templates passed
2020-07-07 18:33:35 +05:30
Ice3man543
5447387e71
Added feature to check for updates daily
2020-07-07 18:24:00 +05:30
bauthard
63b020f693
Update banner.go
2020-07-07 17:53:37 +05:30
bauthard
d830294168
Update banner.go
2020-07-07 11:23:58 +05:30
bauthard
257d9685af
Fixed error with auto-updates
2020-07-06 12:30:02 +05:30
Manuel Bua
6f894b718a
Abort on error, bar will be properly recreated
2020-07-06 00:13:13 +02:00