Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robotshell/magicRecon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PushkraJ99/magicRecon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: patch-1
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 2, 2023

  1. Update install.sh

    Updated Some Commands for Installing Latest Version of Tools.
    PushkraJ99 authored Apr 2, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9e9c998 View commit details
Showing with 10 additions and 10 deletions.
  1. +10 −10 install.sh
20 changes: 10 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ pip3 install requests
cd ..

printf "${CYAN}Cloning SecretFinder\n${NORMAL}"
git clone https://github.com/m4ll0k/SecretFinder.git secretfinder
git clone https://github.com/m4ll0k/SecretFinder.git
cd secretfinder
pip install -r requirements.txt
cd ..
@@ -146,27 +146,27 @@ go get -u github.com/michenriksen/aquatone
sudo cp ~/go/bin/aquatone /usr/local/bin

printf "${CYAN}Installing Subfinder\n${NORMAL}"
GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
sudo cp ~/go/bin/subfinder /usr/local/bin

printf "${CYAN}Installing Hakrawler\n${NORMAL}"
go install github.com/hakluke/hakrawler@latest
sudo cp ~/go/bin/hakrawler /usr/local/bin

printf "${CYAN}Installing anew\n${NORMAL}"
go get -u github.com/tomnomnom/anew
go install -v github.com/tomnomnom/anew@latest
sudo cp ~/go/bin/anew /usr/local/bin

printf "${CYAN}Installing HTTPX\n${NORMAL}"
GO111MODULE=on go get -v github.com/projectdiscovery/httpx/cmd/httpx
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
sudo cp ~/go/bin/httpx /usr/local/bin

printf "${CYAN}Installing Notify\n${NORMAL}"
GO111MODULE=on go get -v github.com/projectdiscovery/notify/cmd/notify
go install -v github.com/projectdiscovery/notify/cmd/notify@latest
sudo cp ~/go/bin/notify /usr/local/bin

printf "${CYAN}Installing Nuclei\n${NORMAL}"
GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
sudo cp ~/go/bin/nuclei /usr/local/bin

printf "${CYAN}Installing Shcheck\n${NORMAL}"
@@ -180,7 +180,7 @@ go get github.com/haccer/subjack
sudo cp ~/go/bin/subjack /usr/local/bin

printf "${CYAN}Installing gau\n${NORMAL}"
GO111MODULE=on go get -u -v github.com/lc/gau
go install github.com/lc/gau/v2/cmd/gau@latest
sudo cp ~/go/bin/gau /usr/local/bin

printf "${CYAN}Installing gf\n${NORMAL}"
@@ -190,16 +190,16 @@ cp -r $GOPATH/src/github.com/tomnomnom/gf/examples ~/.gf
sudo cp ~/go/bin/gf /usr/local/bin

printf "${CYAN}Installing qsreplace\n${NORMAL}"
go get -u github.com/tomnomnom/qsreplace
go install github.com/tomnomnom/qsreplace@latest
sudo cp ~/go/bin/qsreplace /usr/local/bin

printf "${CYAN}Installing Dalfox\n${NORMAL}"
GO111MODULE=on go get -v github.com/hahwul/dalfox/v2
go install github.com/hahwul/dalfox/v2@latest
sudo cp ~/go/bin/dalfox /usr/local/bin

printf "${CYAN}Installing html-tool\n${NORMAL}"
go get -u github.com/tomnomnom/hacks/html-tool
sudo cp ~/go/bin/html-tool /usr/local/bin

printf "${CYAN}Installing waybackurls\n${NORMAL}"
go get github.com/tomnomnom/waybackurls
go install github.com/tomnomnom/waybackurls@latest