From ddb4d01f06307f9f0766db16e1ae173f5adf8437 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch <mia.steinkirch@gmail.com> Date: Tue, 29 Oct 2019 19:09:20 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=92=F0=9F=8F=BBClean=20up=20web=20vuln?= =?UTF-8?q?erabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web_Hacking/A_list_of_common_vulnerabilities.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Web_Hacking/A_list_of_common_vulnerabilities.md b/Web_Hacking/A_list_of_common_vulnerabilities.md index b0041d8..f40b55b 100644 --- a/Web_Hacking/A_list_of_common_vulnerabilities.md +++ b/Web_Hacking/A_list_of_common_vulnerabilities.md @@ -1,9 +1,7 @@ -# A List of Common Web Vulnerabilities +# Common Web Vulnerabilities Although nomenclatures don't help much when you are facing a security problem, I am keeping this list for a systematic organization. It has regularly been updated. -In addition to this list, you can check some specific web exploration older posts: [Exploiting the web in 20 lessons](http://bt3gl.github.io/exploiting-the-web-in-20-lessons-natas.html) and [D-Camp CTF 2014](http://bt3gl.github.io/exploring-d-ctf-quals-2014s-exploits.html). - ## Cross-site Scripting (XSS)