Diferencia entre Ejecutar y Explotar

0

Al usar Metasploit para ejecutar exploits, tiene dos opciones:

run
exploit

¿Cuál es la diferencia entre estos dos comandos?

    
pregunta R1- 05.08.2018 - 12:40
fuente

1 respuesta

10

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 .

    
respondido por el F. Hauri 05.08.2018 - 14:30
fuente

Lea otras preguntas en las etiquetas