Skip to content

Instantly share code, notes, and snippets.

@reelsense
Last active November 4, 2020 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reelsense/eaf690c66e46cfa3a690c8a0bf8ffa96 to your computer and use it in GitHub Desktop.
Save reelsense/eaf690c66e46cfa3a690c8a0bf8ffa96 to your computer and use it in GitHub Desktop.
Network Analysis

Network Analysis

Log Searching

cat example.log | grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b" | sort | uniq -c | sort

Monitoring


bandwhich

10/10

https://github.com/imsnif/bandwhich

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ; source $HOME/.cargo/env 

Ubuntu 16.04

sudo apt install -y build-essential && cargo install bandwhich

Ubuntu 18.04 +

sudo apt install cargo && cargo install bandwhich

brew install bandwhich


jnettop

Incomplete project with bugs.

https://sourceforge.net/projects/jnettop/

sudo apt install jnettop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment