Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down