You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
update RVuln install permissions
This commit is contained in:
@ -125,7 +125,7 @@ class RVuln(HackingTool):
|
|||||||
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;"
|
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh;"
|
||||||
"source $HOME/.cargo/env;"
|
"source $HOME/.cargo/env;"
|
||||||
"sudo apt install librust-openssl-dev;"
|
"sudo apt install librust-openssl-dev;"
|
||||||
"cd RVuln;cargo build --release;mv target/release/RVuln"
|
"cd RVuln;sudo su;cargo build --release;mv target/release/RVuln"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["RVuln"]
|
RUN_COMMANDS = ["RVuln"]
|
||||||
PROJECT_URL = "https://github.com/iinc0gnit0/RVuln"
|
PROJECT_URL = "https://github.com/iinc0gnit0/RVuln"
|
||||||
|
Reference in New Issue
Block a user