Skip to content

Instantly share code, notes, and snippets.

@Wapiti08
Created April 9, 2020 05:22
Show Gist options
  • Save Wapiti08/5a0bbdba0d0dab52c135d205b9de6a3c to your computer and use it in GitHub Desktop.
Save Wapiti08/5a0bbdba0d0dab52c135d205b9de6a3c to your computer and use it in GitHub Desktop.
arugs_usage_cases

1. Download

Download the server side:

sudo apt-get install argus-server

And open the daemon then:

sudo argus -P 561 -d -w test.argus

Then leave it.

Download the client side, open another terminator:

sudo apt-get install argus-client

2. Converting pcap to netflow

argus -r packet.pcap -w packet.argus

3. Read data

You can find saved data from test.argus then.

sudo ra -Lo -rn test.argus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment