What is want to do is that i want to use hamster-sidejack tool but when i run hamster in terminal it is saying hamster: command not found and i tried
sudo apt-get install hamster-sidejack
but it is saying E: Unable to locate package hamster-sidejack
I have also tried to install this tool using katoolin.
but it is also saying E: Unable to locate package hamster-sidejack
so finally dicided to build it from its source
GITHUB LINK :- https://github.com/robertdavidgraham/hamster.git
after downloading the file i go to its gcc4 folder and run
make -j2
but its showing error
Assembler messages:
Fatal error: can't create ../../tmp/pixie.o: No such file or directory
make: *** [Makefile:16: ../../tmp/pixie.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create ../../tmp/hamster.o: No such file or directory
make: *** [Makefile:16: ../../tmp/hamster.o] Error 1
Can anyone please tell me how to fix this issue or is there another way to install hamster.
Please....