.htaccess の
deny from 188.124.19.114というフォーマットから、最後のフィールドだけを取り出して、
iptables -A INPUT -p tcp --dport 80 -s 188.124.19.114 -j DROPという形に変換が必要。
tswxl:/home/httpd/cgi-bin/BBS# sed -n -e 's/^deny from \(.*\)$/iptables -A INPUT -p tcp --dport 80 -s \1 -j DROP/p' .htaccess > /tmp/block tswxl:/home/httpd/cgi-bin/BBS# sh /tmp/block iptables v1.4.2: host/network `182-226.leased.cust.tie.cl' not found Try `iptables -h' or 'iptables --help' for more information. : : tswxl:/home/httpd/cgi-bin/BBS#ざまーみろ
|
← iptables |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ レイアウト変更 |