Home > Enterprise >  404 Not Found 2022-12-24 14:27:04 ERROR 404: Not Found. In termux
404 Not Found 2022-12-24 14:27:04 ERROR 404: Not Found. In termux

Time:12-25

I'm trying to install kali nethunter in termux and I get this error:

[*] Downloading rootfs...

--2022-12-24 14:27:00--  https://kali.download/nethunter-images/current/rootfs/kalifs-armhf-full.tar.xz
Resolving kali.download... 104.18.102.100, 104.18.103.100
Connecting to kali.download|104.18.102.100|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-12-24 14:27:04 ERROR 404: Not Found.```

CodePudding user response:

You are trying to download Kali using a invalid download URL. The error you're getting, Error 404, means that the file couldn't be found.

Please refer to the official documentation of how to download and install nethunder on your device. There you will also find the correct download link for the image built for your device.

https://www.kali.org/docs/nethunter/installing-nethunter/

https://www.kali.org/get-kali/#kali-mobile

CodePudding user response:

on termux:

nano install-nethunter-termux

BASE_URL=https://build.nethunter.com/kalifs/kalifs-latest/

chmod x install-nethunter-termux

./install-nethunter-termux

  • Related