59 lines
2.7 KiB
HTML
59 lines
2.7 KiB
HTML
<!Doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.8, minimal-ui">
|
|
<meta name="theme-color" content="#36393E">
|
|
<meta name="description" content="DeautherX">
|
|
<title>DeautherX</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="js/site.js"></script>
|
|
<script src="js/fs.js"></script>
|
|
</head>
|
|
|
|
<body onload="loadLang()">
|
|
<nav>
|
|
<ul class="menu">
|
|
<li><a>NKSP DEAUTHERX</a></li>
|
|
<li><a>|</a></li>
|
|
<li><a href="scan.html" data-translate="scan">Scan</a></li>
|
|
<li><a>|</a></li>
|
|
<li><a href="ssids.html" data-translate="ssids">SSIDs</a></li>
|
|
<li><a href="attack.html" data-translate="attacks">Attack</a></li>
|
|
<li><a>|</a></li>
|
|
<li><a href="fsmanager.html" data-translate="settings">FileSystem</a></li>
|
|
<li><a href="settings.html" data-translate="settings">Settings</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div id="status"></div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<h1 class="header">FS Manager</h1>
|
|
<div
|
|
style="padding-left: 20px; padding-right: 20px; border-style: solid; border-width: 1px; border-left-width: 0; border-right-width: 0;">
|
|
<table id="log"></table>
|
|
</div>
|
|
<div
|
|
style="padding: 20px; border-style: solid; border-width: 1px; border-left-width: 0; border-right-width: 0;">
|
|
<form action="/pathsave" method="get"><a style="padding-bottom: 20px;" href="/eviltwin">Evil
|
|
Twin</a><input type="text" name="path" id="eviltwinpath" placeholder="/example.html"><input
|
|
type="submit" value="save"><br><br></form>
|
|
<form action='/upload' style="display: flex;" method='post' enctype='multipart/form-data'><input
|
|
type='file' name='upload' placeholder=""><input type='submit' value='Upload'></form>
|
|
<table id="fileList">
|
|
<p id="fsinfo"></p>
|
|
<th>File Name</th>
|
|
<th>Size</th>
|
|
<th></th>
|
|
</table><button onclick="format();" style="width: 100%; margin-top: 20px;">Format Data</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer><span id="DeautherX">DX NKSP</span><br><span id="deautherx">By NKSP</span><br><br><a
|
|
href="http://deauther.maltronics.com" target="_blank">Wiki</a> | <a href="info.html">Credits</a></footer>
|
|
</body>
|
|
|
|
</html> |