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.20
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 /
libole-storage-lite-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
README
1.33
KB
-rw-r--r--
smpadd.pl
645
B
-rw-r--r--
smpaddF.pl
2.87
KB
-rw-r--r--
smpadd_a.pl
952
B
-rw-r--r--
smplls.pl
1.66
KB
-rw-r--r--
smplls_a.pl
2.38
KB
-rw-r--r--
smpsv.pl
1.48
KB
-rw-r--r--
test.xls
13.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : smpadd.pl
# OLE::Storage_Lite Sample # Name : smpadd.pl # by Kawai, Takanori (Hippo2000) 2000.12.21, 2001.1.4 #================================================================= use strict; use OLE::Storage_Lite; my $oOl = OLE::Storage_Lite->new('test.xls'); my $oPps = $oOl->getPpsTree(1); die( "test.xls must be a OLE file") unless($oPps); my $oF = OLE::Storage_Lite::PPS::File->new( OLE::Storage_Lite::Asc2Ucs('Last Added'), 'ABCDEF'); my $oF2 = OLE::Storage_Lite::PPS::File->new( OLE::Storage_Lite::Asc2Ucs('Length 0'), ''); push @{$oPps->{Child}}, $oF; push @{$oPps->{Child}}, $oF2; $oPps->save('add_test.xls');
Close