Install Gxss on Kali Linux

3 years ago 184
BOOK THIS SPACE FOR AD
ARTICLE AD

Install Gxss on Kali Linux

Gxss : Tool to check reflecting Parameters in a URL.

Two ways / methods to Install Gxss automation tool on Kali Linux

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

Method One
Run : go get -u github.com/KathanP19/Gxss
Run : cp /root/go/bin/Gxss /usr/local/go/bin
Check : Gxss -list
Run (Usage / Example) : echo “http://example.com/?id=1" | Gxss -c 100 -v

Method Two
Run : wget https://github.com/KathanP19/Gxss/releases/download/v3.2/Gxss_3.2_Linux_x86_64.tar.gz
Run : tar -C /usr/local/go/bin -xzf Gxss_3.2_Linux_x86_64.tar.gz
Check : Gxss -list
Run (Usage / Example) : echo “http://example.com/?id=1" | Gxss -c 100 -v

More Info : https://github.com/KathanP19/Gxss

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