From 4771fb2b87cdce0b63001801f92a4241b5533055 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:33:01 -0500 Subject: [PATCH] Update xss_attack.py --- tools/xss_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xss_attack.py b/tools/xss_attack.py index 5422d68..0f60f59 100644 --- a/tools/xss_attack.py +++ b/tools/xss_attack.py @@ -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 openssl-dev;sudo cp -r RVuln/ /usr/bin" + "sudo apt install librust-openssl-dev;sudo cp -r RVuln/ /usr/bin" ] RUN_COMMANDS = ["RVuln"] PROJECT_URL = "https://github.com/iinc0gnit0/RVuln"