Differenza tra Run e Exploit

0

Quando usi Metasploit per eseguire gli exploit hai due opzioni:

run
exploit

qual è la differenza tra questi due comandi?

    
posta R1- 05.08.2018 - 12:40
fonte

1 risposta

10

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 .

    
risposta data 05.08.2018 - 14:30
fonte

Leggi altre domande sui tag