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

31 Commits

Author SHA1 Message Date
Christian Mehlmauer b90dd32291
Dev (#362) 2022-10-29 16:34:51 +02:00
Christian Mehlmauer 0a0cab949f
Dev Updates (#305)
* retry on timeout
* Google Cloud Bucket enumeration
* colors in output
* goreleaser
* fix nil reference errors
2022-10-08 18:41:25 +02:00
hytalo-bassi f7bc13252b Ortographic error fixed in 'pleaes' 2021-06-21 16:25:11 +02:00
firefart 09fd85a201 better error message 2021-03-03 00:56:27 +01:00
Christian Mehlmauer a0b94ee723
remove the wildcard switch from everything except DNS 2021-02-25 01:43:44 +01:00
Christian Mehlmauer 2f636e758c
some context changes 2021-02-25 00:35:51 +01:00
firefart 44d4693c6e fix #271, fix #272, linting 2021-01-04 23:48:36 +01:00
Christian Mehlmauer 8d1daf59ce
better error message 2020-09-02 19:08:49 +02:00
Christian Mehlmauer d095765771
fix some nasty slice bugs and left justify output in dir mode 2020-08-02 11:01:45 +02: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 f0e92ae82d
try to switch the status code matching 2020-07-08 23:55:09 +02:00
Christian Mehlmauer 6f0bf489fd
spelling and parameter rename 2020-06-20 14:58:27 +02:00
Christian Mehlmauer 0bb19de6c4
fix typos, fixes #178 2020-06-20 13:55:01 +02:00
Christian Mehlmauer 1577321686
apply 3.1 changed 2020-05-08 10:59:45 +02:00
OJ d054740744
Fix silly typo with add slashes 2019-07-22 09:01:06 +10:00
nbulischeck 9868be62e8 Fixed gobuster spelling error 2019-07-14 17:16:14 -05:00
Christian Mehlmauer 186a012446
add negative status codes, fixes #148 2019-06-07 18:45:56 +02:00
Christian Mehlmauer 631d6b2dfd
reintroduce wildcard error messages, see #146 2019-05-24 20:01:26 +02:00
Christian Mehlmauer 956138a785
add custom http headers, see #133, #46, #76 2019-05-21 20:31:40 +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 ee4c824104
concurrency updates 2019-04-11 21:54:54 +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 ffe1e43bc6
merge upstream changes 2018-10-04 06:05:34 +02:00
Christian Mehlmauer b05bb53734
remove false text
it's not seconds, it's a duration which can be anything, for example 10m
or 1h
see https://golang.org/pkg/time/#ParseDuration
2018-10-02 08:13:22 +02:00
Christian Mehlmauer bb991c3ed9
remove short option for timeout 2018-10-02 07:13:49 +02:00
Christian Mehlmauer c279443f96
forgot option 2018-09-25 16:17:33 +02:00
Christian Mehlmauer 180f5e4186
merge working branch 2018-09-22 06:40:23 +02:00
Christian Mehlmauer 02bd114e82
rename for clarity and remove useless test 2018-09-19 19:36:27 +02:00
Christian Mehlmauer 042f4f8fd7
first implementation of cobra 2018-09-19 19:13:22 +02:00