From a94aa28a111186cd6f737b316c6ed51c5e7f8d7e Mon Sep 17 00:00:00 2001 From: Mark <55981308+Luci-d@users.noreply.github.com> Date: Mon, 25 Nov 2019 15:30:43 +0200 Subject: [PATCH] minor changes and fixes fixed structural errors, 404 links and add 2 tools --- Readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 17c41d3..3f2e1a1 100644 --- a/Readme.md +++ b/Readme.md @@ -27,7 +27,7 @@ The tools listed below are commonly used in penetration testing, and the tool ca * [Exploitation Tools](#exploitation-tools) * [Vulnerability Search](#vulnerability-search) * [Cross-site Scripting(XSS)](#cross-site-scriptingxss) - * [Sql Injection](d#sql-injection) + * [Sql Injection](#sql-injection) * [Command Injection](#command-injection) * [File Include](#file-include) * [File Upload vulnerability](#file-upload-vulnerability) @@ -58,10 +58,13 @@ The tools listed below are commonly used in penetration testing, and the tool ca * [Masscan](https://github.com/robertdavidgraham/masscan) - TCP port scanner, spews SYN packets asynchronously * [Ports](https://github.com/nixawk/pentest-wiki/blob/master/3.Exploitation-Tools/Network-Exploitation/ports_number.md) - Common service ports and exploitations -#### OSINT +### OSINT + +* [Spyse](https://spyse.com/) - OSINT cyber space search engine for different recon purposes. +* [theHarvester](https://github.com/laramies/theHarvester) - E-mails, subdomains and names Harvester - OSINT +* [FOCA](https://github.com/ElevenPaths/FOCA) - Tool to find metadata and hidden information in the documents. +* [FindSubdomains](https://findsubdomains.com/) - Fast subdomains enumeration tool -* [theHarvester](https://github.com/laramies/theHarvester)- E-mails, subdomains and names Harvester - OSINT -* [FOCA](https://github.com/ElevenPaths/FOCA) - Tool to find metadata and hidden information in the documents. ### Vulnerability Analysis ### Web Applications