User Tools

Site Tools


internet:security:ddos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:security:ddos [2018/09/08 10:15]
gcooper
internet:security:ddos [2018/09/08 10:17] (current)
gcooper
Line 14: Line 14:
  
 ===== Are You Under Attack? ===== ===== Are You Under Attack? =====
 +
 +:!: You may want to change the port ''80'' to some other port.
  
 <file> <file>
Line 22: Line 24:
  
 <file> <file>
-netstat -plan  | grep  :80 | awk {print $4}’ | cut -d: -f1 |sort |uniq -c+netstat -plan  | grep  :80 | awk '{print $4}| cut -d: -f1 |sort |uniq -c
 </file> </file>
  
Line 28: Line 30:
  
 <file> <file>
-netstat -plan  | grep  :80 | awk {print $5}’ | cut -d: -f1 |sort |uniq -c+netstat -plan  | grep  :80 | awk '{print $5}| cut -d: -f1 |sort |uniq -c
 </file> </file>
  
internet/security/ddos.1536423343.txt.gz · Last modified: 2018/09/08 10:15 by gcooper