From 219d0d12d19490c274e6976b4572cad41ca24986 Mon Sep 17 00:00:00 2001 From: trimstray Date: Wed, 11 Jul 2018 15:50:44 +0200 Subject: [PATCH] added new chapter: 'Code parsers/playgrounds' - signed-off-by: trimstray --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e256f..c788dfc 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ for transferring data with URLs.
##### :black_small_square: Net-tools

-  :small_orange_diamond: Netcraft - detailed report about the site, helping you to make informed choices about their integrity.
+  :small_orange_diamond: Netcraft - detailed report about the site, helping you to make informed choices about their integrity.
  :small_orange_diamond: Security Trails - APIs for Security Companies, Researchers and Teams.
  :small_orange_diamond: Online Curl - curl test, analyze HTTP Response Headers.
  :small_orange_diamond: Ping.eu - online Ping, Traceroute, DNS lookup, WHOIS and others.
@@ -145,6 +145,13 @@ for transferring data with URLs.
  :small_orange_diamond: Hardenize - deploy the security standards.

+##### :black_small_square: Code parsers/playgrounds + +

+  :small_orange_diamond: ShellCheck - finds bugs in your shell scripts.
+  :small_orange_diamond: jsbin - live pastebin for HTML, CSS & JavaScript and more.
+

+ ##### :black_small_square: Performance