You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.4: Add OSX support, bind shell fix, add DLL format
+ Improved OSX support (Thanks @yugoslavskiy)
+ Fix bind shell issue (Thanks @NullMode)
+ Added .dll support (Thanks @NullMode)
+ Removed some colour from the help page
+ Tweaked the output formatting a little
v1.3 WAN + Bind/Reverse + tcp/http/https/find_port
+ Add direction: Bind / Reverse
+ Add method: tcp / http / https/ find_port (& allports)
+ Add verbose to help screen (with URLs)
+ Detect & use external/WAN IP address
+ Display any errors from Metasploit/msfvenom when creating
+ File stats (md5/sha1/size) when using verbose
+ Output names include port & direction
+ Rather than limiting what payloads can be create - always create
+ This way when Metasploit is updated, the script isn't dated.
+ Redirect rather than using `-o` (for legacy metasploit versions - Fix for g0tmi1k#1)