You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: