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

There's an error in tools/wordlist_generator.py #512

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

There's an error in tools/wordlist_generator.py #512

vignesh1507 opened this issue Sep 26, 2024 · 0 comments

Comments

@vignesh1507
Copy link

Describe the bug

"cd SMWYG-Show-Me-What-You-Got && pip3 install -r requirements.txt"
    ]
    RUN_COMMANDS = ["cd SMWYG-Show-Me-What-You-Got && python SMWYG.py"]

In the showme class, you're using pip3 install in the INSTALL_COMMANDS but running python SMWYG.py without specifying the Python version. Since you're installing dependencies with pip3, it's better to consistently use python3 throughout.

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