Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knassar702/hacking-lab

Small Vulnerable Web App
https://github.com/knassar702/hacking-lab

bugbounty cmdinjection flask hackable hacking-lab openredirect python sqlinjection ssrf ssti uploadfile xss

Last synced: about 1 month ago
JSON representation

Small Vulnerable Web App

Awesome Lists containing this project

README

        

# Hacking-Lab

* path traversal & XSS Stored : http://localhost/upload
* SQLI : http://localhost/posts/{ID}
* SSTI & XSS : http://localhost/search
* CSRF : http://localhost/login/edite/42
* SSRF & RCE : http://localhost/website?u=http://127.0.0.1
* open redirect : http://localhost/redirect?url=http://127.0.0.1/contact

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 :)