← All projects

protostar-docker

by @th3happybit

14

protostar docker version

About this project

Protostar-docker this is a docker version for protostar image: Protostar About Protostar introduces the following in a friendly way: Network programming Byte order Handling sockets Stack overflows Format strings Heap overflows The above is introduced in a simple way, starting with simple memory corruption and modification, function redirection, and finally executing custom shellcode. In order to make this as easy as possible to introduce Address Space Layout Randomisation and Non-Executable memory has been disabled. Getting started requirements: docker installed: https://docs.docker.com/engine/install/ How to use it: if you have no experience with docker, use the protostar.sh script to manage the building, running ect. sudo chmod u+x protostar.sh show help: ./protostar.sh build the image (you just need to build it at first): ./protostart.sh build run the protostar container: ./protostar.sh run as a result of the previous command now you can connect to the container using ssh ex: SSH server:port: 0.0.0.0:32796 connect using ssh as root: ssh root@0.0.0.0 -p 32796 with password protostar or user: ssh proto@0.0.0.0 -p 32796 with password proto

From the project README on GitHub

Stars
14
Forks
4
Last push
23 Dec 2020

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/protostar-docker.svg)](https://www.madeinalgeria.dev/projects/protostar-docker)

Related projects