Daily Multiple Choice Test

What characters may be used to trigger an SQL error
1
What service operates on TCP port 25
SMTP
SNMP
SVG
VNC
SMTP
which scan will take the longest
nmap -sT -A 192.168.1.0/24
nmap -sT -vv 192.168.1.0/24
nmap -sT -F 192.168.1.0/24
nmap -sS 192.168.1.0/24
nmap -sT -A 192.168.1.0/24
If a bi-directional trust relationship has been created between domain A and domain B which of the following is correct
If the domain admin in domain A is compromised, then the domain admin in domain B is also compromised
If a local admin in domain A is compromised, then the domain admin in domain A is also compromised
If a local admin in domain A is compromised, then the domain admin in domain B is also compromised
If the domain admin in domain A is compromised, then the domain admin in domain B is not compromised
If the domain admin in domain A is compromised, then the domain admin in domain B is also compromised
Which file is used to list users that are not permitted to use the FTP server
/etc/ftpd/ftpusers
/etc/ftpusers
/var/ftpd/ftpusers
/opt/ftpblock
/etc/ftpd/ftpusers
a bitwise prefix-b ased standard interpretation IP addresses is known as
CIDR
IPv4
A.B.C.D/N
VLAN
CIDR
to scan the most common 20 ports what command would be used
nmap -sT --top-ports 20 192.168.1.1
nmap -sS --ports 20 192.168.1.1
nmap -sS -top-ports 20 192.168.1.1
nmap -sT -F 192.168.1.1
nmap -sT --top-ports 20 192.168.1.1
what does the command nc -lv 80 do
instructs netcat to listen on port 80
instructs netcat to send 80 packets to computer with hostname lv
instructs netcat to scan port 80 on the computer with hostname lv
instructs netcat to connect to computer with hostname l on port 80 in verbose mode
instructs netcat to listen on port 80
Which attack method creates a misleading context in order to trick a user into making an inappropriate security-related decision
social engineering
spoofing attack
Man in the middle attack
smurf attack
social engineering
which SQL statement checks for the version of a MySQL database
Union select @@,version
select union @@version
Union select @@,version
Your Score
Score Label
Score Summary