Quantcast
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Command Line Password

Detected 1 occurrence(s) of ‘\-\-[pP]assword\=[^%^\$]‘: tring port, String user, String password, String db) throws Exception { Process run = Runtime.getRuntime().exec( "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump --host=" + host + " --port=" + port + " --user=" + user + " --password=" + password + " --compact --databases --add-drop-table --complete-insert --extended-insert " + "--skip-comments --skip-triggers "+ db); […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles