Skip to content

Commit c3caed2

Browse files
authored
Replacing tool lists by md tables
1 parent b50472f commit c3caed2

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

README.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,30 +93,36 @@ A black hat is practicing penetration testing, but unlike a white hat, this is n
9393

9494
Information Gathering tools allows you to collect host metadata about services and users. Check informations about a domain, IP address, phone number or an email address.
9595

96-
- [Th3inspector](https://github.com/Moham3dRiahi/Th3inspector) **Perl** | `Linux/Windows/macOS` | All in one tool for Information Gathering written in Perl.
97-
- [Crips](https://github.com/Manisso/Crips) **Python** | `Linux/Windows/Android` | IP Tools To quickly get information about IP Address's, Web Pages and DNS records.
98-
- [theHarvester](https://github.com/laramies/theHarvester) **Python** | `Linux/Windows/macOS` | E-mails, subdomains and names Harvester.
99-
- [Scanless](https://github.com/vesche/scanless) **Python** | `Linux/Windows/macOS` | Online port scan scraper.
100-
- [CTFR](https://github.com/UnaPibaGeek/ctfr) **Python** | `Linux/Windows/macOS` | Abusing Certificate Transparency logs for getting HTTPS websites subdomains.
101-
- [Sn1per](https://github.com/1N3/Sn1per) **bash** | `Linux/macOS` | Automated Pentest Recon Scanner
102-
- [ReconDog](https://github.com/s0md3v/ReconDog) **Python** | `Linux/Windows/macOS` | Recon Dog is an all in one tool for all your basic information gathering needs.
103-
- [RED Hawk](https://github.com/Tuhinshubhra/RED_HAWK) **PHP** | `Linux/Windows/macOS` | All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers.
104-
- [Infoga](https://github.com/m4ll0k/Infoga) **Python** | `Linux/Windows/macOS` | Email Information Gathering.
105-
- [KnockMail](https://github.com/4w4k3/KnockMail) **Python** | `Linux/Windows/macOS` | Check if email address exists.
96+
| Tool | Language | Support | Description |
97+
| ----------- |-------------------------|----------|----------------|
98+
| [Th3inspector](https://github.com/Moham3dRiahi/Th3inspector) | **Perl** | `Linux/Windows/macOS` | All in one tool for Information Gathering written in Perl. |
99+
| [Crips](https://github.com/Manisso/Crips) | **Python** | `Linux/Windows/macOS` | IP Tools To quickly get information about IP Address's, Web Pages and DNS records. |
100+
| [theHarvester](https://github.com/laramies/theHarvester) | **Python** | `Linux/Windows/macOS` | E-mails, subdomains and names Harvester. |
101+
| [Scanless](https://github.com/vesche/scanless) | **Python** | `Linux/Windows/macOS` | Online port scan scraper. |
102+
| [CTFR](https://github.com/UnaPibaGeek/ctfr) | **Python** | `Linux/Windows/macOS` | Abusing Certificate Transparency logs for getting HTTPS websites subdomains. |
103+
| [Sn1per](https://github.com/1N3/Sn1per) | **bash** | `Linux/macOS` | Automated Pentest Recon Scanner. |
104+
| [ReconDog](https://github.com/s0md3v/ReconDog) | **Python** | `Linux/Windows/macOS` | Recon Dog is an all in one tool for all your basic information gathering needs. |
105+
| [RED Hawk](https://github.com/Tuhinshubhra/RED_HAWK) | **PHP** | `Linux/Windows/macOS` | All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers. |
106+
| [Infoga](https://github.com/m4ll0k/Infoga) | **Python** | `Linux/Windows/macOS` | Email Information Gathering. |
107+
| [KnockMail](https://github.com/4w4k3/KnockMail) | **Python** | `Linux/Windows/macOS` | Check if email address exists. |
106108

107109
#### :lock: Password Attacks
108110

109111
Crack passwords and create wordlists.
110112

111-
- [John the Ripper](https://github.com/magnumripper/JohnTheRipper) **C**`Linux/Windows/macOS` | John the Ripper is a fast password cracker.
112-
- [hashcat](https://github.com/hashcat/hashcat) **C** | `Linux/Windows/macOS` | World's fastest and most advanced password recovery utility.
113-
- [Hydra](https://github.com/vanhauser-thc/thc-hydra) **C** | `Linux/Windows/macOS` | Parallelized login cracker which supports numerous protocols to attack.
114-
- [ophcrack](https://gitlab.com/objectifsecurite/ophcrack) **C++** | `Linux/Windows/macOS` | Windows password cracker based on rainbow tables.
115-
- [Ncrack](https://github.com/nmap/ncrack) **C** | `Linux/Windows/macOS` | High-speed network authentication cracking tool.
113+
| Tool | Language | Support | Description |
114+
| ----------- |-------------------------|----------|----------------|
115+
| [John the Ripper](https://github.com/magnumripper/JohnTheRipper) | **C** | `Linux/Windows/macOS` | John the Ripper is a fast password cracker. |
116+
| [hashcat](https://github.com/hashcat/hashcat) | **C** | `Linux/Windows/macOS` | World's fastest and most advanced password recovery utility. |
117+
| [Hydra](https://github.com/vanhauser-thc/thc-hydra) | **C** | `Linux/Windows/macOS` | Parallelized login cracker which supports numerous protocols to attack. |
118+
| [ophcrack](https://gitlab.com/objectifsecurite/ophcrack) | **C++** | `Linux/Windows/macOS` | Windows password cracker based on rainbow tables. |
119+
| [Ncrack](https://github.com/nmap/ncrack) | **C** | `Linux/Windows/macOS` | High-speed network authentication cracking tool. |
116120

117121
###### :memo: Wordlists
118122

119-
- [Probable Worlist](https://github.com/berzerk0/Probable-Wordlists) | Wordlists sorted by probability originally created for password generation and testing.
123+
| Tool | Description |
124+
| ----------- |----------------|
125+
| [Probable Worlist](https://github.com/berzerk0/Probable-Wordlists) | Wordlists sorted by probability originally created for password generation and testing. |
120126

121127
#### :globe_with_meridians: Wireless Testing
122128

0 commit comments

Comments
 (0)