Skip to content

Commit

Permalink
Add blog URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
g0tmi1k committed Nov 9, 2015
1 parent 8cec594 commit cd367e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dvwa-bruteforce-low-http-get.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Target: DVWA v1.10 (Brute Force - Low)
# Date: 2015-10-25
# Author: g0tmi1k ~ https://blog.g0tmi1k.com/
# Source: https://blog.g0tmi1k.com/2015/10/dvwa-bruteforce-low/

import requests
import sys
Expand Down
1 change: 1 addition & 0 deletions dvwa-bruteforce-low-http-get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Target: DVWA v1.10 (Brute Force - Low)
# Date: 2015-10-25
# Author: g0tmi1k ~ https://blog.g0tmi1k.com/
# Source: https://blog.g0tmi1k.com/2015/10/dvwa-bruteforce-low/

## Variables
URL="http://192.168.1.44/DVWA"
Expand Down
1 change: 1 addition & 0 deletions dvwa-login-bruteforce-http-post-csrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Target: DVWA v1.10
# Date: 2015-10-19
# Author: g0tmi1k ~ https://blog.g0tmi1k.com/
# Source: https://blog.g0tmi1k.com/2015/10/dvwa-login/

import requests
import sys
Expand Down
1 change: 1 addition & 0 deletions dvwa-login-bruteforce-http-post-csrf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Target: DVWA v1.10
# Date: 2015-10-19
# Author: g0tmi1k ~ https://blog.g0tmi1k.com/
# Source: https://blog.g0tmi1k.com/2015/10/dvwa-login/

## Variables
URL="http://192.168.1.33/DVWA"
Expand Down

0 comments on commit cd367e3

Please sign in to comment.