Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid220/sidsploit
https://github.com/sid220/sidsploit
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sid220/sidsploit
- Owner: Sid220
- Created: 2023-06-15T15:57:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:16:04.000Z (over 1 year ago)
- Last Synced: 2024-10-11T16:50:59.696Z (about 1 month 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:
![img.png](img.png)
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)