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

sqli-lab13.py: update line 24 #1

Open
hftamayo opened this issue Aug 1, 2021 · 0 comments
Open

sqli-lab13.py: update line 24 #1

hftamayo opened this issue Aug 1, 2021 · 0 comments

Comments

@hftamayo
Copy link

hftamayo commented Aug 1, 2021

Hi, about sqli's lab13 please change line24, there's a typo in the script:
pring("(+) Example: %s www.example.com" % sys.argv[0])
Please update it using something like this:
print("(+) Example: %s www.example.com" % sys.argv[0])

Of course it's no big deal but for new folks in code, this might be challenging. By the way, in the video walkthrough this typo is evident as well, a quick note might be useful

hftamayo

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