From 0512dcdc493dc16605ca286441b0169923579340 Mon Sep 17 00:00:00 2001 From: Bunkerity <54334437+bunkerity@users.noreply.github.com> Date: Mon, 7 Jun 2021 14:42:57 +0200 Subject: [PATCH 01/24] Add bunkerized-nginx --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0b37e..b4e9ac8 100644 --- a/README.md +++ b/README.md @@ -801,6 +801,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: rancher - complete container management platform.
  :small_orange_diamond: portainer - making Docker management easy.
  :small_orange_diamond: nginx-proxy - automated nginx proxy for Docker containers using docker-gen.
+  :small_orange_diamond: bunkerized-nginx - nginx Docker image "secure by default", it provides generic security configs, settings and tools so you don't need to do it by hand.

##### :black_small_square: Security @@ -840,7 +841,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: bash-handbook - for those who wanna learn Bash.
  :small_orange_diamond: The Bash Hackers Wiki - hold documentation of any kind about GNU Bash.
  :small_orange_diamond: Shell & Utilities - describes the commands offered to application programs by POSIX-conformant systems.
-  :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
+  :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
  :small_orange_diamond: Shell Style Guide - a shell style guide for Google-originated open-source projects.

From 41651e4bd80feb43ec7830d877ccd6f3e9ea1cba Mon Sep 17 00:00:00 2001 From: Bunkerity <54334437+bunkerity@users.noreply.github.com> Date: Tue, 8 Jun 2021 08:41:11 +0200 Subject: [PATCH 02/24] remove typo I made by mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e9ac8..5e11184 100644 --- a/README.md +++ b/README.md @@ -841,7 +841,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: bash-handbook - for those who wanna learn Bash.
  :small_orange_diamond: The Bash Hackers Wiki - hold documentation of any kind about GNU Bash.
  :small_orange_diamond: Shell & Utilities - describes the commands offered to application programs by POSIX-conformant systems.
-  :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
+  :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
  :small_orange_diamond: Shell Style Guide - a shell style guide for Google-originated open-source projects.

From 107aa96c77068edf208918e24d8148e1497186b0 Mon Sep 17 00:00:00 2001 From: villu164 <998682+villu164@users.noreply.github.com> Date: Sat, 26 Jun 2021 21:20:44 +0300 Subject: [PATCH 03/24] Update README.md The original link seems to be dead, reverting to wayback machine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0b37e..9e9a21a 100644 --- a/README.md +++ b/README.md @@ -1214,7 +1214,7 @@ CyberTalks - talks, interviews, and article about cybersecurity.
##### :black_small_square: A piece of history

-  :small_orange_diamond: How to Do Things at ARL - how to configure modems, scan images, record CD-ROMs, and other.*
+  :small_orange_diamond: How to Do Things at ARL - how to configure modems, scan images, record CD-ROMs, and other.*

##### :black_small_square: Other From 419262f01dbb480d3134825835e744b2ad12082c Mon Sep 17 00:00:00 2001 From: fuzzfree Date: Sun, 27 Jun 2021 18:15:25 +0300 Subject: [PATCH 04/24] Add mRemoteNG in CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a0b37e..5dfafc4 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Only main chapters:   :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
  :small_orange_diamond: iptables-tracer - observe the path of packets through the iptables chains.
  :small_orange_diamond: inception - a highly configurable tool to check for whatever you like against any number of hosts.
+  :small_orange_diamond: mRemoteNG - a fork of mRemote: an open source, tabbed, multi-protocol, remote connections manager for Windows. Multi-tabbed PuTTy on steroids!

##### :black_small_square: Network (DNS) From 1392e4b5bbfb0404c71f5c2453cde00060cb4124 Mon Sep 17 00:00:00 2001 From: Tom Stoneham Date: Sun, 27 Jun 2021 17:49:11 +0100 Subject: [PATCH 05/24] Remove Triple DES from OpenSSL section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a0b37e..9d7b169 100644 --- a/README.md +++ b/README.md @@ -2602,7 +2602,7 @@ openssl genrsa -out ${_fd} ${_len} ) ###### Generate private key with passphrase ```bash -# _ciph: des3, aes128, aes256 +# _ciph: aes128, aes256 # _len: 2048, 4096 ( _ciph="aes128" ; _fd="private.key" ; _len="2048" ; \ openssl genrsa -${_ciph} -out ${_fd} ${_len} ) @@ -2618,7 +2618,7 @@ openssl rsa -in ${_fd} -out ${_fd_unp} ) ###### Encrypt existing private key with a passphrase ```bash -# _ciph: des3, aes128, aes256 +# _ciph: aes128, aes256 ( _ciph="aes128" ; _fd="private.key" ; _fd_pass="private_pass.key" ; \ openssl rsa -${_ciph} -in ${_fd} -out ${_fd_pass} ``` From eca4819168350065d84f7b05cd10b861fa4bbd81 Mon Sep 17 00:00:00 2001 From: Pablo Lecolinet Date: Tue, 29 Jun 2021 14:39:06 +0200 Subject: [PATCH 06/24] Add PEASS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a0b37e..e9ef1b7 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Only main chapters:   :small_orange_diamond: LinEnum - scripted Local Linux Enumeration & Privilege Escalation Checks.
  :small_orange_diamond: Rkhunter - scanner tool for Linux systems that scans backdoors, rootkits and local exploits on your systems.
  :small_orange_diamond: PE-sieve - is a light-weight tool that helps to detect malware running on the system.
+  :small_orange_diamond: PEASS - privilege escalation tools for Windows and Linux/Unix and MacOS.

##### :black_small_square: System Diagnostics/Debuggers From e264cf71fc8c8b3d5f41ae336e5ab279eec370e5 Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Thu, 1 Jul 2021 15:50:00 -0400 Subject: [PATCH 07/24] Add a link to SchemaCrawler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a0b37e..a70e473 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Only main chapters:   :small_orange_diamond: OSQuery - is a SQL powered operating system instrumentation, monitoring, and analytics framework.
  :small_orange_diamond: pgsync - sync data from one Postgres database to another.
  :small_orange_diamond: iredis - a terminal client for redis with autocompletion and syntax highlighting.
+  :small_orange_diamond: SchemaCrawler - generates an E-R diagram of your database.

##### :black_small_square: TOR From f8a994327e0f76caf13a64d6cff90849668394a2 Mon Sep 17 00:00:00 2001 From: "Gabriele N. Tornetta" Date: Fri, 16 Jul 2021 23:42:52 +0100 Subject: [PATCH 08/24] Add Austin Austin is a Python frame stack sampler for CPython that can be used to extract profiling data from a Python application with zero instrumentation and minimal impact. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71d7807..67e260a 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ Only main chapters:   :small_orange_diamond: rr - is a lightweight tool for recording, replaying and debugging execution of applications.
  :small_orange_diamond: Performance Co-Pilot - a system performance analysis toolkit.
  :small_orange_diamond: hexyl - a command-line hex viewer.
+  :small_orange_diamond: Austin - Python frame stack sampler for CPython.

##### :black_small_square: Log Analyzers From 87fea0a070b66db7b39e12ec05eab14f6df5436d Mon Sep 17 00:00:00 2001 From: Snickasaurus Date: Fri, 6 Aug 2021 00:51:47 -0400 Subject: [PATCH 09/24] Added dnstwist Added link to dnstwist under "Network (DNS)". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71d7807..e846488 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Only main chapters:   :small_orange_diamond: dnscrypt-proxy 2 - a flexible DNS proxy, with support for encrypted DNS protocols.
  :small_orange_diamond: dnsdbq - API client providing access to passive DNS database systems.
  :small_orange_diamond: grimd - fast dns proxy, built to black-hole internet advertisements and malware servers.
+   :small_orange_diamond: dnstwist - detect typosquatters, phishing attacks, fraud, and brand impersonation.

##### :black_small_square: Network (HTTP) From 36c7bd7e0626d39ad148eaeb84929d34837dfc9a Mon Sep 17 00:00:00 2001 From: Josiah Smith Date: Tue, 7 Sep 2021 14:19:01 -0500 Subject: [PATCH 10/24] Update README.md Added InQuest Labs. labs.inquest.net --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..880e119 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: index-of - contains great stuff like: security, hacking, reverse engineering, cryptography, programming etc.
  :small_orange_diamond: Rapid7 Labs Open Data - is a great resources of datasets from Project Sonar.
  :small_orange_diamond: Common Response Headers - the largest database of HTTP response headers.
+  :small_orange_diamond: InQuest Labs - InQuest Labs is an open, interactive, and API driven data portal for security researchers.

##### :black_small_square: Generators From 8e9927d905cfc3b7230cd9b74091740c8c9428a3 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 21 Sep 2021 00:23:55 +0200 Subject: [PATCH 11/24] Add Web Skills to section "All-in-one" in chapter "Manuals/Howtos/Tutorials" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..2840940 100644 --- a/README.md +++ b/README.md @@ -964,6 +964,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: DevDocs API - combines multiple API documentations in a fast, organized, and searchable interface.
  :small_orange_diamond: cheat.sh - the only cheat sheet you need.
  :small_orange_diamond: gnulinux.guru - collection of cheat sheets about bash, vim and networking.
+  :small_orange_diamond: Web Skills - visual overview of useful skills to learn as a web developer.

##### :black_small_square: Ebooks From e2f7b3dfa30165352b3b5740b948ae1ab027b907 Mon Sep 17 00:00:00 2001 From: Groosg Date: Fri, 1 Oct 2021 23:02:40 -0400 Subject: [PATCH 12/24] add Haskell Dockerfile Linter - signed-off-by: Groosg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db3aac2..788f66f 100644 --- a/README.md +++ b/README.md @@ -576,8 +576,10 @@ Only main chapters:   :small_orange_diamond: PHP Sandbox - test your PHP code with this code tester.
  :small_orange_diamond: Repl.it - an instant IDE to learn, build, collaborate, and host all in one place.
  :small_orange_diamond: vclFiddle - is an online tool for experimenting with the Varnish Cache VCL.
+  :small_orange_diamond: Haskell Dockerfile Linter - a smarter Dockerfile linter that helps you build best practice Docker images.

+ ##### :black_small_square: Performance

From f4466341f4869f74a7d598d7c3980dce38372940 Mon Sep 17 00:00:00 2001 From: Groosg Date: Fri, 1 Oct 2021 23:06:39 -0400 Subject: [PATCH 13/24] remove extra line - signed-off-by: Groosg --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 788f66f..eeb88f8 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,6 @@ Only main chapters:   :small_orange_diamond: Haskell Dockerfile Linter - a smarter Dockerfile linter that helps you build best practice Docker images.

- ##### :black_small_square: Performance

From c00c09de7439aba1e0070fc9f2693665bf0f6e65 Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Wed, 20 Oct 2021 11:35:25 +0200 Subject: [PATCH 14/24] Added ssl-cert-check - signed-off-by: crypt0rr <57799908+crypt0rr@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..91e003e 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ Only main chapters:   :small_orange_diamond: certstrap - tools to bootstrap CAs, certificate requests, and signed certificates.
  :small_orange_diamond: Sublert - is a security and reconnaissance tool to automatically monitor new subdomains.
  :small_orange_diamond: mkchain - open source tool to help you build a valid SSL certificate chain.
+  :small_orange_diamond: ssl-cert-check - SSL Certification Expiration Checker.

##### :black_small_square: Security From 0136dc4f04d438114a11572bc0b1eea562d54721 Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Wed, 20 Oct 2021 12:30:37 +0200 Subject: [PATCH 15/24] Added vaultwarden - signed-off-by: crypt0rr <57799908+crypt0rr@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..dc730a0 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ Only main chapters:

  :small_orange_diamond: KeePassXC - store your passwords safely and auto-type them into your everyday websites and apps.
  :small_orange_diamond: Bitwarden - open source password manager with built-in sync.
+  :small_orange_diamond: Vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs.

##### :black_small_square: Messengers/IRC Clients From 078b28923b7b7c5200909612c7d10f485f363a8d Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Wed, 20 Oct 2021 12:36:31 +0200 Subject: [PATCH 16/24] Added TLScan - signed-off-by: crypt0rr <57799908+crypt0rr@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..6906bc8 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ Only main chapters:   :small_orange_diamond: urlvoid - this service helps you detect potentially malicious websites.
  :small_orange_diamond: security.txt - a proposed standard (generator) which allows websites to define security policies.
  :small_orange_diamond: ssl-config-generator - help you follow the Mozilla Server Side TLS configuration guidelines.
+  :small_orange_diamond: TLScan - Pure python, SSL/TLS protocol and cipher scanner/enumerator.

##### :black_small_square: HTTP Headers & Web Linters From c6e89e29c3a07e1d3a4917c5f7287aefc10b2245 Mon Sep 17 00:00:00 2001 From: jcamiel Date: Sun, 28 Nov 2021 19:16:27 +0100 Subject: [PATCH 17/24] Add Hurl to CLI tools - signed-off-by: jcamiel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..0ec775a 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ Only main chapters:   :small_orange_diamond: gobuster - is a free and open source directory/file & DNS busting tool written in Go.
  :small_orange_diamond: ssllabs-scan - command-line reference-implementation client for SSL Labs APIs.
  :small_orange_diamond: http-observatory - Mozilla HTTP Observatory cli version.
+  :small_orange_diamond: Hurl - is a command line tool to run and test HTTP requests with plain text.

##### :black_small_square: SSL From 4b064d005fcbb912d11901eb1a9d2ae90867d5d0 Mon Sep 17 00:00:00 2001 From: pratik-devkota <64492098+pratik-devkota@users.noreply.github.com> Date: Sat, 11 Dec 2021 08:01:04 +0545 Subject: [PATCH 18/24] Update README.md Change privacytools.io to privacyguides.org. The team has been renamed as such which's described along with the reasons in their blog (url: https://privacyguides.org/blog/2021/09/14/welcome-to-privacy-guides/). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3aac2..608a2a3 100644 --- a/README.md +++ b/README.md @@ -562,7 +562,7 @@ Only main chapters: ##### :black_small_square: Privacy

-  :small_orange_diamond: privacytools.io - provides knowledge and tools to protect your privacy against global mass surveillance.
+  :small_orange_diamond: privacyguides.org - provides knowledge and tools to protect your privacy against global mass surveillance.
  :small_orange_diamond: DNS Privacy Test Servers - DNS privacy recursive servers list (with a 'no logging' policy).

From 201b76eab34d76c63c5a980935b7064f0d73aed3 Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 8 Feb 2022 15:41:57 +0100 Subject: [PATCH 19/24] uncommited changes - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3aac2..057a692 100644 --- a/README.md +++ b/README.md @@ -986,6 +986,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: Julia's Drawings - some drawings about programming and unix world, zines about systems & debugging tools.
  :small_orange_diamond: Hash collisions - this great repository is focused on hash collisions exploitation.
  :small_orange_diamond: sha256-animation - animation of the SHA-256 hash function in your terminal.
+  :small_orange_diamond: sha256algorithm - sha256 algorithm explained online step by step visually.
  :small_orange_diamond: BGP Meets Cat - after 3072 hours of manipulating BGP, Job Snijders has succeeded in drawing a Nyancat.
  :small_orange_diamond: bgp-battleships - playing battleships over BGP.
  :small_orange_diamond: What happens when... - you type google.com into your browser and press enter?
From b64b18fcf526d5ee722aed8fd7226f0345647469 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sun, 13 Feb 2022 18:07:29 +0100 Subject: [PATCH 20/24] add 'Houdini' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 057a692..2fe8eec 100644 --- a/README.md +++ b/README.md @@ -810,6 +810,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: docker-bench-security - checks for dozens of common best-practices around deploying Docker.
  :small_orange_diamond: trivy - vulnerability scanner for containers, suitable for CI.
  :small_orange_diamond: Harbor - cloud native registry project that stores, signs, and scans content.
+  :small_orange_diamond: Houdini - hundreds of offensive and useful docker images for network intrusion.

##### :black_small_square: Manuals/Tutorials/Best Practices From fe33d1db281371da32b8e86e676c13e6ebc60fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBy?= Date: Wed, 23 Feb 2022 19:41:13 +0100 Subject: [PATCH 21/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e11184..71c124b 100644 --- a/README.md +++ b/README.md @@ -801,7 +801,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: rancher - complete container management platform.
  :small_orange_diamond: portainer - making Docker management easy.
  :small_orange_diamond: nginx-proxy - automated nginx proxy for Docker containers using docker-gen.
-  :small_orange_diamond: bunkerized-nginx - nginx Docker image "secure by default", it provides generic security configs, settings and tools so you don't need to do it by hand.
+  :small_orange_diamond: bunkerized-nginx - nginx docker image "secure by default".

##### :black_small_square: Security From 610442d02c21bc164fd7c6cf3bcf51c107f5f24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBy?= Date: Wed, 23 Feb 2022 19:43:13 +0100 Subject: [PATCH 22/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dfafc4..05ff782 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Only main chapters:   :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
  :small_orange_diamond: iptables-tracer - observe the path of packets through the iptables chains.
  :small_orange_diamond: inception - a highly configurable tool to check for whatever you like against any number of hosts.
-  :small_orange_diamond: mRemoteNG - a fork of mRemote: an open source, tabbed, multi-protocol, remote connections manager for Windows. Multi-tabbed PuTTy on steroids!
+  :small_orange_diamond: mRemoteNG - a fork of mRemote, multi-tabbed PuTTy on steroids!

##### :black_small_square: Network (DNS) From 983ce7ec1ef49c6465b096d9568ac395ce3081f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBy?= Date: Wed, 23 Feb 2022 19:59:52 +0100 Subject: [PATCH 23/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc730a0..b60eab6 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ Only main chapters:

  :small_orange_diamond: KeePassXC - store your passwords safely and auto-type them into your everyday websites and apps.
  :small_orange_diamond: Bitwarden - open source password manager with built-in sync.
-  :small_orange_diamond: Vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs.
+  :small_orange_diamond: Vaultwarden - unofficial Bitwarden compatible server written in Rust.

##### :black_small_square: Messengers/IRC Clients From 18fe986635a10a5038b7f9a4b792dbdb97c39317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBy?= Date: Wed, 23 Feb 2022 20:00:54 +0100 Subject: [PATCH 24/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6906bc8..469fbda 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ Only main chapters:   :small_orange_diamond: urlvoid - this service helps you detect potentially malicious websites.
  :small_orange_diamond: security.txt - a proposed standard (generator) which allows websites to define security policies.
  :small_orange_diamond: ssl-config-generator - help you follow the Mozilla Server Side TLS configuration guidelines.
-  :small_orange_diamond: TLScan - Pure python, SSL/TLS protocol and cipher scanner/enumerator.
+  :small_orange_diamond: TLScan - pure python, SSL/TLS protocol and cipher scanner/enumerator.

##### :black_small_square: HTTP Headers & Web Linters