Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: #!/usr/local/bin/bash # monthly backup each mysql db into a different file, rather than one big file, for freebsd # as with --all-databases - will make restores easier USER="root" PASSWORD="put_your_password_here" OUTPUTDIRFINAL="/backup" myfilename=`date +%Y_%m` MYSQLDUMP="/usr/local/bin/mysqldump" MYSQL="/usr/local/bin/mysql" # clean up any old backups OUTPUTDIR=$OUTPUTDIRFINAL"/mysql" rm -rf "$OUTPUTDIR" > /dev/null 2>&1 mkdir "$OUTPUTDIR" cd […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles