We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
https://linux.die.net/man/8/etterlog
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This tutorial describes how to read data from a .ecp logfile (etterlog)
etterlog oficial manpage
https://linux.die.net/man/8/etterlog
The text was updated successfully, but these errors were encountered: