← Back to team overview

sslug-teknik team mailing list archive

iptables og tarpit problem

 

Hvad er der mon galt her ?

root@skarbinika:/var/log/apache2/skarbinika# iptables -A INPUT -j
TARPIT -p tcp --dport 80 -m string --string "cmd.exe"
iptables v1.3.5: STRING match: You must specify `--algo'
Try `iptables -h' or 'iptables --help' for more information.

root@skarbinika:/var/log/apache2/skarbinika# iptables -A INPUT -j
TARPIT -p tcp --dport 80 -m string --string "cmd.exe" --algo kmp
iptables: Unknown error 4294967295

Mvh
Martin


Follow ups