CH 7 - System Hacking Flashcards
What are the three times that are typically stored as part of file metadata?
A. Moves, adds, changes
B. Modified, accessed, deleted
C. Moved, accessed, changed
D. Modified, accessed, created
D.
Modified, accessed, created
What is it called when you obtain administrative privileges from a normal user account?
A. Privilege escalation
B. Account migration
C. Privilege migration
D. Account escalation
A.
Privilege escalation
What does John the Ripper’s single crack mode, the default mode, do?
A. Checks every possible password
B. Uses known information and mangling rules
C. Uses a built‐in wordlist
D. Uses wordlist and mangling rules
B.
Uses known information and mangling rules
What is the trade‐off for using rainbow tables?
A. Disk space prioritized over speed
B. Accuracy prioritized over disk space
C. Speed prioritized over accuracy
D. Speed prioritized over disk space
D.
Speed prioritized over disk space
Which of these is a reason to use an exploit against a local vulnerability?
A. Pivoting
B. Log manipulation
C. Privilege escalation
D. Password collection
C.
Privilege escalation
What is it called when you manipulate the time stamps on files?
A. Time stamping
B. Timestomping
C. Meta stomping
D. Meta manipulation
B.
Timestomping
What would an attacker use an alternate data stream on a Windows system for?
A. Hiding files
B. Running programs
C. Storing PowerShell scripts
D. Blocking files
A.
Hiding files
Which of these techniques might be used directly to maintain access to a system?
A. Run key in the Windows Registry
B. Alternate data stream
C. .vimrc file on Linux
D. PowerShell
A.
Run key in the Windows Registry
If you were looking for reliable exploits you could use against known vulnerabilities, what would you use?
A. Tor network
B. Meterpreter
C. msfvenom
D. Exploit‐DB
D.
Exploit‐DB
What might an attacker be trying to do by using the clearev command in Meterpreter?
A. Run an exploit
B. Manipulate time stamps
C. Manipulate log files
D. Remote login
C.
Manipulate log files
You find after you get access to a system that you are the user www‐data. What might you try to do shortly after getting access to the system?
A. Pivot to another network
B. Elevate privileges
C. Wipe logs
D. Exploit the web browser
B.
Elevate privileges
You’ve installed multiple files and processes on the compromised system. What should you also look at installing?
A. Registry keys
B. Alternate data streams
C. Rootkit
D. Root login
C.
Rootkit
What does pivoting on a compromised system get you?
A. Database access
B. A route to extra networks
C. Higher level of privileges
D. Persistent access
B.
A route to extra networks
What would you use the program rtgen for?
A. Generating wordlists
B. Generating rainbow tables
C. Generating firewall rules
D. Persistent access
B.
Generating rainbow tables
Which of these would be a way to exploit a client‐side vulnerability?
A. Sending malformed packets to a web server
B. Sending large ICMP packets
C. Sending a crafted URL
D. Brute-force password attack
C.
Sending a crafted URL