Al usar Metasploit para ejecutar exploits, tiene dos opciones:
run
exploit
¿Cuál es la diferencia entre estos dos comandos?
No hay diferencias, ya que exploit
es un alias de run
:
Auxiliary Commands
==================
Command Description
------- -----------
check Check to see if a target is vulnerable
exploit This is an alias for the run command
pry Open a Pry session on the current module
rcheck Reloads the module and checks if the target is vulnerable
recheck This is an alias for the rcheck command
reload Reloads the auxiliary module
rerun Reloads and launches the auxiliary module
rexploit This is an alias for the rerun command
run Launches the auxiliary module
... y:
> help exploit
Usage: run [options]
Launches an auxiliary module.
...
gusta:
rexploit
es un alias para el comando rerun
.
Lea otras preguntas en las etiquetas exploit metasploit