From 4648aa5005ffd8a602dc88f32b0c59ab88b0d604 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sun, 13 Nov 2016 14:21:25 -0600 Subject: [PATCH] Fix fport category/description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ef29a..bdee527 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [Combine](https://github.com/mlsecproject/combine) - Tool to gather Threat Intelligence indicators from publicly available sources. * [Fileintel](https://github.com/keithjjones/fileintel) - Pull intelligence per file hash. -* [FPort](http://www.mcafee.com/us/downloads/free-tools/fport.aspx#) - fport reports all open TCP/IP and UDP ports and maps them to the owning application. * [Hostintel](https://github.com/keithjjones/hostintel) - Pull intelligence per host. * [IntelMQ](https://www.enisa.europa.eu/topics/csirt-cert-services/community-projects/incident-handling-automation) - A tool for CERTs for processing incident data using a message queue. @@ -448,6 +447,8 @@ the [browser malware](#browser-malware) section.* modular debugger with a Qt GUI. * [Fibratus](https://github.com/rabbitstack/fibratus) - Tool for exploration and tracing of the Windows kernel. +* [FPort](http://www.mcafee.com/us/downloads/free-tools/fport.aspx#) - Reports + open TCP/IP and UDP ports in a live system and maps them to the owning application. * [GDB](http://www.sourceware.org/gdb/) - The GNU debugger. * [GEF](https://github.com/hugsy/gef) - GDB Enhanced Features, for exploiters and reverse engineers.