mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 00:49:59 +00:00
update RVuln install
This commit is contained in:
parent
a4f2807dfb
commit
b07fe8e81d
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class RVuln(HackingTool):
|
|||
"sudo git clone https://github.com/iinc0gnit0/RVuln.git;"
|
||||
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;"
|
||||
"source $HOME/.cargo/env",
|
||||
"sudo apt install librust-openssl-dev;sudo cp -r RVuln/ /usr/bin"
|
||||
"sudo apt install librust-openssl-dev;cd RVuln;cargo build --release;mv target/release/RVuln"
|
||||
]
|
||||
RUN_COMMANDS = ["RVuln"]
|
||||
PROJECT_URL = "https://github.com/iinc0gnit0/RVuln"
|
||||
|
|
|
|||
Loading…
Reference in a new issue