From 6e92f3dac1050e9d36c886dc218b9ea05ab5a356 Mon Sep 17 00:00:00 2001 From: Numaan <50366430+numaan911098@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:30:15 -0400 Subject: [PATCH] Update README.md now the commands can be simply copy pasted to the terminal --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3ddd33b..a168f03 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ getallurls (gau) fetches known URLs from AlienVault's [Open Threat Exchange](htt Examples: ```bash -$ printf example.com | gau -$ cat domains.txt | gau --threads 5 -$ gau example.com google.com -$ gau --o example-urls.txt example.com -$ gau --blacklist png,jpg,gif example.com +printf example.com | gau +cat domains.txt | gau --threads 5 +gau example.com google.com +gau --o example-urls.txt example.com +gau --blacklist png,jpg,gif example.com ``` To display the help for the tool use the `-h` flag: ```bash -$ gau -h +gau -h ``` | Flag | Description | Example | @@ -55,7 +55,7 @@ An example configuration file can be found [here](https://github.com/lc/gau/blob ## Installation: ### From source: ``` -$ go install github.com/lc/gau/v2/cmd/gau@latest +go install github.com/lc/gau/v2/cmd/gau@latest ``` ### From github : ``` @@ -69,8 +69,8 @@ gau --version; You can download the pre-built binaries from the [releases](https://github.com/lc/gau/releases/) page and then move them into your $PATH. ```bash -$ tar xvf gau_2.0.6_linux_amd64.tar.gz -$ mv gau /usr/bin/gau +tar xvf gau_2.0.6_linux_amd64.tar.gz +mv gau /usr/bin/gau ``` ### From Docker: