Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ SQLMutant will perform domain enumeration in various ways from passive to active
To use SQLMutant, you need to have the following tools installed:

- uro: pip3 install uro or pipx install uro
- apt-get install golang-go
- export GOPATH=$HOME/go
- export PATH=$PATH:$GOPATH/bin
- go install github.com/tomnomnom/waybackurls@latest
- apt-get install arjun
- go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
- apt-get install jq
- apt-get intall toilet
- apt-get install jq toilet
- Make sure SQLMap is installed

# Installation
Expand Down