Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.191.120.103
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-aws-headers-4.15.0-1021 /
arch /
ia64 /
[ HOME SHELL ]
Name
Size
Permission
Action
dig
[ DIR ]
drwxr-xr-x
hp
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mm
[ DIR ]
drwxr-xr-x
oprofile
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
sn
[ DIR ]
drwxr-xr-x
uv
[ DIR ]
drwxr-xr-x
Kconfig
15.33
KB
-rw-r--r--
Kconfig.debug
1.85
KB
-rw-r--r--
Makefile
3.16
KB
-rw-r--r--
install.sh
958
B
-rw-r--r--
module.lds
394
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install.sh
#!/bin/sh # # arch/ia64/install.sh # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Copyright (C) 1995 by Linus Torvalds # # Adapted from code in arch/i386/boot/Makefile by H. Peter Anvin # # "make install" script for ia64 architecture # # Arguments: # $1 - kernel version # $2 - kernel image file # $3 - kernel map file # $4 - default install path (blank if root directory) # # User may have a custom install script if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} "$@"; fi # Default install - same as make zlilo if [ -f $4/vmlinuz ]; then mv $4/vmlinuz $4/vmlinuz.old fi if [ -f $4/System.map ]; then mv $4/System.map $4/System.old fi cat $2 > $4/vmlinuz cp $3 $4/System.map test -x /usr/sbin/elilo && /usr/sbin/elilo
Close