We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Python version 3.12.3, When running python3 sudomy -d domain.com. I get the following error.
python3 sudomy -d domain.com
File "/Tools/recon/Sudomy/sudomy", line 136 "-d" | "--domain") ^ SyntaxError: unmatched ')'
The text was updated successfully, but these errors were encountered:
Are you trying to initiate the python call? need to call in bash.
try ./sudomy
./sudomy
Sorry, something went wrong.
No branches or pull requests
Using Python version 3.12.3, When running
python3 sudomy -d domain.com
. I get the following error.The text was updated successfully, but these errors were encountered: