Update xss_attack.py

This commit is contained in:
Greatest125 2020-12-14 12:33:01 -05:00 committed by GitHub
parent 6c1342ed33
commit 4771fb2b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ class RVuln(HackingTool):
"sudo git clone https://github.com/iinc0gnit0/RVuln.git;" "sudo git clone https://github.com/iinc0gnit0/RVuln.git;"
"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 openssl-dev;sudo cp -r RVuln/ /usr/bin" "sudo apt install librust-openssl-dev;sudo cp -r RVuln/ /usr/bin"
] ]
RUN_COMMANDS = ["RVuln"] RUN_COMMANDS = ["RVuln"]
PROJECT_URL = "https://github.com/iinc0gnit0/RVuln" PROJECT_URL = "https://github.com/iinc0gnit0/RVuln"