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: update comparison operator #2

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

sqli lab13: update comparison operator #2

hftamayo opened this issue Aug 1, 2021 · 0 comments

Comments

@hftamayo
Copy link

hftamayo commented Aug 1, 2021

Hi, it's valid to obtain a c0omparison time starting from ten, in this case, in the line 15:
if int(r.elapsed.total_seconds()) > 10:
its comparison operator should be updated to:
if int(r.elapsed.total_seconds()) >= 10:
The first time I obtained this output:
(+) Checking if tracking cookie is vulnerable to time-based blind SQLi....
(-) Not vulnerable to blind based SQL injection

Updating the operator, I got this one:
(+) Checking if tracking cookie is vulnerable to time-based blind SQLi....
(+) Vulnerable to blind-based SQL injection

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