Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating file in MSF 4.10 #1

Closed
crazybrker opened this issue Jul 8, 2015 · 2 comments
Closed

Error creating file in MSF 4.10 #1

crazybrker opened this issue Jul 8, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@crazybrker
Copy link

The generated cmd for msfvenom in lines 360-558 use "-o outputfile" which is not supported with msf 4.10. A quick change to "> outputfile" will fix the issue.

Cheers. I put 1 beer on your tab...

@g0tmi1k g0tmi1k self-assigned this Jul 8, 2015
@g0tmi1k g0tmi1k added this to the v1.3 milestone Jul 8, 2015
@g0tmi1k g0tmi1k added the bug label Jul 8, 2015
@g0tmi1k
Copy link
Owner

g0tmi1k commented Jul 8, 2015

Good point! Thanks for the heads up.
Will have this fixed in v1.3 =).
^ Will try to get it released soon (week ish).

g0tmi1k added a commit that referenced this issue Jul 20, 2015
…ind / 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` (legacy metasploit - Fix for #1)
g0tmi1k added a commit that referenced this issue Jul 20, 2015
+ 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 #1)
@g0tmi1k
Copy link
Owner

g0tmi1k commented Jul 20, 2015

All fixed up in v1.3 =).

Commit: 007db27
Release: https://github.com/g0tmi1k/mpc/releases/tag/v1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants