Share
## https://sploitus.com/exploit?id=A24B9D3A-5F84-5FB0-9F14-DF7B3E0C8B57
╔══════════════════════════════════════════╗
β•‘  β–‘β–’β–“β–ˆ BlackOpz Toolkit β–ˆβ–“β–’β–‘              β•‘
β•‘  Version: 2.0.1                          β•‘
β•‘  Status: πŸ”₯ Active                       β•‘
β•‘  Author: Anonymous                       β•‘
β•‘  Tools: 30 Custom Scripts                β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

$ whoami
blackopz

$ ls -la tools/
total 1337
drwxr-xr-x 1 root root 4096 Jul 22 00:00 .
drwxr-xr-x 1 root root 4096 Jul 22 00:00 ..
drwxr-xr-x 1 root root 4096 Jul 22 00:00 recon/
drwxr-xr-x 1 root root 4096 Jul 22 00:00 exploit/
drwxr-xr-x 1 root root 4096 Jul 22 00:00 post-exploit/

$ cat disclaimer.txt
- All tools are for educational and testing purposes only.
- Do not use on systems without explicit permission.
- I am not responsible for your actions.

$ _


---

## πŸ“Œ Available Tools

### πŸ” Reconnaissance (10 Tools)
| Tool | Description |
|------|-------------|
| `port_scanner.py` | Fast TCP port scanner with service detection |
| `subdomain_finder.py` | Enumerate subdomains using multiple sources |
| `email_harvester.py` | Scrape emails from target websites |
| `whois_lookup.py` | Get WHOIS information for a domain |
| `dns_enum.py` | DNS record enumeration (A, MX, NS, TXT) |
| `ip_geolocator.py` | Get geolocation data for an IP address |
| `web_crawler.py` | Crawl target website for hidden endpoints |
| `dir_buster.py` | Directory/file brute‑forcer with wordlist |
| `social_osint.py` | Search social media accounts by username |
| `shodan_search.py` | Query Shodan API for exposed devices |

### πŸ’₯ Exploitation (10 Tools)
| Tool | Description |
|------|-------------|
| `sql_injector.py` | Automated SQL injection scanner |
| `xss_scanner.py` | Detect XSS vulnerabilities in forms |
| `file_upload_shell.py` | Upload webshell via insecure upload |
| `reverse_shell_gen.py` | Generate reverse shell payloads |
| `bindshell_gen.py` | Generate bindshell payloads |
| `php_backdoor.py` | Create a simple PHP backdoor |
| `jsp_shell.py` | JSP webshell for Tomcat/JBoss |
| `wordpress_plugin_exploit.py` | Exploit vulnerable WordPress plugins |
| `joomla_rce.py` | Remote code execution on Joomla sites |
| `drupal_exploit.py` | Exploit known Drupal vulnerabilities |

### πŸ•΅οΈ Post-Exploitation (10 Tools)
| Tool | Description |
|------|-------------|
| `keylogger.py` | Log keystrokes and clipboard content |
| `screenshot_capture.py` | Take screenshots of target's desktop |
| `credential_dumper.py` | Dump saved credentials from browser/OS |
| `persistence_win.py` | Install persistence via registry/task |
| `persistence_linux.py` | Install persistence via cron/systemd |
| `exfil_http.py` | Exfiltrate data via HTTP requests |
| `exfil_dns.py` | Exfiltrate data via DNS tunneling |
| `priv_esc_win.py` | Windows privilege escalation scripts |
| `priv_esc_linux.py` | Linux privilege escalation scripts |
| `cleanup_tool.py` | Remove logs and traces after operation |

---

## βš™οΈ Installation

```bash
# Clone the repository
git clone https://github.com/anonym-prog/BlackOpz-Toolkit.git
cd BlackOpz-Toolkit

# Install dependencies
chmod +x install.sh
./install.sh