Time limit: 0
Quiz Summary
0 of 15 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Quiz complete. Results are being recorded.
Results
0 of 15 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
-
Unfortunately, you didn’t pass the quiz, but hey, you have unlimited access.😎
Practice makes you perfect! 👊 -
Congratulations! 🥳
You have passed the quiz successfully! You are one step closer to pass the real exam!
We hope to see you again on another certification path.✌️
Good luck with the exam! Stay strong.👊
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 15
1. Question
You are in charge of documenting all the running services on your system with IP 1.2.3.4 by doing a TCP connect scan. You decide to use Nmap to complete the task. Which of the following commands should you type to identify the services running on your system?
CorrectIncorrect -
Question 2 of 15
2. Question
You have been hired to perform a penetration test for the Acme Corporation. The first task is to identify any system that has File Transfer Protocol services running. What command would you use to complete the task?
CorrectIncorrect -
Question 3 of 15
3. Question
You have been hired to perform a penetration test for the Acme Corporation. As part of the process, you are using Nmap to discover systems on the network. After discovering the systems and the services on the network, you would like to identify the OS that is being used by the system with a network IP address of 192.168.1.2. Which of the following command should you use?
CorrectIncorrect -
Question 4 of 15
4. Question
Which of the following commands provide the most reliable and accurate port scan results on the network with an IP address of 55.56.57.0/24?
CorrectIncorrect -
Question 5 of 15
5. Question
Which of the following statements describe the difference between Passive reconnaissance and Active reconnaissance?
CorrectIncorrect -
Question 6 of 15
6. Question
Given the following tools, which one would you use in order to perform a vulnerability scan of a system on the network?
CorrectIncorrect -
Question 7 of 15
7. Question
You have been hired to perform a penetration test against the web servers of the Acme Corporation. Which of the following tools should you use to determine if the web servers are vulnerable?
CorrectIncorrect -
Question 8 of 15
8. Question
Which of the following tools would you use to test web applications against SQL injection attacks?
CorrectIncorrect -
Question 9 of 15
9. Question
You are performing a penetration test for the Acme Corporation and the wireless network is in the scope of the network assessment. What tool would you use to determine if the Wi-Fi network can be easily cracked?
CorrectIncorrect -
Question 10 of 15
10. Question
As a penetration tester, you want to be sure to assess the applications running on mobile devices. Which of the following tools would you use to assess the security on mobile devices?
CorrectIncorrect -
Question 11 of 15
11. Question
Which of the following commands would you use to set up a bind shell on a Linux system whose IP address is 1.2.3.4?
CorrectIncorrect -
Question 12 of 15
12. Question
Which of the following statements are true regarding the reverse shell and bind shell? (Choose all that apply.)
CorrectIncorrect -
Question 13 of 15
13. Question
What statement in Ruby would you use to store the command “nmap -sT 1.2.3.0/24” in the variable called cmd and print the variable on the screen?
CorrectIncorrect -
Question 14 of 15
14. Question
The following code snippet is written in?
import math x = 4 n = 3 power = x ** n print("%d to the power %d is %d" % (x,n,power)) power = pow(x,n) print("%d to the power %d is %d" % (x,n,power))
CorrectIncorrect -
Question 15 of 15
15. Question
You want to store multiple pieces of information in an array and print the first element of the array in a Bash shell script. Which of the following snippet codes would you type?
CorrectIncorrect