EvilZone

Hacking and Security => Beginner's Corner => Topic started by: BlueCharles on December 16, 2015, 04:19:28 PM

Title: Failed to set payload windows/adduser in metasploit,need help
Post by: BlueCharles on December 16, 2015, 04:19:28 PM
I use exploit:ms08_067_netapi,but when i type:set payload windows/adduser,it shows the value specified for payload is not valid.

So i type:show payloads,and i can't find the payload:windows/adduser,but when i try to search this payload at first,it shows metasploit has this payload.

Why i can't set this payload?I have read other's article and i know this payload can be used with that exploit.
Title: Re: Failed to set payload windows/adduser in metasploit,need help
Post by: P!X3LTR0N on December 16, 2015, 05:52:14 PM
Your command is incorrect if it is the way you are showing us
"set payload windows/adduser"

It should be :
Quote
use payload/windows/adduser

You don't set payloads, you use them. Try and let me know.
Title: Re: Failed to set payload windows/adduser in metasploit,need help
Post by: 0pt1musPr1m3 on December 17, 2015, 12:17:38 AM
Your command is incorrect if it is the way you are showing us
"set payload windows/adduser"

It should be :
You don't set payloads, you use them. Try and let me know.


Sorry, but your wrong. You set payloads. If you try to "use" them it looks for modules to load. WHat he was doing should work as its the correct way.

(http://i.imgur.com/rEtq5Pt.png)
Title: Re: Failed to set payload windows/adduser in metasploit,need help
Post by: BlueCharles on December 17, 2015, 07:05:37 AM
That's where i can't understand.