Changes between Version 2 and Version 3 of syn-flood-defense-narrative


Ignore:
Timestamp:
Aug 22, 2013, 9:20:34 PM (11 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • syn-flood-defense-narrative

    v2 v3  
    496496
    497497{{{
    498 iptables -L -n | grep DROP | grep -o -E 'all -- [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | grep -o -E '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | grep -v '0.0.0.0' | sort | uniq -c | sort -n | awk '$1 > 1 {print $2}' > ~/duplicate-ip-table-entries.txt
     498iptables -L -n | grep DROP | grep -o -E 'all  -- [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | grep -o -E '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | grep -v '0.0.0.0' | sort | uniq -c | sort -n | awk '$1 > 1 {print $2}' > ~/duplicate-ip-table-entries.txt
    499499}}}
    500500