Advertisement
Guest User

Fok me m8

a guest
Dec 14th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 198.18.1.91:80
  6. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  7. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  8. --- End of inner exception stack trace ---
  9. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
  10. at System.Net.WebClient.DownloadString(Uri address)
  11. at System.Net.WebClient.DownloadString(String address)
  12. at Dox_Tool_V2.Updater..ctor()
  13. at Dox_Tool_V2.Form1.Form1_Load(Object sender, EventArgs e)
  14. at System.EventHandler.Invoke(Object sender, EventArgs e)
  15. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  16. at System.Windows.Forms.Form.OnCreateControl()
  17. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  18. at System.Windows.Forms.Control.CreateControl()
  19. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  20. at System.Windows.Forms.Control.WndProc(Message& m)
  21. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  22. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  23. at System.Windows.Forms.Form.WndProc(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  26. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  27.  
  28.  
  29. ************** Loaded Assemblies **************
  30. mscorlib
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  33. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  34. ----------------------------------------
  35. Dox Tool V2
  36. Assembly Version: 2.0.0.1
  37. Win32 Version: 2.0.0.1
  38. CodeBase: file:///C:/Users/Blabla/Desktop/Hacking/Doxing/Tools/Dox%20Tool%20V2.exe
  39. ----------------------------------------
  40. Microsoft.VisualBasic
  41. Assembly Version: 10.0.0.0
  42. Win32 Version: 14.6.1590.0 built by: NETFXREL2
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. System.Core
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55. System.Windows.Forms
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  59. ----------------------------------------
  60. System.Drawing
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  64. ----------------------------------------
  65. System.Runtime.Remoting
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  69. ----------------------------------------
  70. System.Configuration
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  74. ----------------------------------------
  75. System.Xml
  76. Assembly Version: 4.0.0.0
  77. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  78. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  79. ----------------------------------------
  80.  
  81. ************** JIT Debugging **************
  82. To enable just-in-time (JIT) debugging, the .config file for this
  83. application or computer (machine.config) must have the
  84. jitDebugging value set in the system.windows.forms section.
  85. The application must also be compiled with debugging
  86. enabled.
  87.  
  88. For example:
  89.  
  90. <configuration>
  91. <system.windows.forms jitDebugging="true" />
  92. </configuration>
  93.  
  94. When JIT debugging is enabled, any unhandled exception
  95. will be sent to the JIT debugger registered on the computer
  96. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement