Skip to content

starblast/centos-pupy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CentOS Pupy

Single layer Dockerfile for n1nj4sec's Pupy RAT running under CentOS

REF: https://github.com/n1nj4sec/pupy

Usage:

docker run -i -t -p $HOSTIP:$HOSTPORT:$CONTAINERPORT {docker image ID}

# Or, to use a local path to pass data out of your container:
docker run -i -t -v /path/to/host/folder:/tmp/loot -p $HOSTIP:$HOSTPORT:$CONTAINERPORT {docker image ID}

# To detach from your container once it's running:
ctl + p + ctl + q

# To reattach:
docker attach {container ID or name}

# To expose multiple ports on your container, add multiple instances of the "-p" argument:
... -p $HOSTIP:$HOSTPORT:$CONTAINERPORT -p $HOSTIP:$HOSTPORT:$CONTAINERPORT ...

# Run the various pupy commands prefaced with xvfb-run, like so:
xvfb-run python pupy/pupysh.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published