1. Find.. to which IP address in the server is targeted by the ddos attack netstat -plan | grep :80 | awk ‘{print $4}’ | cut -d: -f1 |sort |uniq -c 2. Find… from which IPs, the attack is coming nets… more →
linuxstuffs.netAnees wrote 1 month ago: 1. Find.. to which IP address in the server is targeted by the ddos attack netstat -plan | grep :8 … more →
Anees wrote 3 months ago: To disable ping echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all To enable ping echo 0 > /proc … more →
siva2009 wrote 3 months ago: Securing your /tmp directory could save you from an un-updated PHP script, where someone attempts to … more →
systemisecurity wrote 4 months ago: Raz-Lee Security, a leading supplier of information security solutions for IBM System i Servers, ann … more →
Anees wrote 4 months ago: 1. Enable SYN cookies mechanism in the server by the executing command: # echo 1 > /proc/sys/net/ … more →
Anees wrote 5 months ago: #!/bin/bash # For some stupid reason, cPanel screws up the directory permissions. chmod 755 /opt/sup … more →
Anees wrote 5 months ago: #!/bin/bash shellpattern=’r0nin|m0rtix|upl0ad|r57|c99|shellbot|phpshell|void\.ru|phpremoteview … more →
Anees wrote 5 months ago: iptables -I INPUT -m iprange –src-range 192.168.1.10-192.168.1.13 -j DROP … more →
Anees wrote 7 months ago: URL Injection — attempt to inject / load files onto the server via PHP/CGI vulnerabilities Sam … more →
Anees wrote 7 months ago: 1. Find.. to which IP address in the server is targeted by the ddos attack netstat -plan | grep :8 … more →
Anees wrote 8 months ago: To preset a server: First login and go to the WHM > Server Configuration > Basic cPanel/WHM Se … more →
pragmaticideas wrote 9 months ago: In this morden world one can see almost all using computer either as a PC or Laptops. Every one atle … more →
Anees wrote 10 months ago: Starting APF:Unable to load iptables module (ipt_state), aborting. Just enable the no kernel option … more →
gnufreakz wrote 11 months ago: So many people are getting their own dedicated servers but are completely clueless about security. U … more →
Anees wrote 1 year ago: Securing Your Server Below given are some of the steps that can be used to secure your server. Disab … more →
Anees wrote 1 year ago: MaxClients ————— The number of worker processes is limited by the parameter MaxClients. MaxClients = … more →
linuxlibrary wrote 1 year ago: Linux Security for Beginners 10 Basic Linux Security Tips to Implement Tips on basic Linux server se … more →