Module 7 - Exploitation Flashcards
Undesired Effects of Exploitation
crash a service or server
cause a server to hang
Web Servers (Common Ones)
Microsoft Internet Information Services
Apache
Tomcat
Web Server Misconfigurations
directory browsing
read/write/execute permissions
enabled parent paths
- not necessarily identified as vulnerabilities
SQL Injection
Web application doesn’t check input
‘1=1
allows processing of command
most popular and effective to attack websites
Cross Site Scripting (XSS)
injecting scripts into web applications
forces redirection
Content Management Servers
Joomla
Symantec’s Top 5 Web App Vulnerabilities
- Remote Code execution
- SQL Injection
- Format string vulnerabilities
- Cross Site Scripting (XSS)
- Username enumeration
Physical Security
Conference Rooms - open network drops
Unlocked LAN closets
Unlocked server rooms
Unattended - unlocked - desktop computers
User Accounts
Download from SAM or AD
Create user accounts
Change group memberships
User Accounts -> File Access
Cain and Abel
John the Ripper
SAMinside
Elcomsoft
Metasploit
~300 exploits
2003 Perl -> Ruby
Rapid7
Metasploit Express
Metasploit Pro
Metasploit Framework Commands
USE SHOW PAYLOADS SET PAYLOAD SHOW OPTIONS SET RHOST SET LHOST EXPLOIT HELP
BIND Connection
Establishes direct connection from Tester to the Target
Bind does not work if going through external firewall due to NATing. (works if already on the network)
Reverse Shell
When not already inside the network
Machine calls back to IP that is identified
there is evidence on target computer: TCP 4444
Meterpreter
interface for executing commands in Metasploit