Skip to content

VissaMoutafis/Web-Pentesting-eClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open eClass 2.3

Disclaimer

This repository contained a vulnerable version of eclass (check very first commit for initial version, if you want to experiment on your self). It can be only used as assignment material Computer Security, don't use it for any other purposes.

Docker usage

# create and start (the first run takes time to build the image)
docker-compose up -d

# stop/restart
docker-compose stop
docker-compose start

# stop and remove
docker-compose down -v

Hit http://localhost:8001/ in your browser. If this is your first visit you must run the site installer in the browser.

eclass Settings

  • Database
    • Host : db
    • User : root
    • Password : 1234
  • System Settings
    • Open eClass URL : http://localhost:8001/ (mind the /)
    • Admin's username : drunkadmin

2020 Project 1

Assignment readings: https://ys13.chatzi.org/assets/projects/project1.pdf

Μέλη ομάδας

About

XSS, CSRF, SQLi, RFI attacks/defences in eClass site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published