<?php
session_start();
if($_SESSION['login'] !== "true") {
    header("Location: index.php");
    die();
}
$servername = "localhost";
$username = "root";
$password = "toor";
$dbname = "transactionsDB";
 
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
    die("Connection failed: " . $conn->connect_error);
}
 
 
+----------+
| loginid  |
+----------+
| 445545   |
| mahesh   |
| 3535355  |
| admin    |
| rajkiran |
| emp      |
+----------+
 
 
+----------+
| password |
+----------+
| 125487   |
| qwert    |
| 3636     |
| admin    |
| 123456   |
| emp      |
+----------+
 
/etc/apache2/sites-available/default-ssl.conf:          #        file needs this password: `xxj31ZMTZzkVA'.
 
/etc/cron.d:
total 24
drwxr-xr-x  2 root root           4096 May 22  2020 .
drwxr-xr-x 96 root root           4096 Jul 11  2022 ..
-rw-r--r--  1 root root            102 Apr  5  2016 .placeholder
-rw-------  1 root client_banking  370 May 22  2020 0maidag
-rw-r--r--  1 root root            712 Jan 22  2020 php
-rw-r--r--  1 root root            190 Apr 20  2018 popularity-contest
 
 
 
-rwxr-sr-x 1 root mail 21K Feb 10  2020 /usr/local/bin/dotlock (Unknown SGID binary)
 
-rwsr-xr-x 1 root mail 124K Feb 10  2020 /usr/local/sbin/maidag (Unknown SUID binary)