الحماية من nmap علي السيرفرات

Eng Ahmed

ادارة المنتدى
9 مارس 2008
3,318
11
38
www.support-ar.com
support-ar.com-e390b1768b.png



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

PHP:
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