Skip to content

jod_id: null after launch "module.execute" #3

@mr2tone

Description

@mr2tone

My code:

msfrpcClient.exec(['module.execute', 'exploit', 'windows/dcerpc/ms03_026_dcom', 
{  "RHOST" : "192.168.1.9"}
]).then( (res) => { 
      console.log(res)
}).catch( (err) => {
      console.log(err) 
})

Expect:

{ job_id: 1, uuid: 'ls9mwnfa' }

Actual:

{ job_id: null, uuid: 'ls9mwnfa' }

Target : Windows 2000
i tried with msfconsole and it's work ! when i use msfrpc-client coding with node.js it's not working
after i launch exploit i can't get a session to use meterpreter
Please explain what's going on about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions