mirror of
https://github.com/s-b-repo/rustsploit
synced 2026-06-27 09:54:12 +00:00
Merge branch 'delta-wolf' of https://github.com/s-b-repo/rustsploit into delta-wolf
This commit is contained in:
@@ -89,7 +89,7 @@ Run `modules` or `find <keyword>` in the shell for the authoritative list.
|
||||
```bash
|
||||
sudo apt update
|
||||
|
||||
sudo apt install pkg-config libssl-dev rustc libdbus-1-dev freerdp2-x11 # Required for RDP and Bluetooth modules
|
||||
sudo apt install pkg-config libssl-dev rustc libdbus-1-dev sudo apt install freerdp3-x11 # Required for RDP and Bluetooth modules
|
||||
|
||||
```
|
||||
|
||||
@@ -124,6 +124,12 @@ git clone https://github.com/s-b-repo/rustsploit.git
|
||||
cd rustsploit
|
||||
cargo build
|
||||
```
|
||||
### instant quick run command debian 13
|
||||
|
||||
```
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh && chmod +x rustup-init.sh && ./rustup-init.sh -y && source "$HOME/.cargo/env" && sudo apt update -y && sudo apt upgrade -y && sudo apt install -y git wget curl pkg-config libssl-dev libdbus-1-dev &&
|
||||
git clone https://github.com/s-b-repo/rustsploit.git && sudo apt install -y rustc cargo && cd rustsploit && cargo run
|
||||
```
|
||||
|
||||
### Run (Interactive Shell)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user