From e22b71d41a7f1991504b24ebf14b139a69490b99 Mon Sep 17 00:00:00 2001
From: Zinkuth <36253549+Zinkuth@users.noreply.github.com>
Date: Fri, 2 Oct 2020 09:23:42 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index cc6cafc..f9ea716 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,7 @@ Only main chapters:
:small_orange_diamond: Eternal Terminal - enables mouse-scrolling and tmux commands inside the SSH session.
:small_orange_diamond: nmap - is a free and open source (license) utility for network discovery and security auditing.
:small_orange_diamond: zmap - is a fast single packet network scanner designed for Internet-wide network surveys.
+ :small_orange_diamond: Rust Scan - to find all open ports faster than nmap & automatically pipe them into Nmap.
:small_orange_diamond: masscan - is the fastest Internet port scanner, spews SYN packets asynchronously.
:small_orange_diamond: pbscan - is a faster and more efficient stateless SYN scanner and banner grabber.
:small_orange_diamond: hping - is a command-line oriented TCP/IP packet assembler/analyzer.
@@ -254,6 +255,7 @@ Only main chapters:
:small_orange_diamond: httpstat - is a tool that visualizes curl statistics in a way of beauty and clarity.
:small_orange_diamond: httplab - is an interactive web server.
:small_orange_diamond: Lynx - is a text browser for the World Wide Web.
+ :small_orange_diamond: Browsh - is a fully interactive, real-time, and modern text-based browser rendered to TTYs and browsers.
:small_orange_diamond: HeadlessBrowsers - a list of (almost) all headless web browsers in existence.
:small_orange_diamond: ab - is a single-threaded command line tool for measuring the performance of HTTP web servers.
:small_orange_diamond: siege - is an http load testing and benchmarking utility.
From 1effa486eb7582aae33dc93683c75f1bc09d4ac2 Mon Sep 17 00:00:00 2001
From: mxyz
Date: Tue, 6 Oct 2020 23:12:07 +0200
Subject: [PATCH 2/2] fix typos
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f9ea716..150f3d5 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ Only main chapters:
:small_orange_diamond: Eternal Terminal - enables mouse-scrolling and tmux commands inside the SSH session.
:small_orange_diamond: nmap - is a free and open source (license) utility for network discovery and security auditing.
:small_orange_diamond: zmap - is a fast single packet network scanner designed for Internet-wide network surveys.
- :small_orange_diamond: Rust Scan - to find all open ports faster than nmap & automatically pipe them into Nmap.
+ :small_orange_diamond: Rust Scan - to find all open ports faster than Nmap.
:small_orange_diamond: masscan - is the fastest Internet port scanner, spews SYN packets asynchronously.
:small_orange_diamond: pbscan - is a faster and more efficient stateless SYN scanner and banner grabber.
:small_orange_diamond: hping - is a command-line oriented TCP/IP packet assembler/analyzer.
@@ -255,7 +255,7 @@ Only main chapters:
:small_orange_diamond: httpstat - is a tool that visualizes curl statistics in a way of beauty and clarity.
:small_orange_diamond: httplab - is an interactive web server.
:small_orange_diamond: Lynx - is a text browser for the World Wide Web.
- :small_orange_diamond: Browsh - is a fully interactive, real-time, and modern text-based browser rendered to TTYs and browsers.
+ :small_orange_diamond: Browsh - is a fully interactive, real-time, and modern text-based browser.
:small_orange_diamond: HeadlessBrowsers - a list of (almost) all headless web browsers in existence.
:small_orange_diamond: ab - is a single-threaded command line tool for measuring the performance of HTTP web servers.
:small_orange_diamond: siege - is an http load testing and benchmarking utility.