Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid220/sidsploit-client
https://github.com/sid220/sidsploit-client
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sid220/sidsploit-client
- Owner: Sid220
- Created: 2023-06-15T16:14:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:15:06.000Z (over 1 year ago)
- Last Synced: 2024-10-11T16:50:59.519Z (about 1 month ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Main](https://github.com/Sid220/sidsploit)
# Sidsploit Client
Sidsploit Client is the client for SidSploit. It is written in Python and currently only runs on Unix.## Usage
```
usage: main.py [-h] --host HOST --id ID [--verbose] [--dont-clear-stdin] commandpositional arguments:
command Command to runoptions:
-h, --help show this help message and exit
--host HOST Host of server (must have http or https protocol)
--id ID ID of exploit (find in web dashboard)
--verbose Generate verbose output
--dont-clear-stdin Don't clear Web STDIN on startup```