Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 755 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 755 Bytes

Hacking-Lab

Coded By khaled Nassar @knassar702

Requirements :

  • python2
  • flask module
  • jinja2 Template

install requirements (Linux) :

$ apt install python2
$ pip2 install flask
$ pip2 install jinja2

Run It :

$ git clone https://github.com/knassar702/hacking-lab && cd hacking-lab
$ python2 hackme.py

Login Page :

UserName : admin
Password : p@ssword

Good Luck :)