Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
r00t-3xp10it opened this issue Dec 26, 2016 · 0 comments
Open

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

r00t-3xp10it opened this issue Dec 26, 2016 · 0 comments

Comments

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Dec 26, 2016


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

@r00t-3xp10it r00t-3xp10it changed the title Morpheus - How to read .ecp logfiles? Morpheus - how to read .ecp logfiles? Dec 26, 2016
@r00t-3xp10it r00t-3xp10it changed the title Morpheus - how to read .ecp logfiles? Morpheus - how to read .ecp (etterlog) logfiles? Dec 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant