From cd22e3193d3c29b3976fb77e1b4225f609f6ba6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=98=ED=9B=8C?= Date: Mon, 6 Apr 2020 03:23:21 +0900 Subject: [PATCH] Update head.md --- template/head.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/template/head.md b/template/head.md index 7898192..51ddf72 100644 --- a/template/head.md +++ b/template/head.md @@ -1 +1,32 @@ -a +

+
+ +
+ Web Hacker's Weapons +
+

+A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting + +## Category +- [Weapons](#weapons) + - [Main Weapon](#main-weapon) + - [Subdomain Enumeration](#subdomain-enumeration) + - [Fetch path and host](#fetch-path-and-host) + - [Port scanner](#port-scanner) + - [Web Discovery](#web-discovery) + - [Web Vulnerability Scanner](#web-vulnerability-scanner) + - [XSS](#xss) + - [CSRF](#csrf) + - [Path traversal / Directory traversal / LFI](#path-traversal--directory-traversal--lfi) + - [Command Injection](#command-injection) + - [SQL Injection](#sql-injection) + - [NoSQL Injection](#nosql-injection) + - [SSRF](#ssrf) + - [CORS Misconfiguration](#cors-misconfiguration) + - [WebSocket](#websocket) + - [Cloud Security](#cloud-security) + - [Utility for hackers](#utility-for-hackers) + - [Online tools](#online-tools) +- [Contribute](#contribute-and-contributor) + +## Weapons