Update README.md

This commit is contained in:
Somdev Sangwan 2018-03-22 18:52:33 +05:30 committed by GitHub
parent 14b7c744c3
commit 17077e074f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,10 @@ Put this repo on watch. I will be updating it regularly.
- [Somdev Sangwan](https://twitter.com/s0md3v) because I made this repo :3
### Awesome Reads & Presentations
- [How I met your girlfriend](https://www.youtube.com/watch?v=fWk_rMQiDGc)
- [How to Find 1,352 Wordpress XSS Plugin Vulnerabilities in one hour](https://www.youtube.com/watch?v=9ADubsByGos)
- [XSS in Sarahah](http://www.shawarkhan.com/2017/08/sarahah-xss-exploitation-tool.html)
- [XSS in Facebook via PNG Content Type](https://whitton.io/articles/xss-on-facebook-via-png-content-types/)
- [How I met your girlfriend](https://www.youtube.com/watch?v=fWk_rMQiDGc)
- [How to Find 1,352 Wordpress XSS Plugin Vulnerabilities in one hour](https://www.youtube.com/watch?v=9ADubsByGos)
- [Blind XSS](https://www.youtube.com/watch?v=OT0fJEtz7aE)
- [Copy Pest](https://www.slideshare.net/x00mario/copypest)
@ -182,6 +182,9 @@ If the your dummy tags lands in the source code as it is, go for any of these pa
<x onclick=confirm()>click here
```
### Awesome Encoding
Come back later
### Awesome Tips & Tricks
- http(s):// can be shortened to // or /\.
- **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well.