NOTER Quiz

NOTER Quiz

Professional Development

5 Qs

quiz-placeholder

Similar activities

Post Trainee Quiz

Post Trainee Quiz

Professional Development

10 Qs

Practice Quiz

Practice Quiz

Professional Development

10 Qs

System Ethical Hacking

System Ethical Hacking

Professional Development

10 Qs

OWASP Top 10

OWASP Top 10

Professional Development

10 Qs

Connecting to a Database using PHP

Connecting to a Database using PHP

Professional Development

9 Qs

Cyber quiz

Cyber quiz

Professional Development

10 Qs

ITF - Quiz 14.5 - Password Security and Management

ITF - Quiz 14.5 - Password Security and Management

Professional Development

10 Qs

AZ-104_Module-1

AZ-104_Module-1

Professional Development

10 Qs

NOTER Quiz

NOTER Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Hack Ottawa

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Why is having a weak session secret detrimental to application security?

It allows the session database to be compromised easily

It can be brute forced to forge sessions

It can be brute forced to accelerate

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is NOT a use case of multithreading?

Dictionary attacks

Web servers

Mass network requests

List processing

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Where is Selenium Oxide most useful?

When web applications need to use client side JavaScript for an exploitable feature

When exploitation of an application needs to be quickly automated

When one knows the target application has good logging and monitoring

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the best way to implement an account creation flow where the first password has a known format and is relatively easily guessable?

Don't, it's bad design

Keep the first password format hidden to all but those that need it

Tell those that have authorization to change their passwords (but don't force them)

Don't use account information in the first password

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Are User Defined Functions potentially dangerous?

No, user defined functions are safe

They are a part of SQL clients, and are thus not necessarily dangerous

They are a part of SQL clients, and thus safeguards must be taken to prevent attackers from gaining access to SQL user credentials

They are an optional configuration that must be turned off for fear of exploitation