r00t-3xp10it / morpheus

Morpheus - Automating Ettercap TCP/IP (MITM-hijacking Tool)
836 stars 237 forks source link

Morpheus - how to read .ecp (etterlog) logfiles? #4

Open r00t-3xp10it opened 7 years ago

r00t-3xp10it commented 7 years ago


This tutorial describes how to read data from a .ecp logfile (etterlog)


change to the correct directory structure

cd morpheus/logs

Parse the log file and print a table of unique connections (port to port).

etterlog -c firewall.ecp


Display only packets matching the regex .

etterlog -e 'password' firewall.ecp


Displays information about all the hosts with the tcp port 443 open.

etterlog -t tcp -f ///443 firewall.ecp


etterlog oficial manpage

https://linux.die.net/man/8/etterlog