mrd0x / EvilSelenium

EvilSelenium is a tool that weaponizes Selenium to attack Chromium based browsers.
588 stars 88 forks source link

in windows 7 use error #3

Closed abandon0326 closed 2 years ago

abandon0326 commented 2 years ago
C:\Users\Public\Music>evilselenium.exe /install
[+] Chrome version 98 detected.
[+] Downloading chromedriver...
[+] Unzipping chromdriver.zip...
[+] Unzipping done.
[+] Cleaning up...
[+] Cleaning done.

[+] Installing Selenium WebDriver...

Unhandled Exception: System.Net.WebException: The underlying connection was clos
ed: An unexpected error occurred on a send. ---> System.IO.IOException: Authenti
cation failed because the remote party has closed the transport stream.
   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes
, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocol
Request asyncRequest)
   at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToke
n message, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, A
syncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byt
e[] buffer, AsyncProtocolRequest asyncRequest)
   at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyRes
ult)
   at System.Net.TlsStream.CallProcessAuthentication(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCo
ntext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
   at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
   at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.ConnectStream.WriteHeaders(Boolean async)
   --- End of inner exception stack trace ---
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at System.Net.WebClient.DownloadFile(String address, String fileName)
   at EvilSelenium.Commands.InstallDependencies.InstallSeleniumDriver()
   at EvilSelenium.Program.Main(String[] args)

.net 4.5.2