This module will extract FTP and SMB account usernames and passwords from Konica Minolta multifunction printer (MFP) devices. Tested models include C224, C280, 283, C353, C360, 363, 420, C452, C452, C452, C454e, and C554.
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use auxiliary/gather/konica_minolta_pwd_extract
msf auxiliary(konica_minolta_pwd_extract) > show actions
...actions...
msf auxiliary(konica_minolta_pwd_extract) > set ACTION < action-name >
msf auxiliary(konica_minolta_pwd_extract) > show options
...show and set options...
msf auxiliary(konica_minolta_pwd_extract) > run
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security