Skip to content

0x42424242/HackContainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

HackContainer

Docker container used to spin up quick access to linux commands. Combined with the following powershell aliases.

Located at C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1

function hackbox() {
	docker run --rm -i -t --privileged --cap-add=SYS_PTRACE --entrypoint="/bin/zsh" -w /root/ hackbox:latest
}
function hackboxhere() {  
    docker run --rm -it --privileged --cap-add=SYS_PTRACE --entrypoint="/bin/zsh" -v ${pwd}:/root/Scratch/ -w /root/ hackbox:latest
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published