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

176 Commits

Author SHA1 Message Date
OJ c361d774a3
Merge features for 2.0.1 2018-08-30 09:07:27 +10:00
OJ 96041428bc
Update version number for 2.0.1 2018-08-30 09:05:36 +10:00
OJ 938ec3b70b
Land #92 - Fix progress tracking in DNS mode 2018-08-30 09:04:07 +10:00
Christian Mehlmauer 8f6dd9f4f9
counter is now word counter 2018-08-30 00:15:09 +02:00
Christian Mehlmauer 7b411354b1
fix increment error 2018-08-29 23:56:22 +02:00
OJ d8be724b99
Merge in the build script branch 2018-08-28 11:09:53 +10:00
OJ 17b7c78b39
Fixed up build files some more 2018-08-28 10:41:32 +10:00
OJ 7586929b6d
Add simple build scripts 2018-08-28 09:46:11 +10:00
OJ 523e5e1c8b
Land v2.0 into master 2018-08-27 12:17:01 +10:00
OJ fa3fc6a160
Updated README, THANKS and some error messaging stuff 2018-08-27 12:15:37 +10:00
OJ 357c33f171
Hide progress when Quiet or NoProgress flag set
Added NoProgress as a flag here so that the progress can be hidden from
view.

Also modified the error message for -w so that it includes the reference
to `-w -` in case people forget to set it for stdin.

Added a percentage to the progress output.

Bumped the version number too.
2018-08-27 11:40:54 +10:00
OJ e891e956c5
Only force-append slash to URL in DIR mode
Options changes had code that forced the appending of a forward slash to
the URL prior to continuing. However, this was done for both DIR and DNS
modes. In the case of DNS mode, this would cause a failure because
slashes in DNS requests don't make sense.

This commit modifies the behaviour to include the appending of the slash
only in DIR mode.
2018-08-27 11:03:21 +10:00
OJ 1664d268e3
Land #79 - stupidly huge refactor 2018-08-27 10:54:32 +10:00
Christian Mehlmauer bf091bdb69
Merge branch 'status' of github.com:FireFart/gobuster into status 2018-08-20 13:14:59 +02:00
Christian Mehlmauer 5cd9d8db7b
add todo for post merge era 2018-08-20 13:14:42 +02:00
Christian Mehlmauer 8c82d7606e
better check if receive succeeded 2018-08-08 17:18:39 +02:00
Christian Mehlmauer 309a0848ad
merge master 2018-07-13 08:06:20 +02:00
OJ 214933a983
Land #88 - fix version number 2018-07-13 13:39:11 +10:00
Aaron Blair 4fc31b7e03
Fixed version number .. properly properly ;) 2018-07-12 19:14:53 +10:00
Christian Mehlmauer 6a487bbed4
replace uuid package 2018-07-11 19:28:38 +02:00
Christian Mehlmauer 39fdfef3f3
start with http based tests 2018-07-09 19:36:51 +02:00
Christian Mehlmauer ec1f915727
more tests 2018-07-09 12:27:04 +02:00
Christian Mehlmauer c3cdeefe65
more tests 2018-07-06 19:58:47 +02:00
Christian Mehlmauer 625a2fc8c6
simplify set code 2018-07-06 17:56:33 +02:00
Christian Mehlmauer 717e86b0b1
one more test 2018-07-06 15:17:45 +02:00
Christian Mehlmauer ec8887a3eb
merge 2018-07-05 16:00:49 +02:00
OJ 8c2c6e24a4
Add travis CI build status 2018-07-05 16:40:23 +10:00
OJ 3fd7cb38ad
Fix format string issue with thread error message 2018-07-05 16:37:32 +10:00
OJ 3ea76651b4
Add travis build 2018-07-05 16:35:04 +10:00
Christian Mehlmauer 211d2afbc7
update 2018-07-05 08:31:15 +02:00
Christian Mehlmauer 7d9744b8fa
update to current master 2018-07-05 08:31:09 +02:00
OJ 1e687c74f3
Merge branch 'release/1.4.2' 2018-07-05 16:18:02 +10:00
OJ 9cc1cb0361
Land #86 - fix connecion reuse 2018-07-05 16:17:09 +10:00
OJ d94e71a698
Update README and THANKS 2018-07-05 16:15:56 +10:00
Christian Mehlmauer d1a0284705
gometalinter 2018-07-04 07:26:39 +02:00
Christian Mehlmauer 7755d2d2a5
fix error 2018-07-03 23:36:34 +02:00
Christian Mehlmauer 308106cf49
first unit tests 2018-07-03 22:32:15 +02:00
Christian Mehlmauer f824ee51ae
simplify code by using interfaces 2018-07-03 21:12:43 +02:00
Christian Mehlmauer 2139d8c673
fix connection reuse 2018-07-02 21:31:08 +02:00
Christian Mehlmauer 39ed9640a5
check error 2018-06-28 08:24:18 +02:00
Christian Mehlmauer 61b56c2aa6
reuse connections! 2018-06-27 22:23:18 +02:00
Christian Mehlmauer 4b10162a34
forgot loop 2018-05-24 21:39:29 +02:00
Christian Mehlmauer 976d197876
cleanup 2018-05-24 21:31:32 +02:00
Christian Mehlmauer 56cbdee6b5
no waitgroup on progress worker 2018-05-24 21:25:10 +02:00
Christian Mehlmauer 928786b99d
output 2018-05-24 21:22:05 +02:00
Christian Mehlmauer eacfa250d3
be sure to wait for every output 2018-05-24 20:23:11 +02:00
Christian Mehlmauer ef570525a8
add 403 to default status codes 2018-05-24 20:03:35 +02:00
Christian Mehlmauer 1afa1019d9
remove leading dot from extensions 2018-05-24 19:57:31 +02:00
Christian Mehlmauer 35b76fb10b
shorter error messages 2018-05-24 19:37:41 +02:00
Christian Mehlmauer f0252d71ef
better error handling 2018-05-24 19:32:14 +02:00