sqlmap icon indicating copy to clipboard operation
sqlmap copied to clipboard

Metasploit support for Windows users

Open 3n1gma30 opened this issue 8 years ago • 1 comments

I am using: Windows 10 x64 Enterprise Python 2.7 sqlmap 1.0.10.60#dev metasploit 4.12.40-dev

When using the --msf-path option to use the --os-pwn feature, I can add the path but there are no .exe's in that folder to C:\metasploit-framework\embedded\ for sqlmap to view. Everything that would be needed "msfconsole", "msfvenom"... etc. Are all ruby scripts. Is there a way to get this to run on a Windows box? It would be so awesome even if this means editing sqlmap source code to do it just point me in the right direction.

3n1gma30 avatar Nov 23 '16 06:11 3n1gma30

You do not need to edit the sqlmap. you can install ruby, and install mestasploit in an out-of-date version. configures the location in the system path.

or simply lowers the pentestbox white metasploit. that the same is already configured in the way you use

wandoelmo avatar Jan 31 '18 23:01 wandoelmo