-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |