Forrest logo
back to context overview

snort

List of commands for snort:

  • snort:tldr:0090a snort: Capture packets and dump application layer data with verbose output.
    $ sudo snort -vd -i ${interface}
    try on your machine
    explain this command
  • snort:tldr:1ae43 snort: Capture packets according to rules and save offending packets along with alerts.
    $ sudo snort -i ${interface} -c ${path-to-rules-conf} -l ${path-to-directory}
    try on your machine
    explain this command
  • snort:tldr:86ca3 snort: Capture packets with verbose output.
    $ sudo snort -v -i ${interface}
    try on your machine
    explain this command
  • snort:tldr:c960d snort: Capture packets and display link layer packet headers with verbose output.
    $ sudo snort -ve -i ${interface}
    try on your machine
    explain this command
  • snort:tldr:e7096 snort: Capture packets and save them in the specified directory.
    $ sudo snort -i ${interface} -l ${path-to-directory}
    try on your machine
    explain this command
back to context overview