مشاهدة النسخة كاملة : الحماية من nmap علي السيرفرات


Dr Ahmed
2009-03-07, 12:40 PM
http://www.support-ar.org/uploads/images/support-ar.com-e390b1768b.png


طريقه بسيطه للحمايه من فحص البورتات في سيرفرك عن طريق nmap

iptables -A INPUT -p tcp --tcp-flags ALL FIN -j DROP
iptables -A INPUT -p tcp --tcp-flags ALL NONE -j DROP
iptables -A INPUT -p tcp --tcp-flags ALL ALL -j DROP
iptables -A INPUT -p tcp --tcp-flags ALL FIN,PSH,URG -j DROP

منقول .. المصدر
http://www.best-sec.net/vb/showthread.php?t=2883