Add /boot/grub2/user.cfg path to grub_password

This commit is contained in:
Garvit Dewan
2019-02-21 14:17:15 +05:30
committed by GitHub
parent f823927832
commit c48a6ddbdf
+2 -1
View File
@@ -36,7 +36,8 @@ class MetasploitModule < Msf::Post
'/mnt/sysimage/boot/grub.conf',
'/mnt/boot/grub/grub.conf',
'/rpool/boot/grub/grub.cfg',
'/boot/grub2/grub.cfg'
'/boot/grub2/grub.cfg',
'/boot/grub2/user.cfg'
]
print_status("Searching for GRUB config files..")