From 71aa863fecd6ff879c5dcbb09c82d884be845275 Mon Sep 17 00:00:00 2001 From: PD-Team <8293321+ehsandeep@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:56:43 +0530 Subject: [PATCH] Add Nuclei scanner (#36) --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 519bc37..8c937e7 100644 --- a/README.md +++ b/README.md @@ -198,11 +198,12 @@ Used for intrusion detection and wifi attacks. Acesss systems and data with service-oriented exploits. -| Tool | Language | Support | Description | -| ----------- |-------------------------|----------|----------------| -| [SQLmap](https://github.com/sqlmapproject/sqlmap) | **Python** | `Linux/Windows/macOS` | Automatic SQL injection and database takeover tool. | -| [XSStrike](https://github.com/UltimateHackers/XSStrike) | **Python** | `Linux/Windows/macOS` | Advanced XSS detection and exploitation suite. | -| [Commix](https://github.com/commixproject/commix) | **Python** | `Linux/Windows/macOS` | Automated All-in-One OS command injection and exploitation tool. | +| Tool | Language | Support | Description | +| ------------------------------------------------------- | ---------- | --------------------- | ------------------------------------------------------------ | +| [SQLmap](https://github.com/sqlmapproject/sqlmap) | **Python** | `Linux/Windows/macOS` | Automatic SQL injection and database takeover tool. | +| [XSStrike](https://github.com/UltimateHackers/XSStrike) | **Python** | `Linux/Windows/macOS` | Advanced XSS detection and exploitation suite. | +| [Commix](https://github.com/commixproject/commix) | **Python** | `Linux/Windows/macOS` | Automated All-in-One OS command injection and exploitation tool. | +| [Nuclei](https://github.com/projectdiscovery/nuclei) | **Go** | `Linux/Windows/macOS` | Fast and customisable vulnerability scanner based on simple YAML based DSL. | #### :busts_in_silhouette: Sniffing & Spoofing