Skip to content

A bad application, a vulnerable application to try SQLi for Raspberry Pi 4 ๐Ÿ˜ˆ

License

Notifications You must be signed in to change notification settings

ZeiJacks/raspi4-armv7l-r0uei

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

raspi4-armv7l-r0uei

Overview

raspi4-armv7l-r0uei is a vulnerable application for armv7l Raspberry Pi 4.

Setup

Raspberry Pi4

  1. install docker
curl -sSL https://get.docker.com | sh
  1. upgrade package libseccomp
cd ~/Downloads
wget http://ftp.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b2_armhf.deb
sudo dpkg -i libseccomp2_2.5.4-1+b2_armhf.deb 

application

Execute the following commands for launching the web application.

git clone https://github.com/ZeiJacks/raspi4-armv7l-r0uei.git
cd r0uei
make up

If you wanted clean this application (clean database etc), you run the following command.

make clean

LICENSE

the Apache License, Version2.0.

Author

yu1hpa

About

A bad application, a vulnerable application to try SQLi for Raspberry Pi 4 ๐Ÿ˜ˆ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 46.0%
  • HTML 29.9%
  • CSS 18.5%
  • Shell 3.0%
  • Dockerfile 2.2%
  • Makefile 0.4%