Monday, April 30, 2018
Saturday, April 21, 2018
Suggest we use iftop instead of iptraf to identify DDoS
Reference: https://www.slashroot.in/ linux-iptraf-and-iftop- monitor-and-analyse-network- traffic-and-bandwidth
Usage:
iftop -i INTERFACE
Example:
iftop -i eth1
The iftop automatically sorts out those network connections occupying excessive bandwidth from the top to the bottom.
The shortcut, "p", helps show the details regarding the source port and destination port for each connection.
The last three columns on the right represent the bandwidth usage for the last 2, 10, and 40 seconds.
Finally, the shortcut, "q", can help exit the program.
Usage:
iftop -i INTERFACE
Example:
iftop -i eth1
The iftop automatically sorts out those network connections occupying excessive bandwidth from the top to the bottom.
The shortcut, "p", helps show the details regarding the source port and destination port for each connection.
The last three columns on the right represent the bandwidth usage for the last 2, 10, and 40 seconds.
Finally, the shortcut, "q", can help exit the program.
Sunday, April 15, 2018
Solve the key issue happening when updating sources by using apt-get
wget -q -O - https://archive.kali.org/ archive-key.asc | apt-key add
Retrieved from https://www.kali.org/news/ kali-linux-2018-1-release/
If the commands above still does not work, please execute the commands below:
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb
apt install ./kali-archive-keyring_2018.1_all.deb
If the commands above still does not work, please execute the commands below:
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb
apt install ./kali-archive-keyring_2018.1_all.deb
Many thanks for the guidance of Frank, my coworker working at CCBNY.
Subscribe to:
Posts (Atom)