diff --git a/README.md b/README.md index e92a240..f2b0fd3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ for transferring data with URLs.
  :small_orange_diamond: HTTPie - a user-friendly HTTP client.
  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
+  :small_orange_diamond: netcat - networking utility which reads and writes data across network connections, using the TCP/IP protocol.
+  :small_orange_diamond: tcpdump - powerful command-line packet analyzer.
  :small_orange_diamond: pgcli - postgres CLI with autocompletion and syntax highlighting.

@@ -87,7 +89,7 @@ for transferring data with URLs.
  :small_orange_diamond: DNS Spy - monitor, validate and verify your DNS configurations.
  :small_orange_diamond: Censys - platform that helps information security practitioners discover, monitor, and analyze devices.
  :small_orange_diamond: Shodan - the world's first search engine for Internet-connected devices.
-  :small_orange_diamond: GreyNoise - mass scanners (such as Shodan and Censys).
+  :small_orange_diamond: GreyNoise - mass scanner (such as Shodan and Censys).

#### Manuals/Howtos/Tutorials @@ -127,6 +129,7 @@ for transferring data with URLs.

  :small_orange_diamond: commandlinefu.com - command line diamonds, created and voted on by our members.
+  :small_orange_diamond: Bash One-Liners - practical, well-explained Bash one-liners, and promote best practices in Bash shell scripting.

#### Lists