Skip to content

Tiny snippet of code that pulls ASCII shellcode from pastebin and executes it

Notifications You must be signed in to change notification settings

andrew-morris/shellpaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

shellpaste

Summary

Tiny snippet of code that pulls ASCII shellcode from pastebin and executes it. The purpose of this is to have a minimal amount of benign code so AV doesn't freak out, then it pulls down the evil stuff. People have been doing this kind of stuff for years so I take no credit for the concept. That being said, this code (or similar code) works surprisingly often during pentests when conventional malware fails.

Usage

Upload your ASCII shellcode to pastebin, edit the path in the code, then compile with py2exe or pyinstaller.

Disclaimer

Don't use this for anything illegal, please. I take no responsibility, blah blah blah.

About

Tiny snippet of code that pulls ASCII shellcode from pastebin and executes it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages