Scanning and Enumeration
Scanning
nmap -p- 10.10.10.140
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
nmap -sC -sV -p 22,80 10.10.10.140
Enumeration
Port 22
Appears to be default SSH, not much to work with until we find credentials
Port 80




Scanning Magento
php magescan.phar scan:all http://10.10.10.140

Found path with sensitive information

root:fMVWh7bDHpgZkyfqQXreTjU9
Potential Vulnerabilites

Analyzing 37977
Analyzing we learn that this is an SQL injection that creates an admin user of forme with credentials forme

Last updated
Was this helpful?