This module attempts to retrieve the Network Access Account(s), if configured, from the SCCM server. This requires a computer account, which can be added using the samr_account module.
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use auxiliary/admin/sccm/get_naa_credentials
msf auxiliary(get_naa_credentials) > show actions
...actions...
msf auxiliary(get_naa_credentials) > set ACTION < action-name >
msf auxiliary(get_naa_credentials) > show options
...show and set options...
msf auxiliary(get_naa_credentials) > 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