Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MindPatch authored Sep 13, 2019
1 parent 36a2573 commit 19cde68
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Hacking-Lab

Hack this site using : xss , ssrf , command injection , open redirect , Server Side Template Injection (SSTI) , upload file

Coded By khaled Nassar @knassar702

# Requirements :
- python2
- flask module
- jinja2 Template

# install requirements (Linux) :

````
$ apt install python2
````

````
$ apt install python2-pip
````

````
$ pip2 install flask
````

````
$ pip2 install jinja2
````

# Run It :

````
$ git clone https://github.com/knassar702/hacking-lab && cd hacking-lab
````

````
$ chmod +x install.sh && ./install.sh && python2 app.py
`````
# Note : This BETA Version

0 comments on commit 19cde68

Please sign in to comment.