Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theinfosecguy authored Nov 13, 2020
1 parent 66eed99 commit 5e4acac
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
# QuickXSS
# QuickXSS


Bash Script to Automate XSS using Waybackurls, GF, GF Patterns and Dalfox.

Here are their Repositories:

1. [GF](https://github.com/tomnomnom/gf)
2. [GF Patterns](https://github.com/1ndianl33t/Gf-Patterns)
3. [Dalfox](https://github.com/hahwul/dalfox)
4. [Waybackurls](https://github.com/tomnomnom/waybackurls)


## Pre-Requisites

Install Go in your Machine and then use following commands.

```
go get -u github.com/tomnomnom/gf
go get github.com/tomnomnom/waybackurls
go get -u github.com/hahwul/dalfox
mkdir .gf
cp -r $GOPATH/src/github.com/tomnomnom/gf/examples ~/.gf
git clone https://github.com/1ndianl33t/Gf-Patterns
mv ~/Gf-Patterns/*.json ~/.gf
```

## Installation

```
https://github.com/theinfosecguy/QuickXSS.git
cd QuickXSS
chmod +x QuickXSS.sh
```

## Usage

Provide your Target as the Argument

```
./QuickXSS target.com
```

### Special Thanks

Special Thanks to all these for their amazing tools ❤ :
1. [TomNomNom](https://twitter.com/tomnomnom/) for Waybackurls and GF
2. [Shiv Chouhan](https://twitter.com/1ndianl33t) for GF Patterns
3. [HAHWUL](https://twitter.com/hahwul) for Dalfox
4. [Zemo](https://www.youtube.com/watch?v=fVBvqy-7Ug0) for his amazing video.

#### React out to me if you have any ideas to make this better via [Twitter](https://twitter.com/g0t_rOoT_)

0 comments on commit 5e4acac

Please sign in to comment.