Iptables rule to allow access only from one IP
iptables -I INPUT -s (allowip) -p tcp --dport (port) -j [...]
iptables -I INPUT -s (allowip) -p tcp --dport (port) -j [...]
1. Find.. to which IP address in the server is [...]
To disable ping echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all To enable ping [...]
1. Enable SYN cookies mechanism in the server by the [...]
#!/bin/bash # For some stupid reason, cPanel screws up the [...]
#!/bin/bash shellpattern='r0nin|m0rtix|upl0ad|r57|c99|shellbot|phpshell|void.ru|phpremoteview|directmail|bash_history|vulnscan|spymeta|raslan58' for user in `/bin/ls /var/cpanel/users` do find /home/$user/public_html [...]
iptables -I INPUT -m iprange --src-range 192.168.1.10-192.168.1.13 -j DROP
URL Injection -- attempt to inject / load files onto [...]
1. Find.. to which IP address in the server is [...]
To preset a server: First login and go to the [...]