Description: Metasploit 16 character service names
SQL:
SELECT * FROM services
WHERE LENGTH(display_name) = 16 AND path LIKE '%powershell%';
Operating Systems: Windows Only
Reference:
#dfir #metasploit #meterpreter #threat_huntingCheck if a Metasplot service has been installed on your computer
Description: Metasploit 16 character service names
SQL:
SELECT * FROM services
WHERE LENGTH(display_name) = 16 AND path LIKE '%powershell%';
Operating Systems: Windows Only
Reference:
#dfir #metasploit #meterpreter #threat_hunting