From 0724112b665a01529233b35662b1f725de7c22d4 Mon Sep 17 00:00:00 2001 From: Brandon Stewart Date: Mon, 23 Oct 2017 21:32:50 -0600 Subject: [PATCH] Update tools.md Add NMAP and wireshark to tools section. --- tools.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools.md b/tools.md index d67d5c9..36db18b 100644 --- a/tools.md +++ b/tools.md @@ -64,6 +64,12 @@ Name | Description ---- | ---- [OSSIM](https://www.alienvault.com/products/ossim) | AlienVault’s Open Source Security Information and Event Management (SIEM) product +### Network Scanning Tools +Name | Description +---- | ---- +[NMAP](https://nmap.org/) | The industry standard in network/port scanning. Widely used. +[Wireshark](https://www.wireshark.org/) | A versatile and feature-packed packet sniffing/analysis tool. + ### Source Code Analysis Tools Name | Description ---- | ----