clean up
This commit is contained in:
parent
fe3d236bb0
commit
c54c144cac
@ -2,12 +2,12 @@ On error resume next
|
||||
|
||||
'audit des connexions active directory
|
||||
'on émet un POST HTTP, sans passer par le proxy, sur le serveur de log des connexions
|
||||
Dim o, n, data, secopt
|
||||
Dim o, n, data
|
||||
Set o = CreateObject("WinHttp.WinHttpRequest.5.1")
|
||||
Set n = CreateObject("wscript.network")
|
||||
o.setproxy 1
|
||||
o.Option(4) = 13056 'pour forcer à ignorer toutes les erreurs de certificats
|
||||
o.open "POST", "https://winlog.iut.local/", False
|
||||
o.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
|
||||
data = "code=HK9!-uu&action=C&username="+LCase(n.Username)+"&computer="+n.ComputerName
|
||||
data = "code=HK9!-uu&action=C&username=" & LCase(n.Username) & "&computer=" & n.ComputerName
|
||||
o.send data
|
||||
|
Loading…
x
Reference in New Issue
Block a user