Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web page kalifs-arm64-full.tar.xz not found #343

Closed
Arcamemoria opened this issue Jul 25, 2023 · 28 comments
Closed

Web page kalifs-arm64-full.tar.xz not found #343

Arcamemoria opened this issue Jul 25, 2023 · 28 comments

Comments

@Arcamemoria
Copy link

Arcamemoria commented Jul 25, 2023

Helloooo

Ive got an error page not found while I make. /kalinethunter...

[*] Getting tar file...

Initializing download: https://images.kali.org/nethunter/kalifs-arm64-full.tar.xz
ERROR 404: Not Found.
@Smoke-Satan
Copy link

Ive got the same problem

@aioont
Copy link

aioont commented Jul 26, 2023

You can download Kali nethunter files from here

https://kali.download/nethunter-images/current/rootfs/

@Arcamemoria
Copy link
Author

Arcamemoria commented Jul 26, 2023

Ive already DL the image otherwise but how can I continue installation with my downloaded image ?

You are going to install Kali Nethunter In Termux Without Root ;) Cool

 [*] Checking host architecture ...
 [*] Updating apt cache...
 [*] Checking for all required tools...
  • proot is OK
  • tar is OK
  • axel is OK
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 [*] Getting tar file...

[!] continuing with already downloaded image, if this image is corrupted or half downloaded then delete it manually to download a fresh image.

                                                                                             [*] Getting SHA ...

Initializing download: https://images.kali.org/nethunter/kalifs-arm64-full.sha512sum
ERROR 404: Not Found.
~ $ ls                                                                                      kalifs-arm64-full.tar.xz  kalinethunter

kalifs-arm64-full.tar.xz kalinethunter

@aioont
Copy link

aioont commented Jul 26, 2023

https://kali.download/nethunter-images/current/rootfs/

I think the installation script check if the file exist. Ask for your permission to download again if file exists.

@Arcamemoria
Copy link
Author

https://kali.download/nethunter-images/current/rootfs/

I think the installation script check if the file exist. Ask for your permission to download again if file exists.

Non it didnt. Even don't ask my permission or propose to download it again.
It would be so simple :)

@chijumaodejiyu
Copy link

Helloooo

Ive got an error page not found while I make. /kalinethunter...

[*] Getting tar file...

Initializing download: https://images.kali.org/nethunter/kalifs-arm64-full.tar.xz
ERROR 404: Not Found.

you can edit the url in the 83 line

@aioont
Copy link

aioont commented Jul 27, 2023

function get_rootfs() {
    unset KEEP_IMAGE
    if [ -f ${IMAGE_NAME} ]; then
        if ask "Existing image file found. Delete and download a new one?" "N"; then
            rm -f ${IMAGE_NAME}
        else
            printf "${yellow}[!] Using existing rootfs archive${reset}\n"
            KEEP_IMAGE=1
            return
        fi
    fi
    printf "${blue}[*] Downloading rootfs...${reset}\n\n"
    get_url
    wget ${EXTRA_ARGS} --continue "${ROOTFS_URL}"
}

Above code is part of installation script, which checks if the file exists.
Are you sure the file is full downloaded and verification of download file is done by sha files.So check both files exists.

@Arcamemoria
Copy link
Author

OK
Thanks guys it works like à charm !

Simply Vim the kalinethunter file and modify the URL by : https://kali.download/nethunter-images/current/rootfs

Don't forget to modify both URL for the image AND the checksum .sha256sum

Then startkali
su root
toor

👌

@mrxhakerz
Copy link

مرحبا لقد عانت مشكله اثنا تثبيتي لكالي نت هنتر وهو الخطا 404 ارجو تعديل عنوان URL وارسال الملف لي مرة اخراى ....ملاحظه هاتفي هو Redmi9 ..... ارجو الرد باسرع وقت ♥️

@mrxhakerz
Copy link

ارجو الرد باسرع وقت

@Simu364
Copy link

Simu364 commented Sep 11, 2024

OK
Thanks guys it works like à charm !

Simply Vim the kalinethunter file and modify the URL by : https://kali.download/nethunter-images/current/rootfs

Don't forget to modify both URL for the image AND the checksum .sha256sum

Then startkali
su root
toor

👌

Hi

@Simu364
Copy link

Simu364 commented Sep 11, 2024

OK
Thanks guys it works like à charm !

Simply Vim the kalinethunter file and modify the URL by : https://kali.download/nethunter-images/current/rootfs

Don't forget to modify both URL for the image AND the checksum .sha256sum

Then startkali
su root
toor

👌
I need your help

@Simu364
Copy link

Simu364 commented Sep 11, 2024

OK
Thanks guys it works like à charm !

Simply Vim the kalinethunter file and modify the URL by : https://kali.download/nethunter-images/current/rootfs

Don't forget to modify both URL for the image AND the checksum .sha256sum

Then startkali
su root
toor

👌
I think I might be facing similar issues

@Simu364
Copy link

Simu364 commented Sep 11, 2024

Screenshot_20240911-135334.jpg

OK
Thanks guys it works like à charm !

Simply Vim the kalinethunter file and modify the URL by : https://kali.download/nethunter-images/current/rootfs

Don't forget to modify both URL for the image AND the checksum .sha256sum

Then startkali
su root
toor

👌

@Simu364
Copy link

Simu364 commented Sep 11, 2024

function get_rootfs() {
    unset KEEP_IMAGE
    if [ -f ${IMAGE_NAME} ]; then
        if ask "Existing image file found. Delete and download a new one?" "N"; then
            rm -f ${IMAGE_NAME}
        else
            printf "${yellow}[!] Using existing rootfs archive${reset}\n"
            KEEP_IMAGE=1
            return
        fi
    fi
    printf "${blue}[*] Downloading rootfs...${reset}\n\n"
    get_url
    wget ${EXTRA_ARGS} --continue "${ROOTFS_URL}"
}

Above code is part of installation script, which checks if the file exists.
Are you sure the file is full downloaded and verification of download file is done by sha files.So check both files exists.

Sir help me sort out this issue
Screenshot_20240911-135334.jpg

@Simu364
Copy link

Simu364 commented Sep 11, 2024

function get_rootfs() {
    unset KEEP_IMAGE
    if [ -f ${IMAGE_NAME} ]; then
        if ask "Existing image file found. Delete and download a new one?" "N"; then
            rm -f ${IMAGE_NAME}
        else
            printf "${yellow}[!] Using existing rootfs archive${reset}\n"
            KEEP_IMAGE=1
            return
        fi
    fi
    printf "${blue}[*] Downloading rootfs...${reset}\n\n"
    get_url
    wget ${EXTRA_ARGS} --continue "${ROOTFS_URL}"
}

Above code is part of installation script, which checks if the file exists.
Are you sure the file is full downloaded and verification of download file is done by sha files.So check both files exists.

Sir help me sort out this issue
Screenshot_20240911-135334.jpg
I get this message when trying to download the rootfs architecture

@Mark0z1
Copy link

Mark0z1 commented Sep 12, 2024

Screenshot_20240912_223555_Termux.jpg

I can't find a solution.

Hi bro, I have the solution for you since I was like this for 2 days until I found the fault, well the fact is that once you have downloaded the "install-nethunter-terkmux" you have to open it with nano "nano install-nethunter-termux" in the second line change the BASE_URL address and place this: https://old.kali.org/nethunter-images/kali-2024.2/rootfs/ and that's it! Now if I would let you download the files :) Greetings!

@anand-learning
Copy link

Screenshot_20240912_223555_Termux.jpg
I can't find a solution.

Hi bro, I have the solution for you since I was like this for 2 days until I found the fault, well the fact is that once you have downloaded the "install-nethunter-terkmux" you have to open it with nano "nano install-nethunter-termux" in the second line change the BASE_URL address and place this: https://old.kali.org/nethunter-images/kali-2024.2/rootfs/ and that's it! Now if I would let you download the files :) Greetings!

It totally worked... Thanks man

@Sneckwiper98
Copy link

i am a biginer in feild. i wnat step by step solution plz help me
WhatsApp Image 2024-09-13 at 11 54 16_af9a7f7b

@Mark0z1
Copy link

Mark0z1 commented Sep 14, 2024

Hi bro, easy:

1
once you have downloaded the "install-nethunter-termux" you have to open it with nano "nano install-nethunter-termux"

2
in the second line change the BASE_URL address and place this: https://old.kali.org/nethunter-images/kali-2024.2/rootfs/ and that's it!

@Sneckwiper98
Copy link

Sneckwiper98 commented Sep 14, 2024 via email

@Mark0z1
Copy link

Mark0z1 commented Sep 14, 2024

Thanks Bro plz talk me installation prosess

On Sun, 15 Sept, 2024, 12:05 am Mark0z1, @.> wrote: Hi bro, easy: 1.jpg (view on web) https://github.com/user-attachments/assets/029495b3-39dd-4fc2-aaeb-ff2f3917c3f9 once you have downloaded the "install-nethunter-termux" you have to open it with nano "nano install-nethunter-termux" 2.jpg (view on web) https://github.com/user-attachments/assets/35265b7f-da8e-4f04-9a14-80bdf1676f3d in the second line change the BASE_URL address and place this: https://old.kali.org/nethunter-images/kali-2024.2/rootfs/ and that's it! — Reply to this email directly, view it on GitHub <#343 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLIAVIDLO4ITKLUWEJ27OVTZWR6WTAVCNFSM6AAAAABOA673SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRGA4TMOJTHE . You are receiving this because you commented.Message ID: @.>

Once you have modified the install-nethunter-termux script, you need to run it again like you did before. It might not have worked initially, but it should now work after you've changed the URL. From that point onwards, the installation and execution process will be the same as you found it. :)

@Sneckwiper98
Copy link

Sneckwiper98 commented Sep 14, 2024 via email

@Sneckwiper98
Copy link

Sneckwiper98 commented Sep 15, 2024 via email

@Debjitds
Copy link

It really worked I am really thankful

@Sneckwiper98
Copy link

Uploading Screenshot_20240923_235549_NetHunter KeX.jpg…
Kali Nethunter balck screen problem how to solve talk me step by step

@Jotham-afk
Copy link

Screenshot_20241004-104412
Comment faire

@Jotham-afk
Copy link

Aidé moi comment faire

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests