[ Avaa Bypassed ]




Upload:

Command:

www-data@3.135.184.166: ~ $
#!/bin/sh

prereqs()
{
	if [ "${BUSYBOX}" = "n" ] || [ -z "${BUSYBOXDIR}" ]; then
		echo ''
	else
		# Ensure busybox installs all its commands before
		# checking what we should provide
		echo zz-busybox
	fi
}

case $1 in
# get pre-requisites
prereqs)
	prereqs
	exit 0
	;;
esac

for src in /usr/lib/klibc/bin/*; do
	command="$(basename "$src")"
	case "$command" in
	gzip | kinit | zcat)
		# Don't install; these will not be needed
		;;
	*)
		# Don't install commands that already exist in /bin or /sbin
		if ! [ -e "${DESTDIR}/sbin/$command" ]; then
			cp -pnL "$src" "${DESTDIR}/bin"
		fi
		;;
	esac
done
cp -pL /lib/klibc-*.so "${DESTDIR}/lib"

Filemanager

Name Type Size Permission Actions
amd64_microcode File 3.77 KB 0755
brltty File 900 B 0755
compcache File 3.55 KB 0755
console_setup File 3.07 KB 0755
dmsetup File 506 B 0755
fixrtc File 436 B 0755
framebuffer File 579 B 0755
fsck File 1.91 KB 0755
fuse File 230 B 0755
intel_microcode File 4.83 KB 0755
kbd File 301 B 0755
klibc-utils File 646 B 0755
kmod File 432 B 0755
ntfs_3g File 304 B 0755
plymouth File 5.74 KB 0755
resume File 3.04 KB 0755
thermal File 1.29 KB 0755
udev File 1.66 KB 0755
zz-busybox-initramfs File 2.18 KB 0755
zz-dhclient File 478 B 0755