diff --git a/README.md b/README.md index e67be4c..d13c966 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@

  :small_orange_diamond: Oh My ZSH! - the best framework for managing your Zsh configuration.
  :small_orange_diamond: bash-it - a community Bash framework.
+  :small_orange_diamond: Oh My Fish - the Fishshell framework..

##### :black_small_square: Managers @@ -79,13 +80,51 @@ 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: hping - command-line oriented TCP/IP packet assembler/analyzer.
+  :small_orange_diamond: masscan - the fastest Internet port scanner, spews SYN packets asynchronously.
  :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: nmap - free and open source (license) utility for network discovery and security auditing.
+  :small_orange_diamond: tshark - dump and analyze network traffic (wireshark cli).
+  :small_orange_diamond: fierce - a DNS reconnaissance tool for locating non-contiguous IP space.
+  :small_orange_diamond: sublist3r - fast subdomains enumeration tool for penetration testers.
+

+ +##### :black_small_square: SSL + +

+  :small_orange_diamond: sslyze + - fast and powerful SSL/TLS server scanning library.
+  :small_orange_diamond: sslscan - tests SSL/TLS enabled services to discover supported cipher suites.
+  :small_orange_diamond: testssl.sh - testing TLS/SSL encryption anywhere on any port.
+

+ +##### :black_small_square: Auditing Tools + +

+  :small_orange_diamond: lynis - battle-tested security tool for systems running Linux, macOS, or Unix-based operating system.
+

+ +##### :black_small_square: System Diagnostics/Debuggers + +

+  :small_orange_diamond: strace - diagnostic, debugging and instructional userspace utility for Linux.
+  :small_orange_diamond: sysdig - system exploration and troubleshooting tool with first class support for containers.
+  :small_orange_diamond: lsof - displays in its output information about files that are opened by processes.
+  :small_orange_diamond: FlameGraph - stack trace visualizer.
+  :small_orange_diamond: lsofgraph - small utility to convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.
+

+ +##### :black_small_square: Log Analyzers + +

+  :small_orange_diamond: GoAccess - real-time web log analyzer and interactive viewer that runs in a terminal.

##### :black_small_square: Databases

+  :small_orange_diamond: usql - universal command-line interface for SQL databases.
  :small_orange_diamond: pgcli - postgres CLI with autocompletion and syntax highlighting.
  :small_orange_diamond: mycli - terminal client for MySQL with autocompletion and syntax highlighting.