PenTest+ concepts Flashcards

1
Q

Which tools are used for password cracking?

A
  • Hydra
  • John the Ripper
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What tool is used for SQL injection attacks?

A
  • Sqlmap
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What tool is used to automate exploit development and execution against a vulnerable target system?

A
  • Metasploit is a framework used for developing and executing exploits against remote targets.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What technique is best to maintain access to a compromised system after a reboot or if the initial exploit is closed?

A
  • Setting up a cron job is a common post-exploitation technique used to maintain persistence by ensuring a reverse shell or another method of access is re-established at regular intervals.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What techniques are useful for covering tracks or gaining further access?

A
  • Clear system logs
  • Escalate privileges
  • Use PsExec for lateral movement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly