Skip to content

tssoffsec/docker-dvwsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-dvws

Docker image for DVWS (Damn Vulnerable Web Sockets)

Using

  • Pull image docker pull tssoffsec/dvws
  • Start with: docker run -d -p 80:80 -p 8080:8080 tssoffsec/dvws

In the "hosts" file of your attacker machine create an entry for dvws.local to point at the IP address hosting the DVWS application. Location of the "hosts" file:

Windows: C:\windows\System32\driverstc\hosts

Linux: /etc/hosts

Sample entry for hosts file:

192.168.100.199 dvws.local

About

Docker image for DVWS (Damn Vulnerable Web Sockets)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages