1
1
mirror of https://github.com/OJ/gobuster.git synced 2024-09-28 02:55:57 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Christian Mehlmauer
0dcdf6fc64
linting 2019-05-17 17:23:20 +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
OJ
577ceaaa28
Fix up option parsing, tweaked readme for VHOST stuff 2019-03-22 09:50:44 +10:00
Christian Mehlmauer
7f558a83f9
update import paths for gomodules 2019-03-22 09:50:39 +10:00
Christian Mehlmauer
59029be1e8
implement VHOST bruteforcing 2019-03-22 09:50:34 +10: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
be173ed8ec
Clean up dns parameter parsing code 2019-01-09 11:04:39 +10:00
OJ
a0d23e0ee3
Update version numbers, README, spelling and user agent 2019-01-09 10:48:39 +10:00
Christian Mehlmauer
3551c749bf
implement a custom dns resolver 2018-12-11 21:28:18 +01: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