diff --git a/README.md b/README.md index 681f0a8..7438def 100644 --- a/README.md +++ b/README.md @@ -89,14 +89,7 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo ##### :black_small_square: Network

-  :small_orange_diamond: Curl - command line tool and library -for transferring data with URLs.
-  :small_orange_diamond: HTTPie - a user-friendly HTTP client.
-  :small_orange_diamond: wuzz - interactive cli tool for HTTP inspection.
-  :small_orange_diamond: httpstat - visualizes curl statistics in a way of beauty and clarity.
-  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
  :small_orange_diamond: nmap - free and open source (license) utility for network discovery and security auditing.
-  :small_orange_diamond: gobuster - free and open source directory/file & DNS busting tool written in Go
  :small_orange_diamond: hping - command-line oriented TCP/IP packet assembler/analyzer.
  :small_orange_diamond: mtr - functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
  :small_orange_diamond: masscan - the fastest Internet port scanner, spews SYN packets asynchronously.
@@ -104,18 +97,35 @@ for transferring data with URLs.
  :small_orange_diamond: tcpdump - powerful command-line packet analyzer.
  :small_orange_diamond: tshark - dump and analyze network traffic (wireshark cli).
  :small_orange_diamond: bmon - monitoring and debugging tool to capture networking related statistics and prepare them visually.
+  :small_orange_diamond: Nemesis - packet manipulation CLI tool; craft and inject packets of several protocols.
+  :small_orange_diamond: packetfu - a mid-level packet manipulation library for Ruby.
+  :small_orange_diamond: Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
+  :small_orange_diamond: iptraf-ng - is a console-based network monitoring program for Linux that displays information about IP traffic.
+  :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
+

+ +##### :black_small_square: Network (DNS) + +

  :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.
  :small_orange_diamond: amass - tool obtains subdomain names by scraping data sources, crawling web archives and more.
  :small_orange_diamond: namebench - provides personalized DNS server recommendations based on your browsing history.
-  :small_orange_diamond: Nemesis - packet manipulation CLI tool; craft and inject packets of several protocols.
-  :small_orange_diamond: packetfu - a mid-level packet manipulation library for Ruby.
-  :small_orange_diamond: Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
+

+ + +##### :black_small_square: Network (HTTP) + +

+  :small_orange_diamond: Curl - command line tool and library +for transferring data with URLs.
+  :small_orange_diamond: HTTPie - a user-friendly HTTP client.
+  :small_orange_diamond: wuzz - interactive cli tool for HTTP inspection.
+  :small_orange_diamond: httpstat - visualizes curl statistics in a way of beauty and clarity.
+  :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
  :small_orange_diamond: bombardier - fast cross-platform HTTP benchmarking tool written in Go.
  :small_orange_diamond: gobench - http/https load testing and benchmarking tool.
-  :small_orange_diamond: Nipe - script to make Tor Network your default gateway.
-  :small_orange_diamond: iptraf-ng - is a console-based network monitoring program for Linux that displays information about IP traffic.
-  :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
+  :small_orange_diamond: gobuster - free and open source directory/file & DNS busting tool written in Go

##### :black_small_square: SSL/Security @@ -177,6 +187,13 @@ for transferring data with URLs.
  :small_orange_diamond: sqlmap - tool that automates the process of detecting and exploiting SQL injection flaws.

+##### :black_small_square: TOR + +

+  :small_orange_diamond: Nipe - script to make Tor Network your default gateway.
+  :small_orange_diamond: Multitor - a tool that lets you create multiple TOR instances with a load-balancing.
+

+ ##### :black_small_square: Other