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 : smpsv.pl
# OLE::Storage_Lite Sample # Name : smpsv.pl # by Kawai, Takanori (Hippo2000) 2000.11.8 # Just save sample OLE_File(tsv.dat) =execute sample # perl smplls.pl tsave.dat 00 1 'RootEntry' (pps 0) ROOT 04.11.2000 16:00:00 01 1 'Workbook' (pps 2) FILE 6 bytes 02 2 'Dir' (pps 1) DIR 04.11.2000 03:50:01 03 1 'File_2' (pps 4) FILE 1000 bytes 04 2 'File_3' (pps 3) FILE 100 bytes 05 3 'File_4' (pps 5) FILE 100 bytes =cut #================================================================= use strict; use OLE::Storage_Lite; my @aL = localtime(); splice(@aL, 6); my $oF = OLE::Storage_Lite::PPS::File->new( OLE::Storage_Lite::Asc2Ucs('Workbook'), 'ABCDEF'); my $oF2 = OLE::Storage_Lite::PPS::File->new( OLE::Storage_Lite::Asc2Ucs('File_2'), 'A'x 0x1000); my $oF3 = OLE::Storage_Lite::PPS::File->new( OLE::Storage_Lite::Asc2Ucs('File_3'), 'B'x 0x100); my $oF4 = OLE::Storage_Lite::PPS::File->new( OLE::Storage_Lite::Asc2Ucs('File_4'), 'C'x 0x100); my $oD = OLE::Storage_Lite::PPS::Dir->new( OLE::Storage_Lite::Asc2Ucs('Dir'), \@aL, \@aL, [$oF2, $oF3, $oF4]); my $oDt = OLE::Storage_Lite::PPS::Root->new( undef, [0, 0, 16, 4, 10, 100], #2000/11/4 16:00:00:0000 [$oF, $oD]); my $raW = $oDt->{Child}; $oDt->save("tsv.dat");
Close