Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 484 Bytes

docker-powershell.md

File metadata and controls

21 lines (17 loc) · 484 Bytes

#Powershell NTLM

Docker On Kali

https://medium.com/@airman604/installing-docker-in-kali-linux-2017-1-fbaa4d1447fe

curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' > /etc/apt/sources.list.d/docker.list
apt-get update
apt-get install docker-ce

Test It

docker run hello-world

Get Powershell NTLM

docker pull quickbreach/powershell-ntlm