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.sh
#!/bin/sh ############################################################################### ## ## ## 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. ## ## ## ############################################################################### self=`basename $0` if [ $# = 0 ] then echo "Usage: $self <main>[.c] [ <other.c> ]*" exit 0 fi main=`basename $1 .c` if [ -f "$main.c" ] then shift gcc -ansi -O2 -o $main $main.c "$@" else echo "$self: file '$main.c' does not exist!" fi
Close