diff --git a/README.md b/README.md index 981b901..da4f4c5 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: OWASP - worldwide not-for-profit charitable organization focused on improving the security of software.
  :small_orange_diamond: Hacking Articles - LRaj Chandel's Security & Hacking Blog.
  :small_orange_diamond: GTFOBins - list of Unix binaries that can be exploited by an attacker to bypass local security restrictions.
+  :small_orange_diamond: AWS security tools - make your AWS cloud environment more secure.

#### Blogs @@ -1220,7 +1221,7 @@ tcpdump -ne -i eth0 -Q in host 192.168.252.1 and port 443 * `-n` - don't convert addresses * `-e` - print the link-level headers - * `-i [iface]` - set interface + * `-i [iface|any]` - set interface * `-Q|-D [in|out|inout]` - choose send/receive direction (`-D` - for old tcpdump versions) * `host [ip|hostname]` - set host, also `[host not]` * `[and|or]` - set logic