PenTest+ concepts Flashcards
1
Q
Which tools are used for password cracking?
A
- Hydra
- John the Ripper
2
Q
What tool is used for SQL injection attacks?
A
- Sqlmap
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.
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.
5
Q
What techniques are useful for covering tracks or gaining further access?
A
- Clear system logs
- Escalate privileges
- Use PsExec for lateral movement