Giter Site home page Giter Site logo

enkomio / taipan Goto Github PK

View Code? Open in Web Editor NEW
454.0 25.0 103.0 246.76 MB

Web application vulnerability scanner

Home Page: https://taipansec.com

License: Other

security-tools security-scanner security-automation web-security application-security security security-audit security-testing hacking-tool taipan

taipan's Introduction

Taipan is now a sponsored project.

The Community sponsor will receive access to the laset version of Taipan Community Edition. The free version is release after three months from the release date.

Latest Community Version Download

Date Version
2021-01-28 2.9.498.18

-=[ The content below might be Outdated ]=-

Taipan - Web Application Vulnerability Scanner

Taipan is an automated web application vulnerability scanner that allows to identify web vulnerabilities in an automatic fashion.

Pro Edition

The Pro edition is a broader project which includes other components, like a web dashboard where you can manage your scans, download a PDF report and a scanner agent to run on specific host. Below are some screenshots of the Taipan Pro Edition dashboard:

If you are interested in trying the full product, you can visit the dedicated web site: https://taipansec.com.

Consultant Edition

We have also created a more affordable version, the Consultant Edition. You can read more at the Taipan web site.

Below you can watch a demonstration video of the Consultant Edition:

Taipan Consultant

Community Edition

We believe that security is a necessity for everyone and it is for this reason that we have decided to release a Community version of the core of our scanner.

The Community version carries the exact same code as the commercial version but without the advanced features. You can use the Community to scan your personal website or for any not commercial purpose.

Below an example of execution:

Using Taipan

Taipan can run on both Windows (natively) and Linux (with mono). To run it in Linux you have to install mono in version >= 4.8.0. For more information on how to use Taipan please refer to the official documentation.

For Windows it is necessary to pre-install .NET 5.0 Runtime.

Authors

  • Antonio Parata - Core Developer - s4tan
  • Andrea Gulino - Front End Developer - andreagulino

License

Taipan is licensed under the Creative Commons.

taipan's People

Contributors

aalapsec avatar drego85 avatar enkomio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

taipan's Issues

output

Hello! can you please make html output or text output?

System.ApplicationException error

System.ApplicationException: Unable to found the log method with attribute id: 7
в ES.Fslog.LogSourceAnalyzer.retrieveLogSourceInfo(Guid logSourceId, Int32 id, Object[] args)
в ES.Fslog.LogSource.WriteLog(Int32 logId, Object[] args)
в <StartupCode$ES-Taipan-Application>.$[email protected](IService srv)
в Microsoft.FSharp.Control.CommonExtensions.SubscribeToObservable@2102.System-IObserver1-OnNext(T value) в <StartupCode$FSharp-Core>[email protected](Object sender, T args) в Microsoft.FSharp.Control.FSharpEvent1.Trigger(T arg)
в <StartupCode$ES-Taipan-Inspector>.$[email protected](Unit unitVar)
в [email protected](AsyncParams1 args) --- Конец трассировка стека из предыдущего расположения, где возникло исключение --- в Microsoft.FSharp.Control.CancellationTokenOps.Start@1268-1.Invoke(ExceptionDispatchInfo edi) в <StartupCode$FSharp-Core>.$Control.loop@430-54(Trampoline this, FSharpFunc2 action)
в Microsoft.FSharp.Control.Trampoline.ExecuteAction(FSharpFunc2 firstAction) в Microsoft.FSharp.Control.TrampolineHolder.Protect(FSharpFunc2 firstAction)
в <StartupCode$FSharp-Core>.$[email protected](Object state)
в System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
в System.Threading.ThreadPoolWorkQueue.Dispatch()
в System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Taipan 2.1.487.19 Update Error

PS C:\tools\Taipan\TaipanPro> .\TaipanUpdater.exe

Unhandled Exception: System.TypeInitializationException: The type initializer for 'ES.Taipan.Program' threw an exception. ---> System.TypeInitializationException: The type initializer for '<StartupCode$TaipanUpdater>.$Program' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=4.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
   --- End of inner exception stack trace ---
   at ES.Fslog.Compose.build(LogSourceBuilder logBuilder)
   at <StartupCode$TaipanUpdater>.$Program..cctor()
   --- End of inner exception stack trace ---
   at ES.Taipan.Program..cctor()
   --- End of inner exception stack trace ---
   at ES.Taipan.Program.main(String[] argv)

Unhandled execption is thrown if the network is unstable

During a full scan using torsocks I found that if the network is unstable taipan will throw an exception

Env:

Linux 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64 GNU/Linux
Mono version: 5.10.1

Switching to a more stable chain solve the issue

Logs

Unhandled Exception:
System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.TcpClient..ctor (System.String hostname, System.Int32 port) [0x0006d] in <fa8c19328d384e65a9fc7a71ddf52dd1>:0 
  at TestSSLServerLib.FullTest.OpenConnection () [0x00008] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.DoConnect () [0x00002] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites (System.Int32[] suites, System.Collections.Generic.IDictionary`2[TKey,TValue] kxHashes) [0x0006b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites () [0x0009b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.Run () [0x003c4] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at ES.Taipan.Inspector.AddOns.WebApplicationVulnerability.SSLTestAddOn.Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00105] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at ES.Taipan.Inspector.AddOns.BaseStatelessAddOn.ES-Taipan-Inspector-IVulnerabilityScannerAddOn-Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00000] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>[email protected] (ES.Taipan.Infrastructure.Service.ServiceStateController serviceStateController) [0x0000d] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Infrastructure>[email protected] () [0x00000] in <5aded8b04e1b108ea7450383b0d8de5a>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.Execute () [0x00010] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x001d1] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at ES.Taipan.Inspector.DefaultVulnerabilityScanner.Scan (ES.Taipan.Inspector.TestRequest testRequest) [0x0018c] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at ES.Taipan.Inspector.DefaultVulnerabilityScanner.processTestRequest (ES.Taipan.Inspector.TestRequest testRequest) [0x00068] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>.$DefaultVulnerabilityScanner.f@1-1 (ES.Taipan.Inspector.DefaultVulnerabilityScanner this, Microsoft.FSharp.Core.FSharpRef`1[T] numOfServicedRequests, ES.Taipan.Inspector.TestRequest _arg1, Microsoft.FSharp.Core.Unit unitVar0) [0x00024] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>[email protected] (ES.Taipan.Inspector.TestRequest _arg1) [0x0003d] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+forA@930-2[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00012] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x00047] in <567375de904cf4daa7450383de757356>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at Microsoft.FSharp.Control.CancellationTokenOps+Start@1268-1.Invoke (System.Runtime.ExceptionServices.ExceptionDispatchInfo edi) [0x00000] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x000f9] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+econt@889-3[a].Invoke (System.Runtime.ExceptionServices.ExceptionDispatchInfo edi) [0x0000e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+econt@876[a].Invoke (System.Runtime.ExceptionServices.ExceptionDispatchInfo exn) [0x0010a] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x000f9] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+bindA@829[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x00075] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0012e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+tryFinallyA@866[a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0008f] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+bindA@829[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x00075] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0012e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+tryWithDispatchInfoA@885[a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0006d] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0012e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+queueAsync@763[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00034] in <567375de904cf4daa7450383de757356>:0 
  at <StartupCode$FSharp-Core>.$Control.loop@430-54 (Microsoft.FSharp.Control.Trampoline this, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action) [0x00001] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.Trampoline.ExecuteAction (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] firstAction) [0x00018] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.TrampolineHolder.Protect (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] firstAction) [0x00032] in <567375de904cf4daa7450383de757356>:0 
  at <StartupCode$FSharp-Core>[email protected] (System.Object state) [0x00018] in <567375de904cf4daa7450383de757356>:0 
  at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x00007] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
---> (Inner Exception #0) System.Net.Sockets.SocketException (0x80004005): Connection refused
  at System.Net.Sockets.TcpClient..ctor (System.String hostname, System.Int32 port) [0x0006d] in <fa8c19328d384e65a9fc7a71ddf52dd1>:0 
  at TestSSLServerLib.FullTest.OpenConnection () [0x00008] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.DoConnect () [0x00002] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites (System.Int32[] suites, System.Collections.Generic.IDictionary`2[TKey,TValue] kxHashes) [0x0006b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites () [0x0009b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.Run () [0x003c4] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at ES.Taipan.Inspector.AddOns.WebApplicationVulnerability.SSLTestAddOn.Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00105] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at ES.Taipan.Inspector.AddOns.BaseStatelessAddOn.ES-Taipan-Inspector-IVulnerabilityScannerAddOn-Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00000] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>[email protected] (ES.Taipan.Infrastructure.Service.ServiceStateController serviceStateController) [0x0000d] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Infrastructure>[email protected] () [0x00000] in <5aded8b04e1b108ea7450383b0d8de5a>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.Execute () [0x00010] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 <---

[ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.TcpClient..ctor (System.String hostname, System.Int32 port) [0x0006d] in <fa8c19328d384e65a9fc7a71ddf52dd1>:0 
  at TestSSLServerLib.FullTest.OpenConnection () [0x00008] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.DoConnect () [0x00002] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites (System.Int32[] suites, System.Collections.Generic.IDictionary`2[TKey,TValue] kxHashes) [0x0006b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites () [0x0009b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.Run () [0x003c4] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at ES.Taipan.Inspector.AddOns.WebApplicationVulnerability.SSLTestAddOn.Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00105] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at ES.Taipan.Inspector.AddOns.BaseStatelessAddOn.ES-Taipan-Inspector-IVulnerabilityScannerAddOn-Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00000] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>[email protected] (ES.Taipan.Infrastructure.Service.ServiceStateController serviceStateController) [0x0000d] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Infrastructure>[email protected] () [0x00000] in <5aded8b04e1b108ea7450383b0d8de5a>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.Execute () [0x00010] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x001d1] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, System.Int32 millisecondsTimeout) [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at ES.Taipan.Inspector.DefaultVulnerabilityScanner.Scan (ES.Taipan.Inspector.TestRequest testRequest) [0x0018c] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at ES.Taipan.Inspector.DefaultVulnerabilityScanner.processTestRequest (ES.Taipan.Inspector.TestRequest testRequest) [0x00068] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>.$DefaultVulnerabilityScanner.f@1-1 (ES.Taipan.Inspector.DefaultVulnerabilityScanner this, Microsoft.FSharp.Core.FSharpRef`1[T] numOfServicedRequests, ES.Taipan.Inspector.TestRequest _arg1, Microsoft.FSharp.Core.Unit unitVar0) [0x00024] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>[email protected] (ES.Taipan.Inspector.TestRequest _arg1) [0x0003d] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+forA@930-2[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00012] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x00047] in <567375de904cf4daa7450383de757356>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at Microsoft.FSharp.Control.CancellationTokenOps+Start@1268-1.Invoke (System.Runtime.ExceptionServices.ExceptionDispatchInfo edi) [0x00000] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x000f9] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+econt@889-3[a].Invoke (System.Runtime.ExceptionServices.ExceptionDispatchInfo edi) [0x0000e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+econt@876[a].Invoke (System.Runtime.ExceptionServices.ExceptionDispatchInfo exn) [0x0010a] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x000f9] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+bindA@829[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x00075] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0012e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+tryFinallyA@866[a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0008f] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+bindA@829[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x00075] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0012e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+tryWithDispatchInfoA@885[a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0006d] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@851[b,a].Invoke (Microsoft.FSharp.Control.AsyncParams`1[T] args) [0x0012e] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.AsyncBuilderImpl+queueAsync@763[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00034] in <567375de904cf4daa7450383de757356>:0 
  at <StartupCode$FSharp-Core>.$Control.loop@430-54 (Microsoft.FSharp.Control.Trampoline this, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action) [0x00001] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.Trampoline.ExecuteAction (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] firstAction) [0x00018] in <567375de904cf4daa7450383de757356>:0 
  at Microsoft.FSharp.Control.TrampolineHolder.Protect (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] firstAction) [0x00032] in <567375de904cf4daa7450383de757356>:0 
  at <StartupCode$FSharp-Core>[email protected] (System.Object state) [0x00018] in <567375de904cf4daa7450383de757356>:0 
  at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x00007] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
---> (Inner Exception #0) System.Net.Sockets.SocketException (0x80004005): Connection refused
  at System.Net.Sockets.TcpClient..ctor (System.String hostname, System.Int32 port) [0x0006d] in <fa8c19328d384e65a9fc7a71ddf52dd1>:0 
  at TestSSLServerLib.FullTest.OpenConnection () [0x00008] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.DoConnect () [0x00002] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites (System.Int32[] suites, System.Collections.Generic.IDictionary`2[TKey,TValue] kxHashes) [0x0006b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.GetSupportedCipherSuites () [0x0009b] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at TestSSLServerLib.FullTest.Run () [0x003c4] in <834c4b87ea7148cabcf7c0f4feb3111a>:0 
  at ES.Taipan.Inspector.AddOns.WebApplicationVulnerability.SSLTestAddOn.Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00105] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at ES.Taipan.Inspector.AddOns.BaseStatelessAddOn.ES-Taipan-Inspector-IVulnerabilityScannerAddOn-Scan (ES.Taipan.Inspector.TestRequest testRequest, ES.Taipan.Infrastructure.Service.ServiceStateController stateController) [0x00000] in <5aded8bbc6482bdda7450383bbd8de5a>:0 
  at <StartupCode$ES-Taipan-Inspector>[email protected] (ES.Taipan.Infrastructure.Service.ServiceStateController serviceStateController) [0x0000d] in <5aded8b7a4a6922aa7450383b7d8de5a>:0 
  at <StartupCode$ES-Taipan-Infrastructure>[email protected] () [0x00000] in <5aded8b04e1b108ea7450383b0d8de5a>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 
  at System.Threading.Tasks.Task.Execute () [0x00010] in <7ba6043a0ffb47c2b3b3a171ba27d349>:0 <---

Can not open web control panel

That might be sounds stupid. I cannot find how to open Web control panel. Is that only used in Pro editonal? I'm a green hand, it's useful to guide me. Thanks

Can not open web interface

Hi, I had downloaded this scanner, but I can't find how to open web interface. Does it only show in Pro edition? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.