D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /sbin/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : //sbin/update-grub-gfxpayload
#! /bin/sh
set -e

mkdir -p /boot/grub
for x in /usr/share/grub-gfxpayload-lists/blacklist/*; do
	case $x in
	    *~|*/\#*\#|*.dpkg-*)
		continue
		;;
	esac
	[ -e "$x" ] || continue
	cat "$x"
done >/boot/grub/gfxblacklist.txt.new
mv /boot/grub/gfxblacklist.txt.new /boot/grub/gfxblacklist.txt

exit 0

AnonSec - 2021 | Recode By D7net