Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MindPatch authored Aug 13, 2020
1 parent 69deda9 commit 3045acf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ $ python2 hackme.py
UserName : admin <br>
Password : p@ssword
# Get all vulnerabilitys List For win
path traversal & XSS Stored : http://localhost/upload
SQLI : http://localhost/posts/{ID}
SSTI & XSS : http://localhost/search
CSRF : http://localhost/login/edite/42
SSRF & RCE : http://localhost/website?u=http://127.0.0.1
open redirect : http://localhost/redirect?url=http://127.0.0.1/contact
<h4> Good Luck :)</h4>

0 comments on commit 3045acf

Please sign in to comment.