www.northconqueror.com
Open in
urlscan Pro
34.149.87.45
Public Scan
URL:
https://www.northconqueror.com/
Submission Tags: @ecarlesi threat phishing Search All
Submission: On December 20 via api from IT — Scanned from IT
Submission Tags: @ecarlesi threat phishing Search All
Submission: On December 20 via api from IT — Scanned from IT
Form analysis
1 forms found in the DOMPOST
<form method="post">
<div align="center">
<table>
<caption> Username: <input type="text" name="username" value=""><br> Password: <input type="password" name="password" value=""><br> Repeat Password: <input type="password" name="password2" value=""><br> Email: <input type="email" name="email"
value=""><br>
<input type="submit" name="submit" id="submit" value="Submit">
</caption>
</table>
</div>
</form>
Text Content
Background Video Your browser does not support the video tag. Username: Password: Repeat Password: Email: Download connect_error) { die("Connection failed: " . $conn->connect_error); } if (isset($_POST['submit'])) { if (isset($_POST['password']) && $_POST['password'] != "") { if ($_POST['password'] == $_POST['password2']) { if (strlen($_POST['password']) > 3 && strlen($_POST['password']) < 32) { if (isset($_POST['username']) && $_POST['username'] != "") { $stmt = $conn->prepare("INSERT INTO accounts (username, Password, email) VALUES (?, ?, ?)"); $stmt->bind_param("sss", $_POST['username'], $_POST['password'], $_POST['email']); $stmt->execute(); $stmt->close(); echo "Registered Successfully"; } else { die("Please enter your username."); } } else { die("Your password must be between 3 and 32 characters."); } } else { die("Your passwords do not match."); } } else { die("Please enter a password."); } } $conn->close(); ?> top of page Skip to Main Content NorthConquer * Home * About * More Use tab to navigate through the menu items. Register Download bottom of page