Fix fport category/description

pull/89/head
rshipp 2016-11-13 14:21:25 -06:00
parent fe8c31e8b3
commit 4648aa5005
No known key found for this signature in database
GPG Key ID: 1F4037ED24A4D1F0
1 changed files with 2 additions and 1 deletions

View File

@ -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.