1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-06-20 06:19:27 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
firefart 8a31cc47e3 more linting 2021-01-05 00:08:05 +01:00
firefart 44d4693c6e fix #271, fix #272, linting 2021-01-04 23:48:36 +01:00
Christian Mehlmauer 69b02f0287
Implement a custom result object per plugin to get better output options 2020-08-01 12:57:58 +02:00
Christian Mehlmauer 50069c7dbc
no error flag 2020-07-21 14:56:28 +02:00
Christian Mehlmauer 6f0bf489fd
spelling and parameter rename 2020-06-20 14:58:27 +02:00
Christian Mehlmauer 1577321686
apply 3.1 changed 2020-05-08 10:59:45 +02:00
Christian Bieg 60774b5bae Removed parameter conflict between domain and delay 2019-06-23 18:40:35 +02:00
Christian Bieg 50ad62a4e3 Changed delay type from int to time.Duration 2019-06-23 14:23:48 +02:00
Christian Bieg c74b522710 Added an option to add a delay to threads 2019-06-22 17:13:17 +02:00
Christian Mehlmauer e31432915d
Revert "implement delay, fix #147"
this will not be the delay between requests :/ need to find a better
way

This reverts commit d86d958346.
2019-05-30 01:31:38 +02:00
Christian Mehlmauer d86d958346
implement delay, fix #147 2019-05-30 01:29:54 +02:00
Christian Mehlmauer 6aff466090
better wildcard checking 2019-05-17 14:41:41 +02:00
Christian Mehlmauer 9b6813f4c4
reduce code reuse 2019-04-29 09:29:57 +02:00
Christian Mehlmauer 6a2b40ff86
Cherry-picked the gomodules code from #117
This was cherry-picked from the gomod branch instead of being merged as
a PR for two reasons:

1) The vhost plugin addition isn't yet ready for merging, as there's
   a lot of code duplication.
2) This code can technically be merged as is without the mods to the
   vhost plugin.

When/If we're ready to merge the vhost plugin we'll fix that side up.
2019-01-09 11:17:46 +10:00
OJ 245f165707
Code tidying, flag adjustment, error fixes
Removed a stack of unnecessary temp vars and reduced the code size.
Removed superfluous error vars. Added the 'z' flag for "No progress".
Fixed up the 'help' command (it was broken thanks to the way the
mandatory flags were being set for the global options). Fixed up a case
where the error message was being shown twice after option parsing.
2018-12-05 14:04:48 +10:00
Christian Mehlmauer 042f4f8fd7
first implementation of cobra 2018-09-19 19:13:22 +02:00