VTmig.OpenSource Software
VTmig OpenSource Software
 
Home
 
Downloads
  Daisy v2.2
  Self-Service v2.3
  OU Admin v1.0
  AuthAD v1.4
  Portinator v1.0
  Faith v1.01
  Ivy v1.0.2.2
  SafetyNet v1.0
  DictionaryFilter v2.1
  NeWa POC v1.1
  Win32_Perms v0.2
  VT WSUS v1.0
 
Links
  www.w2k.vt.edu
  vtmig.w2k.vt.edu
  opensource.isc.vt.edu

SafetyNet FAQ

FAQ #1:
Why does the SafetyNet_setup.exe program fail with an error that says: "Could not connect to server properly to begin database creation, check permissions and DSN"?

Answer #1:
If you are using MySQL version 4.1.x, the MyODBC 3.51 Connector that is used with SafetyNet does not support the "new style" passwords that are used by default in 4.1.x. Therefore you will need to run the following commnand for each user that you connect to your MySQL server via MyODBC 3.51.:

SET PASSWORD FOR 'user'@'localhost' = OLD_PASSWORD("<userpassword>")

By default this will include at least:

  • Safeweb@localhost
  • pinger@localhost
  • prober@<prober machine ip address>
When setting up the SafetyNet database on MySQL 4.1.x you will need to run the setup program called SafetyNet_Setup_4.1.x.exe instead of the SafetyNet_Setup.exe. Additionally, if you are using options 2 or 3 with the setup program you will need to run the SET PASSWORD command above for the user you specify. You can download SafetyNet_Setup_4.1.x here.

Thank you to Hrvoje Segudovic for reporting and assisting in debugging this issue.

FAQ #2:
When I downloaded SafetyNet my Anti-Virus program alerted me, does SafetyNet contain a virus?

Answer #2:
No, SafetyNet does not contain a virus. It does contain several vulnerability scanning programs that some Anti-Virus software may detect as potentially dangerous. The only reported Occurrence of this was with McAfee Enterprise version 8.0 but it could very well happen with other AV programs.

Thank you to James Johnson for reporting this issue.