Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: #!/bin/sh ADMIN_URL='http://pma.example.net' USERNAME='xxxxx' PASSWORD='xxxxx' DATABASE='xxxxx' COOKIEJAR='/tmp/my_cookiejar' post_data="pma_username=$USERNAME&pma_password=$PASSWORD" token=$( wget -qO- --keep-session-cookies --post-data "$post_data" --save-cookies "$COOKIEJAR" "$ADMIN_U Source: http://pastebin.com/raw.php?i=sySMx1rj
↧