Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 760 Bytes

Automated_XSS.md

File metadata and controls

28 lines (17 loc) · 760 Bytes

Automate XSS using Dalfox, WaybackURL, GF Patterns.

Make sure you have Go installed on your Machine

To Install Go on your Machine:

sudo apt install -y golang
export GOROOT=/usr/lib/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
source .bashrc

How to Hunt XSS using QuickXSS?

  • Use Waybackurls by Tomnomnom to Fetch URLS for Specific Target
  • Use GF patterns to find XSS Vulnerable URL's
  • Use Dalfox to find XSS.

Check out my Blog to get a Detailed Explantion : Blog Link

Find Script here : QuickXSS

If you have any Questions, Reach out to me via Twitter