From 7a2f34d64ecfb08adf15b43091aa825978fcf2d1 Mon Sep 17 00:00:00 2001 From: Upadhyay Ashutosh Awadhesh <74863111+ashutoshuy@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:29:11 +0530 Subject: [PATCH] Update README.md Had updated ReadMe file such that it won't be difficult for user to copy and use the commands --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3ddd33b..9f3068c 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: