From 467408a9f1c535ef3a3c821d41a3a91646b373cb Mon Sep 17 00:00:00 2001 From: Manan Date: Tue, 18 Dec 2018 16:05:46 +0530 Subject: [PATCH 1/2] added gobuster to Network section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 229b3e5..8d27d57 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ for transferring data with URLs.
  :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.
From e66d61ddab100ddf86298e8c2988dabb27fb587b Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 18 Dec 2018 15:41:50 +0100 Subject: [PATCH 2/2] added multiple 'Network' chapters (subsections) - signed-off-by: trimstray --- README.md | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) 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