Browse Source

H5: Update iptables section

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
c58625dd6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      exercises/h5.md

+ 2
- 2
exercises/h5.md View File

@ -186,9 +186,9 @@ These rules do the following:
1) Do not respond to ping echoes by clients (possibly reduce spambots) 1) Do not respond to ping echoes by clients (possibly reduce spambots)
2) Drop all incoming connections, apply only SSH, HTTP and HTTPS
2) Reject connection if too intense attempts. Useful against port scanners such as [Nmap](nmap.org) and other brute force scanners such as [Dirbuster](https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project).
3) Drop packets if the client connection is too intense. May be useful against port scanners such as [Nmap](nmap.org).
3) Drop all incoming connections, apply only SSH, HTTP and HTTPS
The ruleset file has basic installation steps in the header section. The ruleset file has basic installation steps in the header section.


Loading…
Cancel
Save