Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
fixed broken links
  • Loading branch information
R0X4R committed May 13, 2021
1 parent 132c420 commit 8f36baa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The script first enumerates all the subdomains of the give target domain using a
+ **Slack Bot**

```sh
wget https://raw.githubusercontent.com/R0X4R/Garud/master/slack-bot.py ~/slack-bot.py
wget https://raw.githubusercontent.com/R0X4R/Garud/master/slack-bot/slack-bot.py ~/slack-bot.py
pip3 install slackclient slacker
```
Add your slack token in slack-bot.py file. <br/>
Expand All @@ -86,7 +86,7 @@ The script first enumerates all the subdomains of the give target domain using a
- Slack bot tutorial: [https://www.freecodecamp.org/news/how-to-build-a-basic-slackbot-a-beginners-guide-6b40507db5c5/](https://www.freecodecamp.org/news/how-to-build-a-basic-slackbot-a-beginners-guide-6b40507db5c5/)

- Slack Webhook for notify: [https://slack.com/intl/en-it/help/articles/115005265063-Incoming-webhooks-for-Slack](https://slack.com/intl/en-it/help/articles/115005265063-Incoming-webhooks-for-Slack)

- Configure Notify: [https://github.com/projectdiscovery/notify#config-file](https://github.com/projectdiscovery/notify#config-file)

#### Thanks to the authors of the tools used in this script.
Expand Down
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo apt install cmake
sudo snap install chromium
sleep 2s
clear
echo "Installing essential tools"
echo "Installing python tools"
mkdir ~/tools
git clone https://github.com/aboul3la/Sublist3r.git ~/tools/Sublist3r && cd ~/tools/Sublist3r && sudo pip3 install -r requirements.txt
git clone https://github.com/maurosoria/dirsearch.git ~/tools/dirsearch && cd ~/tools/dirsearch && sudo pip3 install -r requirements.txt
Expand All @@ -26,6 +26,9 @@ cd
mkdir ~/wordlists/
cd ~/wordlists/ && wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/big.txt
wget https://gist.githubusercontent.com/Lopseg/33106eb13372a72a31154e0bbab2d2b3/raw/a79331799a70d0ae0ea906f2b143996d85f71de5/dicc.txt
clear
echo "All python tools are installed"
sleep 2s
echo "Installing go-lang tools"
go get github.com/michenriksen/aquatone
go get -u github.com/tomnomnom/assetfinder
Expand All @@ -50,7 +53,7 @@ git clone https://github.com/1ndianl33t/Gf-Patterns
mv ~/Gf-Patterns/*.json ~/.gf
sudo cp ~/go/bin/* /usr/bin/
nuclei -update-templates
wget https://raw.githubusercontent.com/R0X4R/Garud/master/slack-bot.py ~/slack-bot.py
wget https://raw.githubusercontent.com/R0X4R/Garud/master/slack-bot/slack-bot.py ~/slack-bot.py
sudo pip3 install slackclient slacker
sleep 2s
clear
Expand Down

0 comments on commit 8f36baa

Please sign in to comment.