Dalfox Installation
Installing using Snapcraft
sudo snap install dalfox
Installing from source
GO111MODULE=on go get -v github.com/hahwul/dalfox/v2
Installing using GitHub
git clone https://github.com/hahwul/dalfox cd dalfox go build .
Installing using docker
docker pull hahwul/dalfox:latest
docker run -it hahwul/dalfox:latest /app/dalfox url https://www.hahwul.com
Install using Homebrew
brew tap hahwul/dalfox brew install dalfox
How Dalfox Works
Scanning a single URL
dalfox url http://testphp.vulnweb.com/listproducts.php
Scanning multiple URL
cat samples/sample_target.txt | dalfox pipe OR dalfox file ./samples/sample_target.txt
What Bunny rating does it get?
Want to learn more about ethical hacking?
We have a networking hacking course that is of a similar level to OSCP, get an exclusive 95% discount HERE
Do you know of another GitHub related hacking tool?
Get in touch with us via the contact form if you would like us to look at any other GitHub ethical hacking tools.