-
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
8 additions
and
26 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 |
---|---|---|
@@ -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> |