From e36532ca5e4fa22e0cd94af11f1b6577495726ff Mon Sep 17 00:00:00 2001 From: bt3gl Date: Thu, 20 Nov 2014 10:08:32 -0500 Subject: [PATCH] websecurity --- Web_Security/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Web_Security/README.md b/Web_Security/README.md index c8339b3..fa55be2 100644 --- a/Web_Security/README.md +++ b/Web_Security/README.md @@ -162,7 +162,7 @@ Now, there is a further step that can make this address even more obscure. You c #### Great @ --Everything between "http://" and "@" is completely irrelevant +- Everything between "http://" and "@" is completely irrelevant ``` http://doesn'tmatter@www.google.org @@ -260,8 +260,8 @@ Set-Cookie: SID=472ndsw;expires=DATE;path=/;domain=SITE,HttpOnly ----- ## Tools -- [Burp Suite] -- [FireBug] in Firefox +- Burp Suite +- FireBug] in Firefox ---- @@ -390,6 +390,7 @@ $string = ""; $string = mb_convert_encoding($string, 'UTF-7'); echo htmlentities($string); ?> +``` ### XSS Defenses