Execute an exploit - msfconsole

Go back

✨️ Check auxiliary

As a reminder, an auxiliary is a script to test if a target is vulnerable to an exploit. If there is one, you may use it on your target:

msf6 exploit('module_used')> check

✨️ Run the exploit

You can use either run or exploit. According to the exploit and the configuration, the remote access may be a simple reverse shell, or a meterpreter.

msf6 exploit('module_used') > run
msf6 exploit('module_used') > exploit # same
ls # no meterpreter
meterpreter > ls # meterpreter