bloody error
hope something here may help you...
  • Home
  • Apache
  • C++
  • Linux
  • Mac OS X
  • Networking
  • PHP
  • Tips
  • Windows
Browse: Home / Security

Security

Unix shell command to Detect DDoS attack

By Jeevan on July 18, 2009

Have a server? Doubt it’s under DDoS attack? There is a simple code for you to check it’s under DDoS attack or not! Run this command: netstat -alpn | grep :80 | awk ‘{print $5}’ |awk -F: ‘{print $(NF-1)}’ |sort | uniq -c | sort -n This is not exactly going to say YES your [...]

Posted in Linux, Networking | Tagged administrator, DDoS, Detect DDoS, Linux, Linux Command, netstat, Security, server, shell command | 1 Response



Recent Comments

  • Lola on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
  • fares on Object doesn’t support this property or method
  • ashish on Installing Windows XP over Linux Fedora Core over Windows Vista
  • Cameron on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
  • Jeevan on Unix shell command to Detect DDoS attack

Tags

.htaccess administrator Apache Apple Mac bootloader boot loader C++ command Dual boot Error Fedora Core GRUB hosts httpd IE8 install installation Internet Explorer Leopard Linux Mac OS X MBR MFC Microsoft moving domain network OS X PHP programming redirect RegEdit RegEx Rescue server shell Snow Leopard URL validate URL validator Vista Visual Studio VS VS 2005 Windows Wizard XP

Copyright © 2010 bloody error.