Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 23, 2024
1 parent 1c37c1b commit fbb30b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ To integrate a LLM see [LLM Integration](./CONTRIBUTE.md#llm-integration) in CON

### Available Tools

| Name | Use Case | Implemented |
|-------------|----------------------------------|---------------------|
| nmap | Scanning/Network Exploitation | ✓ |
| hashcat | Password Cracking | ✓ |
| SQLmap | SQL Injection | ✓ |
| gobuster | Enumeration | ✓ |
| searchsploit| Research Vulnerabilities | ✓ |
| Metasploit | Exploitation | ✗ |
| Name | Use Case | Implemented |
|---------------------------------------------------------|----------------------------------|---------------------|
| [nmap](https://github.com/nmap/nmap) | Scanning/Network Exploitation | ✓ |
| [gobuster](https://github.com/OJ/gobuster) | Enumeration | ✓ |
| [hashcat](https://github.com/hashcat/hashcat) | Password Cracking | ✓ |
| [thc-hydra](https://github.com/vanhauser-thc/thc-hydra) | Brute Force | ✓ |
| [SQLmap](https://github.com/sqlmapproject/sqlmap) | SQL Injection | ✓ |
| [searchsploit](https://www.kali.org/tools/exploitdb/) | Research Vulnerabilities | ✓ |

*Note: virtually any tools that do not require additional code (such as Metasploit) can be executed*

Expand Down

0 comments on commit fbb30b5

Please sign in to comment.