var fDesc=new Array(); fDesc[0] = "With more than 3000 security verifications scanning databases and applications, Repscan™ is the most comprehensive vulnerability assessment solution available

Scalable: easily scan a single database instance - or up to hundreds of databases from a single location

Tests for the latest vulnerabilities: security updates allow you to remain current and identify recently discovered weaknesses. (Requires subscription)

Quick, easy installation

Extremely user-friendly Office 2007 UI
Support for Microsoft SQL Server and Oracle Databases
Database Security Browser with Drill-Down functionality
Flexible tree-control
Data Discovery Functionality
Database Enumeration (nmap support)
Pentest Features
Exploit & Code Library
Version and Patch Information
Find unsecure PLSQL and TSQL-Code (SQL Injections, hardcoded passwords, deprecated functions)
Missing patches (Get a list of missing patches)
Weak or default database / OID / APEX / HTMLDB passwords
Check more than 115 Oracle tables for password information
Special database report for pentester to reduce the time to analyze 3rd party applications
Small and reliable XML reports
Full control via commandline"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }