WAPT 2 - Up to API

WAPT 2 - Up to API

12th Grade

50 Qs

quiz-placeholder

Similar activities

RPL Basisdata

RPL Basisdata

12th Grade

50 Qs

Tin 11 - GK2, QTCSDL

Tin 11 - GK2, QTCSDL

12th Grade

52 Qs

Cybersecurity Quiz

Cybersecurity Quiz

11th Grade - University

47 Qs

SQL MCQs - Class 12

SQL MCQs - Class 12

12th Grade

55 Qs

SQL

SQL

12th Grade

45 Qs

LATIHAN UAS KE-3

LATIHAN UAS KE-3

12th Grade

45 Qs

MySQL Final Test

MySQL Final Test

12th Grade

50 Qs

CompTIA Module 1-6

CompTIA Module 1-6

9th - 12th Grade

50 Qs

WAPT 2 - Up to API

WAPT 2 - Up to API

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Nafish Alam

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following SQL injection types uses the same communication channel to retrieve data?

Blind SQL Injection

In-band SQL Injection

Out-of-Band SQL Injection

Error-Based SQL Injection

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which payload will exploit an In-band SQL injection in a login form?

' OR '1'='1; --

alert(1)

' AND 1=2; --

../etc/passwd

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You intercept the following query: SELECT * FROM users WHERE username = '$user' AND password = '$pass'; What payload can you use to bypass authentication using In-band SQL injection?

' OR '1'='1; --

'; DROP TABLE users;

../etc/passwd

alert('Hack')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which technique can be used to test for Blind SQL injection?

Boolean-based testing

Error-based testing

Time-based testing

Code injection

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the payload 1 AND 1=1 returns a result while 1 AND 1=2 does not, what does it indicate?

The application is vulnerable to Time-based SQL injection

The application is vulnerable to Boolean-based Blind SQL injection

The application is secure

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You send the payload: ' AND SLEEP(5); -- The response takes 5 seconds to load. What does this confirm?

Boolean-based Blind SQL injection

Error-based SQL injection

Time-based Blind SQL injection

Reflected XSS

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of Blind SQL injection is being tested when no error is returned, but delays occur?

Boolean-based

Time-based

In-band

Error-based

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?