Install DalFox on Kali Linux

2 years ago 2468
BOOK THIS SPACE FOR AD
ARTICLE AD

Ravindra

Instructions to Install DalFox on Kali Linux
DalFox: is a parameter analysis and XSS scanner.
Ways / Methods to Install DalFox tool on Kali Linux :

Requirement : Install Go Lang (https://youtu.be/dr2Wo7qETZ8)
Check : go version
Open Terminal and run : sudo su

Method One
Run : GO111MODULE=on go get -v github.com/hahwul/dalfox/v2
Run : cp /root/go/bin/dalfox /usr/local/go/bin
Check : dalfox -h

Method Two
Run : git clone https://github.com/hahwul/dalfox
Run : cd dalfox
Run : go install
Run : go build
Run : cp /root/go/bin/dalfox /usr/local/go/bin
Check : dalfox -h

Thank You..!!

More Info : https://github.com/hahwul/dalfox

Please note above mentioned directories and file names may be different for you, installation steps may change in future. Please chek and work accordingly.
Ping us on Instagram if you have any problmes : https://www.instagram.com/infosec97/

Read Entire Article