Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: // Required modules var http = require('http'); var mysql = require('mysql'); // Creating connections with MYSQL Database var connection = mysql.createConnection({ host : 'localhost', user : 'root', password : 'iiit123', database : 'trial' }); connection.connect(); // MYSQL Query connection.query('SELECT * FROM deals', function(err, rows, fields) { if (err) throw err; [...]

Viewing all articles
Browse latest Browse all 2834

Trending Articles