mirror of
https://github.com/agresdominik/file-leak.git
synced 2026-04-21 18:05:48 +00:00
33 lines
537 B
HTML
33 lines
537 B
HTML
<!doctype html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="../css/styles.css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="popup-content">
|
|
|
|
<h1> Hidden Files </h1>
|
|
|
|
<label>
|
|
<input type="checkbox" id="listenerToggle"> Enable scanning
|
|
</label>
|
|
|
|
<button id="runOnceBtn">Scan this site</button>
|
|
|
|
<div id="entry-box">
|
|
<div id="entry-list"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="../js/visual.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|