How to avoid or prevent Symlink Attack .

Symlink Security issue is one of the critical problem of the any web hosting. Here you can find , how attacker uses synlink to attack on your web site For Instance , Attacker uses a perl / pythone scripts or uses a cron job symbalic link of top level directory ”/” typing: “ln -s / […]

See More
shared hosting plan

Shared Hosting Plans – Linux Web Hosting Vs Windows Hosting.

We are glad to introduce Hostripples. A leading provider of the website hosting Industry has lauched new shared hosting plans. This new shared hosting packages are pocket friendly and are loaded with unlimited resources to boost your website performance  Shared Linux Hosting, Shared Windows Web Hosting, Canada Shared Server, USA shared server, UK, ROMANIA and […]

See More

Iptables commands .

  #!/bin/sh#File: /etc/rc.d/rc.firewall# At once log and drop any known abusive IPsiptables -A INPUT -p tcp -s 87.118.104.44 -m limit –limit 1/minute –limit-burst 10 -j LOG –log-prefix “[DROPPED_NODE]“ –log-level 4iptables -A INPUT -p tcp -s 87.118.104.44 -j DROP# Allow fr?m ?n? t? ?n? ?n 127.0.0.1/32iptables -A INPUT -s 127.0.0.1/32 -j ACCEPTiptables -A OUTPUT -s 127.0.0.1/32 -j […]

See More