From 45f099af7e66d86a3c04cf1947242489ec8eb295 Mon Sep 17 00:00:00 2001 From: Rishit Saiya Date: Thu, 6 Oct 2022 18:38:37 -0700 Subject: [PATCH] Added masscan in Forensics section --- Tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools.md b/Tools.md index 8805f1e..53f4bfd 100644 --- a/Tools.md +++ b/Tools.md @@ -153,6 +153,7 @@ | UsnJrnl2Csv | Forensics | https://github.com/jschicht/UsnJrnl2Csv | Parser for $UsnJrnl on NTFS | | fcrackzip | Forensics | https://github.com/hyc/fcrackzip | Brute-force guesses a zip password (for passwords <7 characters or so) | | pngtools | Forensics | https://github.com/mikalstill/pngtools | An open-source tool to dissect pngs. | +| MASSCAN | Forensics | https://github.com/robertdavidgraham/masscan | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. |