updated RVuln install

This commit is contained in:
Greatest125 2020-12-19 15:13:53 -05:00 committed by GitHub
parent b07fe8e81d
commit e2298f8080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,8 +123,9 @@ class RVuln(HackingTool):
INSTALL_COMMANDS = [
"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;cd RVuln;cargo build --release;mv target/release/RVuln"
"source $HOME/.cargo/env;"
"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"