Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This code file: tools/xss_attack.py has few minor errors in it. #511

Open
vignesh1507 opened this issue Sep 26, 2024 · 0 comments
Open

This code file: tools/xss_attack.py has few minor errors in it. #511

vignesh1507 opened this issue Sep 26, 2024 · 0 comments

Comments

@vignesh1507
Copy link

Describe the bug

  • super(XSSStrike, self).__init__(runnable = False) instead of calling the class name we can do this: super().__init__(runnable = False) (this is more pythonic)
  • "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;"
    The code snippet doesn't need any ';' at the end, python doesn't require it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant