From f6c1af1107ed594e172c4990a2ac2a416cd40eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Fri, 8 Mar 2019 08:54:52 +0100 Subject: [PATCH] Add Strong node.js (to Web) Also added a General subsection to keep the consistency. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 400d45b..cd80bca 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ For a list of free hacking books available for download, go [here](https://githu - [General](#general-1) - [Web](#web) - [Tools](#tools-2) + - [General](#general-2) - [Network](#network) - [Tools](#tools-3) - [Forensic](#forensic) @@ -118,6 +119,10 @@ For a list of free hacking books available for download, go [here](https://githu * [VHostScan](https://github.com/codingo/VHostScan) - A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, aliases and dynamic default pages. * [SubFinder](https://github.com/subfinder/subfinder) - SubFinder is a subdomain discovery tool that discovers valid subdomains for any target using passive online sources. +## General + * [Strong node.js](https://github.com/jesusprubio/strong-node) - An exhaustive checklist to assist in the source code security analysis of a node.js web service. + + # Network ## Tools