1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-08 14:36:22 +01:00
metasploit-payloads/c/meterpreter
2013-04-01 13:13:47 -05:00
..
data/meterpreter Fix Makefile and add missing so2h.pl 2012-11-19 17:56:44 -06:00
output Make VisualStudio happy with an output dir 2013-03-20 14:10:22 -05:00
source Add missing hook.dll 2013-03-20 14:19:21 -05:00
tools Fix Makefile and add missing so2h.pl 2012-11-19 17:56:44 -06:00
workspace Fix CRLF to help smooth conflicts with master 2013-04-01 13:13:47 -05:00
.gitignore Add tags to .gitignore 2013-03-06 18:11:11 -06:00
.travis.yml Tell travis we need gcc-multilib 2013-03-20 10:33:59 -05:00
Makefile More Makefile clean up 2013-03-19 17:10:13 -05:00
README.md Explain building on POSIX 2013-03-19 10:30:41 -05:00

meterpreter >

This is an experimental repository for Meterpreter source code as a separate entity from the Metasploit Framework. See the meterpreter-submodule branch at: rapid7/metasploit-framework@43f7d88ca7

Building - POSIX

You will need:

  • A compiler toolchain (build-essential package on Ubuntu)
  • gcc-multilib, if you're building on a 64-bit machine
  • jam
  • wget
  • patience and luck

Meterpreter requires libpcap-1.1.1 and OpenSSL 0.9.8o sources, which it will download automatically during the build process. If for some reason, you cannot access the internet during build, you will need to:

Note that the 'depclean' and 'really-clean' make targets will delete these files.

Building - Windows

You will need:

  • Visual Studio 2010
  • luck and patience