Quando usi Metasploit per eseguire gli exploit hai due opzioni:
run
exploit
qual è la differenza tra questi due comandi?
Non ci sono differenze, poiché exploit
è un alias di 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
... and:
> help exploit
Usage: run [options]
Launches an auxiliary module.
...
come:
rexploit
è un alias per il comando rerun
.
Leggi altre domande sui tag exploit metasploit