Unverified Commit 4771fb2b authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

Update xss_attack.py

parent 6c1342ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"