Files
metasploit-gs/Project-Ideas.md
T
2017-01-30 13:25:36 -06:00

1.3 KiB

Project Ideas in no particular order.

Convert between cmd/unix/* and the various interpreted language architectures

Perl, Python, and Ruby scripts can all be run via a short command line invocation. It would be nice to be able to use these payloads in ARCH_CMD contexts as well as their own separate architectures (ARCH_PYTHON, ARCH_RUBY).

Use SChannel in native Windows Meterpreter instead of embedded OpenSSL @OJ

SChannel is Windows' built-in TLS library.

Automated exploit reliability scoring @busterb

Automatically run a module over and over, determine success rates.

Exploit regression testing.

A categorical focus, like "make all X exploits badass", or add a full suite of modules around particular gear or vendor stack. @hdm

Modifications to Meterpreter that allow for scripts to run asynchronously. @OJ

Make it possible for post modules to take a payload, move the exploit/*/local modules that aren't actually exploits back to post/ @egypt

SMB2 support @egypt

(see also https://github.com/rapid7/ruby_smb)