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

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

Coded By khaled Nassar @knassar702

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

# install requirements (Linux) :
# For Run :

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

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

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

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

# Run It :

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

````
$ chmod +x install.sh && ./install.sh && python2 app.py
`````
# Found all vulnerability list For Win :)

# Note : This BETA Version
<h4> Good Luck </h4>

0 comments on commit 7df436e

Please sign in to comment.