Skip to content

Version 0.3.6

Latest
Compare
Choose a tag to compare
@0x00-0x00 0x00-0x00 released this 21 Jun 11:34
· 28 commits to master since this release
b7fd58a

Yes! This is the 0.3.6! There is no 0.3.5!

Changelog:

  • New shells (Nishang ICMP & TCP, Groovy, Bat2Meterpreter)
  • Handlers now use metasploit framework
  • Enhanced compatiblity with staging options in Windows payloads
  • shell_to_meterpreter custom module that work with PowerShell shells (default from metasploit don't)

How to use handler functionality
Simply attach --handler to your command. A new xterm console will pop-up when it is time.

How to upgrade shells
If *nix shell, then just upgrade normally using the post module available in metasploit.
If Windows shell, check if it is powershell shell, if not, stick with metasploit module. If it IS a powershell shell, then, install custom shellpop module to your metasploit framework. The module is residing at extras/ folder.
Simply copy it to /root/.msf4/modules/post/shellpop and reload modules.
Dont forget to set IS_POWERSHELL to true when using it!