From c63029e14294fc49883cd5ba254e329391acba21 Mon Sep 17 00:00:00 2001 From: yck Date: Tue, 14 Apr 2020 23:32:14 +0200 Subject: [PATCH] minor updates --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b35ef0c..1b5062a 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ - [How it works?](#how-it-works) - [Iptables Rules](#iptables-rules) * [Saving Rules](#saving-rules) - - [Debian Based](#debian-based) - - [RedHat Based](#redhat-based) + - [Debian Based](#debian-based) + - [RedHat Based](#redhat-based) * [List out all of the active iptables rules with verbose](#list-out-all-of-the-active-iptables-rules-with-verbose) * [List out all of the active iptables rules with numeric lines and verbose](#list-out-all-of-the-active-iptables-rules-with-numeric-lines-and-verbose) * [Print out all of the active iptables rules](#print-out-all-of-the-active-iptables-rules) @@ -106,7 +106,7 @@ * [Protection against port scanning](#protection-against-port-scanning) * [SSH brute-force protection](#ssh-brute-force-protection) * [Syn-flood protection](#syn-flood-protection) - + [Mitigating SYN Floods With SYNPROXY](#mitigating-syn-floods-with-synproxy) + - [Mitigating SYN Floods With SYNPROXY](#mitigating-syn-floods-with-synproxy) * [Block New Packets That Are Not SYN](#block-new-packets-that-are-not-syn) * [Force Fragments packets check](#force-fragments-packets-check) * [XMAS packets](#xmas-packets) @@ -121,7 +121,7 @@ **** -### Tools to help you configure Iptables +## Tools to help you configure Iptables

  :small_orange_diamond: Shorewall - advanced gateway/firewall configuration tool for GNU/Linux.
@@ -130,7 +130,7 @@   :small_orange_diamond: FireHOL - offer simple and powerful configuration for all Linux firewall and traffic shaping requirements.

-### Manuals/Howtos/Tutorials +## Manuals/Howtos/Tutorials

  :small_orange_diamond: Best practices: iptables - by Major Hayden
@@ -142,7 +142,7 @@   :small_orange_diamond: Per-IP rate limiting with iptables

-### Useful Kernel Settings (sysctl) Configuration +## Useful Kernel Settings (sysctl) Configuration ##### rp_filter @@ -250,14 +250,14 @@ EOF - [How to Enable IP Forwarding in Linux](http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/) - [What is kernel ip forwarding?](https://unix.stackexchange.com/questions/14056/what-is-kernel-ip-forwarding) -### How it works? +## How it works?

Master

-### Iptables Rules +## Iptables Rules #### Saving Rules @@ -845,4 +845,3 @@ except KeyboardInterrupt: ```bash nc -p 65534 SERVER 65535 ``` -