https://github.com/sid220/sidsploit
https://github.com/sid220/sidsploit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sid220/sidsploit
- Owner: Sid220
- Created: 2023-06-15T15:57:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:16:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T10:35:16.285Z (5 months ago)
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sidsploit
Sidsploit is an array of tools to allow you to effectively monitor and execute exploits on other systems.Say you wanted to run a hydra, a password hacking programme, on another computer you wouldn't have access to in person for a weekend. Simply run the command, but using sidsploit like so:
```bash
python ./src/main.py --host http://localhost:8089 \
--id 4eff31d8-7eea-439f-96aa-cdbccd27b9aa \
"hydra -l user -P 100_common_passwords.txt -s 80 -f httpbin.org http-get /basic-auth/user/master"
```You could then view the output live in sidsploit web:

As well as interact with it.## Source Code
- Sidsploit web API and dashboard: [https://github.com/Sid220/sidsploit-web](https://github.com/Sid220/sidsploit-web)
- Sidsploit client: [https://github.com/sid220/sidsploit-client](https://github.com/sid220/sidsploit-client)