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 df4df9e commit 97e64fa
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,40 @@
# Hacking-Lab

<h4> Hack this site using : [xss,upload file,ssrf,ssti,os cmd injection,bruteforce,sql injection]
Hack this site using : xss , ssrf , command injection , open redirect , Server Side Template Injection (SSTI) , upload file

Coded By khaled Nassar @knassar702

# Coded By : Khaled Nassar @knassar702
# Requirements :
- python2
- flask module
- jinja2 Template

# For Run :
# install requirements (Linux) :

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

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

````
$ pip2 install flask
````
$ pip install flask jinja2

````
$ pip2 install jinja2
````
$ python hackme.py

# Run It :

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

# Found all vulnerability list For Win :)
````
$ chmod +x install.sh && ./install.sh && python2 app.py
`````
<h4> Good Luck </h4>
# Note : This BETA Version

0 comments on commit 97e64fa

Please sign in to comment.