msfnode icon indicating copy to clipboard operation
msfnode copied to clipboard

Help with module.execute

Open danieltoledo opened this issue 11 years ago • 0 comments

Hello everyone!

I'm trying to execute a very popular (and simple) exploit with module.execute and I don't receive the job_id, Can someone help me please?

This is what I send,

Thank you!

    var args = ['module.execute', 'exploit', 'windows/smb/ms08_067_netapi', {
        "RHOST" :"192.168.1.132"
    }];

danieltoledo avatar Mar 01 '14 00:03 danieltoledo