-
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
root
committed
Sep 13, 2019
1 parent
bd898dc
commit e825940
Showing
1,129 changed files
with
33 additions
and
185,946 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,33 @@ | ||
# Blog | ||
# Hacking-Lab | ||
|
||
* Flask | ||
* Jinja | ||
* Sqlite | ||
* Bootstrap | ||
<h4>Hack this site using : [xss , ssrf ,sql injection , command injection , open redirect , Server Side Template Injection (SSTI) , upload file]</h4> | ||
|
||
Coded By khaled Nassar @knassar702 | ||
|
||
# Requirements : | ||
- python2 | ||
- flask module | ||
- jinja2 Template | ||
|
||
# install requirements (Linux) : | ||
|
||
```` | ||
$ apt install python2 | ||
```` | ||
```` | ||
$ pip2 install flask | ||
```` | ||
```` | ||
$ pip2 install jinja2 | ||
```` | ||
# Run It : | ||
```` | ||
$ git clone https://github.com/knassar702/hacking-lab && cd hacking-lab | ||
```` | ||
```` | ||
$ python2 app.py | ||
````` | ||
# Get all vulnerabilitys List For win | ||
<h4> Good Luck :)</h4> |
Oops, something went wrong.