Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

fcolista/alpine-routersploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

alpine-routersploit

This Docker image allow to run the latest routersploit on Alpine Linux.

Pull the image with:

docker pull fcolista/alpine-routersploit

Run docker image with:

docker run -it fcolista/alpine-routersploit

##Note:

If you are running with a grsec kernel, you should disable those features:

chroot_deny_chmod
chroot_deny_mknod

On an Alpine host, you can do it by decommenting from /etc/conf.d/docker:

disable_grsec="chroot_deny_chmod chroot_deny_mknod"

and then restart docker:

rc-service docker restart

Enjoy, Francesco

About

Docker Image for Routersploit based on Alpine Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published