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

Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': web: build: . ports: - "80:80" links: - "db" volumes: - "./src/:/var/www/html/" db: image: "mysql" ports: - "3306:3306" environment: - "MYSQL_ROOT_PASSWORD=somepword" <?php $servername = "127.0.0.1"; $username = "root"; $password = "somepword"; $db = "test_db"; // Create connection $conn = new mysqli($servername, $username, $password); // Check connection if ($conn->connect_error) { die("Connection […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles