Skip to content

A metasploit dedicated to the REDTeam's coordinated operations

Notifications You must be signed in to change notification settings

R4be1/MetasploitCollaboration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

MetasploitCollaboration

Server Start:

curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
  chmod 755 msfinstall && \
  ./msfinstall

git clone https://github.com/R4be1/MetasploitCollaboration.git
cd MetasploitCollaboration/
msfconsole -r server.rc

or msfconsole execute:

load msgrpc ServerHost=0.0.0.0 ServerPort=55552 User=R4be1 Pass=47

图片

Client:

python3 -m pip install pymetasploit3
python3 client.py 127.0.0.1

图片

cls or clear          :
listeners or handlers :
sessions              : list session.
exit                  : exit
msfconsole            : msfconsole
session [number] or session[number] :

!

Note that there may be no echo during interaction
because the call is RPC
so it may be that the data echo is not timely
in general, press enter more and it will be echoed
and in special cases, press it a few more times
ha ha ha ha ha~

About

A metasploit dedicated to the REDTeam's coordinated operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages