From 7167b180b967e224f843d07def322ba8345490fc Mon Sep 17 00:00:00 2001 From: Martin Muzatko Date: Mon, 17 Dec 2018 17:12:34 +0100 Subject: [PATCH] Added explainshell and exploitdb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc779c0..6372173 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ performance of any of your sites from across the globe.

  :small_orange_diamond: CVE Mitre - list of publicly known cybersecurity vulnerabilities.
  :small_orange_diamond: CVE Details - CVE security vulnerability advanced database.
+  :small_orange_diamond: Exploit DB - CVE compliant archive of public exploits and corresponding vulnerable software.

#### Manuals/Howtos/Tutorials @@ -312,6 +313,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: pure-bash-bible - a collection of pure bash alternatives to external processes.
  :small_orange_diamond: The Bash Hackers Wiki - hold documentation of any kind about GNU Bash.
  :small_orange_diamond: Shell & Utilities - describes the commands and utilities offered to application programs by POSIX-conformant systems.
+  :small_orange_diamond: Explain shell - get interactive help texts for shell commands.

##### :black_small_square: Programming