File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515# ##################################################################
1616# Script Arsip Debootstrap Hacktrack
1717# make folder work
18- mkdir hacktrack && cd hacktrack
18+ cd $HOME /$( whoami) /
19+ mkdir $HOME /$( whoami) /hacktrack
20+ cd $HOME /$( whoami) /hacktrack
1921mkdir -p image/{live,isolinux,.disk}
2022sudo debootstrap --arch=i386 --variant=minbase kali-rolling $HOME /$( whoami) /hacktrack/chroot http://http.kali.org/kali/
2123sudo mount --bind /dev/ chroot/dev/
@@ -34,7 +36,6 @@ cd /etc/apt/
3436nano sources.list
3537# Core Kali-Rolling
3638deb http://http.kali.org/kali/ kali-rolling main contrib non-free
37- deb-src http://http.kali.org/kali/ kali-rolling main contrib non-free
3839
3940apt-get update
4041apt-get install --no-install-recommends linux-image-686 live-boot systemd-sysv network-manager net-tools wireless-tools wpagui xserver-xorg-core xserver-xorg xinit nano
You can’t perform that action at this time.
0 commit comments