Skip to content

Commit

Permalink
Update version number for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OJ committed Aug 29, 2018
1 parent 938ec3b commit 9604142
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gobuster v2.0.0 (OJ Reeves @TheColonial)
Gobuster v2.0.1 (OJ Reeves @TheColonial)
========================================

Gobuster is a tool used to brute-force:
Expand Down Expand Up @@ -112,7 +112,7 @@ Default options looks like this:
$ gobuster -u https://buffered.io -w ~/wordlists/shortlist.txt
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dir
[+] Url/Domain : https://buffered.io/
Expand All @@ -136,7 +136,7 @@ Default options with status codes disabled looks like this:
$ gobuster -u https://buffered.io -w ~/wordlists/shortlist.txt -n
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dir
[+] Url/Domain : https://buffered.io/
Expand All @@ -161,7 +161,7 @@ Verbose output looks like this:
$ gobuster -u https://buffered.io -w ~/wordlists/shortlist.txt -v
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dir
[+] Url/Domain : https://buffered.io/
Expand All @@ -188,7 +188,7 @@ Example showing content length:
$ gobuster -u https://buffered.io -w ~/wordlists/shortlist.txt -l
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dir
[+] Url/Domain : https://buffered.io/
Expand Down Expand Up @@ -228,7 +228,7 @@ Normal sample run goes like this:
$ gobuster -m dns -w ~/wordlists/subdomains.txt -u google.com
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dns
[+] Url/Domain : google.com
Expand Down Expand Up @@ -264,7 +264,7 @@ Show IP sample run goes like this:
$ gobuster -m dns -w ~/wordlists/subdomains.txt -u google.com -i
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dns
[+] Url/Domain : google.com
Expand Down Expand Up @@ -300,7 +300,7 @@ Base domain validation warning when the base domain fails to resolve. This is a
$ gobuster -m dns -w ~/wordlists/subdomains.txt -u yp.to -i
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dns
[+] Url/Domain : yp.to
Expand All @@ -320,7 +320,7 @@ Wildcard DNS is also detected properly:
$ gobuster -m dns -w ~/wordlists/subdomains.txt -u 0.0.1.xip.io
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dns
[+] Url/Domain : 0.0.1.xip.io
Expand All @@ -340,7 +340,7 @@ If the user wants to force processing of a domain that has wildcard entries, use
$ gobuster -m dns -w ~/wordlists/subdomains.txt -u 0.0.1.xip.io -fw
=====================================================
Gobuster v2.0.0 OJ Reeves (@TheColonial)
Gobuster v2.0.1 OJ Reeves (@TheColonial)
=====================================================
[+] Mode : dns
[+] Url/Domain : 0.0.1.xip.io
Expand Down
2 changes: 1 addition & 1 deletion libgobuster/libgobuster.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// VERSION contains the current gobuster version
VERSION = "2.0.0"
VERSION = "2.0.1"
)

// SetupFunc is the "setup" function prototype for implementations
Expand Down

0 comments on commit 9604142

Please sign in to comment.