Giter VIP home page Giter VIP logo

dvva's Introduction

DVVA

车联网版DVWA

Damn Vulnerable Vehicle Application (DVVA) is some vehicle application that is damn vulnerable which recompose from real pentest case.

The aim of DVVA is to practice some of the most common vehicle vulnerabilities.

Exercise

Simulate real vulnerabilities

Status Exercise Target Linked
bosch headunit root Head Unit Rooting Bosch lcn2kai Headunit
SiriusXM IDOR TSP SiriusXM IDOR exposed other vehicle token
🔐 Ebbe Charging Pile Multiple Vulnerabilities in Bender/Ebee Charge Controller
🔐 GARO Charging Pile Multiple Vulnerabilities in GARO Wallbox

inpired by DVWA

dvva's People

Contributors

delikely avatar w1ld3r avatar

Stargazers

春秋代序 avatar  avatar wuyoukm avatar DMIND avatar  avatar  avatar  avatar  avatar Katya avatar 查壹壹 avatar LSA avatar Ryze T avatar  avatar Qin Guoxiang avatar  avatar  avatar Ryota Sakai avatar 潘一二三 avatar  avatar Yalong Zou avatar  avatar Alvarez avatar xyz avatar 棉花 avatar Kapler avatar Xboy avatar  avatar  avatar  avatar  avatar Xcare avatar  avatar NoobieDog avatar 祀画 avatar HackSmith avatar Cr0wTom avatar Kaleb Alves avatar  chiba  avatar Maulvi Alfansuri avatar  avatar  avatar  avatar genuine_ avatar Berat Gökberk İşler avatar Chris Nyeche avatar Dominik Antal avatar Larry Pesce avatar G-r00t avatar kaiyu xie avatar moxiaoxi avatar Simon Leung avatar Benson Liu avatar Aan avatar  avatar Masanori Ogino avatar Gutem avatar Bryan Hoffower avatar Fran García avatar  avatar Tom Tom avatar wrongbaud avatar  avatar  avatar Never Mind avatar Vladimir Vishnevskii avatar  avatar  avatar evi1f4iry avatar

Watchers

James Cloos avatar  avatar  avatar

dvva's Issues

Unable to build container

During the build of the container based on the Dockerfile in ./Automotive/bosch headunit root, updating the list of packets using apt return errors because some resources are not available:

$ sudo docker build -t delikely/bosch_headunit_root:automount --no-cache .
Sending build context to Docker daemon  14.34kB
Step 1/4 : FROM ubuntu:12.04
 ---> 5b117edd0b76
Step 2/4 : WORKDIR /etc/
 ---> Running in 6263d63f63f4
Removing intermediate container 6263d63f63f4
 ---> eea74a244169
Step 3/4 : RUN apt-get -y update     && apt-get -y install wget     && wget --no-check-certificate  https://raw.githubusercontent.com/delikely/VulnerableFiles/main/Automotive/bosch%20headunit%20root/udev.tar.gz     && tar xzvf udev.tar.gz -C ./udev/
 ---> Running in 3e4dede75592
Ign http://archive.ubuntu.com precise Release.gpg
Ign http://archive.ubuntu.com precise-updates Release.gpg
Ign http://archive.ubuntu.com precise-security Release.gpg
Ign http://archive.ubuntu.com precise Release
Ign http://archive.ubuntu.com precise-updates Release
Ign http://archive.ubuntu.com precise-security Release
Err http://archive.ubuntu.com precise/main Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/restricted Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/universe Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/main amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/restricted amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/universe amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/main i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/restricted i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise/universe i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/main Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/restricted Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/universe Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/main amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/restricted amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/universe amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/main i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/restricted i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-updates/universe i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/main Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/restricted Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/universe Sources
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/main amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/restricted amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/universe amd64 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/main i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/restricted i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
Err http://archive.ubuntu.com precise-security/universe i386 Packages
  404  Not Found [IP: 91.189.91.39 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages  404  Not Found [IP: 91.189.91.39 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get -y update     && apt-get -y install wget     && wget --no-check-certificate  https://raw.githubusercontent.com/delikely/VulnerableFiles/main/Automotive/bosch%20headunit%20root/udev.tar.gz     && tar xzvf udev.tar.gz -C ./udev/' returned a non-zero code: 100

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.