Tiny Core Base > CorePlus

Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver

(1/25) > >>

Sashank999:
Hi !
I actually compiled aircrack-ng, hashcat, hcxdumptool, hcxpcaptools on my TCL and also did sudo make install. They are working fine for that linux session. But after a reboot, they vanish. How to make them persistent even after reboots ?
I have TCL installed in /dev/sda5. Booting with BIOS and loaded by GRUB2.
Also, adding them to bootlocal.sh is useless because it takes a lot of time compiling them. I also don't know how to add those make commands to bootlocal.sh.

Juanito:
You need to make squashfs extensions out of the installed apps:
--- Code: ---...
$ touch mymarker
$ sudo make install
$ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | grep -v "^\/sys\/" | tee files
$ vi files [edit unneeded files]
$ sudo tar -T files --numeric-owner -zcvf extension.tce
$ mkdir /tmp/pkg
$ cp extension.tce /tmp/pkg
$ cd /tmp/pkg
$ sudo tar xf extension.tce
$ rm extension.tce
$ cd ..
$ sudo mksquashfs pkg/ extension.tcz
--- End code ---

Sashank999:
Thanks for the quick reply.
But how to make them start at boot ?

Juanito:
Add them to onboot.lst - either from the cli or using the apps gui.

Sashank999:
But how ?
Even from the command line, "tce-load -i hcxdumptool.tcz" returns hcxdumptool.tcz not found but it is there in that folder.
How to add it to a folder and make it load with onboot.lst ?

Navigation

[0] Message Index

[#] Next page

Go to full version