• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/50

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

50 Cards in this Set

  • Front
  • Back
What type of cryptography does SSH use?
Public Key
What type of cryptography does SSL use?
RSA encryption
what type of encryption does PPTP use?
RC4
What protocol does DNS use for zone transfers?
TCP
What is the syntax to perform a zone transfer utilizing nslookup?
ls -d domainname.com
What is dig used for?
to test a DNS query and report back results
Using the NSlookup tool how would you specify to only retrieve name server records?
nslookup
set type=ns
Name a primary difference between the Linux traceroute command and the Windows tracert command.
Windows tracert can only use ICMP whereas traceroute can use TCP and UDP or ICMP
What is the use of the operator cache in Google searches?
cache: URL [string]
Used to search cached versions of pages.
How would you search for just word documents in a Google search?
filetype:doc
How would you search for a specific word in a directory?
"intitle:index of" keyword
How would you google search for a specific page title?
intitle: string
How do you search for a word in a url?
inurl:string
How do you search for pages which point to a page?
link:www.site.com
How would you search for similar web pages?
related:webpagename
How would you limit a search to a specific domain?
site:
Name the four steps to the scanning methodology?
1. Identify live systems.
2. Discover open ports.
3. Identify the OS.
4. Scan for vulnerabilities.
What is a type 0 ICMP message?
ICMP Echo Reply which is a response to an Echo Request
What is a type 3 ICMP message?
Destination unreachable
What is a type 4 ICMP message?
Source quench (congestion control message)
What is a Type 5 ICMP message?
redirect, exists when two or more routes exist and the best route is not configured by the default gateway
What is a Type 8 ICMP message?
Echo Request
What is a type 11 ICMP message?
Time Exceeded
If you are performing an ICMP sweep of a network and receive an ICMP Type 3 Message with an error code of 7, what would you assume about that node?
that thedestination is unreachable and unknown
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 13 what might you assume about that node?
That the destination is unreachable and that communication is being administratively prohibited potentially by a poorly configured firewall.
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 0 what might you assume about that node?
That the destination is unreachable and that the destination network is unreachable.
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 1 what might you assume about that node?
That the destination is unreachable and the host is not reachable
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 6 what might you assume about that node?
That the destination is unreachable and the network is unknown
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 7 what might you assume about that node?
That the destination is unreachable and the host is unknown
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 9 what might you assume about that node?
That the destination is unreachable and theNetwork is administratively prohibited
If you are performing an ICMP sweep of a network and recieve an ICMP Type 3 Message with an error code of 10 what might you assume about that node?
That the destination is unreachable and the host is administratively prohibited
Name four popular ping sweep tools?
Angry IP scanner, Pinger, WS_Ping, SuperScan, and Friendly Pinger
FTP data port
TCP 20
FTP control port
TCP 21
SSH
TCP 22
Telnet
TCP 23
SMTP
TCP 25
DNS lookup
UDP 53
DNS zone transfer
TCP 53
Bootstrap protocol server; DHCP server
UDP 67
Bootstrap protocol client; DHCP client
UDP 68
TFTP
UDP 69
HTTP
TCP 80
Kerberos
TCP 88
POPv2
TCP 109
POPv3
TCP 110
Sun RPC; NFS
TCP 111
Network Time Protocol (NTP)
TCP/UDP 123
End point mapper (epmap); NT RPC
TCP 135
NetBIOS name service
TCP/UDP 137