ddosmon
ddosmon copied to clipboard
Live DDOS monitor in the command line using ncurses
Steps that i followed -# git clone https://github.com/edubart/ddosmon.git ddosmon -# cd ddosmon -# mkdir build && cd build -# apt-get install cmake libboost-all-dev -# apt-get install liblua5.1-0-dev libncurses5-dev -#cmake .....
Lua5.1
When building on linking it errors looking for lua 5.1. I have 5.2 and 5.3 installed. Is version specific required?
I have a question about how exactly is the information inside whatcedips.xml file used in the code? Is that the ip assigned to the interface of the server you are...
if [ -z $1 ]; then echo "Usage: ${0} " exit fi sendSignalToServer() { #inform any server that it is being attacked here } if [ $1 = "compromised" ];...