about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-11-02 16:48:03 +0100
committerEmile <hanemile@protonmail.com>2019-11-02 16:48:03 +0100
commit9e4266453063cdf53c3668438712ecb19b2d6190 (patch)
tree42aa1b3aea63c6430c6b3996c5429998f841d9c3
parentb991d9d8c791460a0e5ab4d28502f95efa3d866c (diff)
added a description to the readme
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc59077..f2f3271 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
 # gofuzz
 
-wfuzz, but in go
\ No newline at end of file
+wfuzz, but in go
+
+## Usage
+
+```
+$ go run src/*.go -w <PATH TO A WORDLIST> -t 0 -u <WEBSITE>/FUZZ
+```