Hax4us / Nethunter-In-Termux

This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone
GNU General Public License v3.0
2.41k stars 331 forks source link

Problem in installing net hunter #137

Closed saimyominlatt closed 4 years ago

saimyominlatt commented 4 years ago

Screenshot_2020-01-17-18-21-35-750_com termux When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read
 Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

jakabrudolf commented 4 years ago

I have same issue... Redmi Note 8 Pro

Woolfy025 commented 4 years ago

Same problem here and cant find a fix

wxw-fiwu commented 4 years ago

在Termux输入:“pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh”,运行完毕之后输入“./start-kali.sh”即可进入kali。

wxw-fiwu commented 4 years ago

下载“AnLinux”可以很方便的在手机上安装kali

mr224-github commented 4 years ago

China wala worked

Hax4us commented 4 years ago

Reinstall with latest script and see error is same or not

theSilentkn1ght22 commented 4 years ago

在Termux输入:“pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh”,运行完毕之后输入“./start-kali.sh”即可进入kali。

How to install nethunter after this

Hax4us commented 4 years ago

@theSilentkn1ght22 just follow installation guide from Here https://github.com/Hax4us/Nethunter-In-Termux

M4N0J-KUM4R commented 4 years ago

Can anyone say with step by step commands

Hax4us commented 4 years ago

@androhavoc i already wrote all required steps here https://github.com/Hax4us/Nethunter-In-Termux/blob/master/README.md

mangesh-g-d commented 4 years ago

Hello guys, i am also facing this kind of issue, could anyone tell me how will get resolution on it, i have tried more than 3 times but still i get same error....

Hax4us commented 4 years ago

@mangesh-g-d make sure you are using my script

sapiq commented 4 years ago

I have also same problem plz help me

sapiq commented 4 years ago

@Hax4us plzz explain in detail

teha543 commented 4 years ago

@Hax4us after using urs script,facing d same issue

viditkhandelwal commented 4 years ago

The solution is simple

Jordan2153 commented 4 years ago

China wala worked

Par bhai aage to kuch ho hi nhi rha

Jordan2153 commented 4 years ago

The solution is simple

Bhai please bta fr yrr itta data udd gya

SamiGamerz commented 3 years ago

Bhai kisi ko agar us problem ka solution pata ho to please bhej do yaar

3gb udd gayi hai yaar please.

anonymousgod commented 3 years ago

i have the same issue please samsung s8

senge-dev commented 3 years ago

在Termux输入:“pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh”,运行完毕之后输入“./start-kali.sh”即可进入kali。

但是后续需要装nethunter,我也有同样的问题

But I don't know how to install nethunter after that?

SamiGamerz commented 3 years ago

But that's the problem.

SamiGamerz commented 3 years ago

What the fuck to do after this process

1-An0n0tr0n-1 commented 3 years ago

@Msaiblay ; @jakabrudolf ; @Woolfy025 ; @androhavoc ; @mangesh-g-d ; @sapiq ; @teha543 ; @Jordan2153; @SamiGamerz ; @anonymousgod ; @Im-senge

I just installed on a Galaxy S8 and was getting the same error above. Wasn't going to post but after seeing all these posts begging step-by-step commands and others being completely useless to help, I figured why not, hope to be of help to people now and in the future.

The problem for me was that I needed to clear the working directory of files that were created automatically from the first couple tries. When you run the install-nethunter-termux script, it creates the kalifs-arm64-full.tar.xz file each time and appends a number to the end when there is more than 1 (...tar.xz.0, ...tar.xz.1, ...tar.xz.2, etc.) So the script isn't seeing the correct file name and it errors out.

If you enter the list command: ls -this should show any files in the working directory that need to be removed.

Then I added permissions to the SHA512 file in case that was an issue with reading it: chmod +rx
Although I went ahead and deleted that as well before running the script anyway, making this pointless really.

So use command: **rm kalifs-arm64-full.tar.xz*** -that should remove any of the leftover files created from the previous attempts.

If any directories were created you and you get an error, you can add the -R option to rm and it will remove the directory. rm -R nameofdirectory

Then I double checked the directory for any conflicts one last time before running the install script and voila! No errors!

NethunterInstallSuccess

NethunterInstallSuccess 1

--Just a heads up though, when it got to the end it did take a little while for it to extract rootfs. I almost thought it had bugged out but just let it complete until it asks if you want to delete the downloaded rootfs, yes you can delete it by entering: Y.--

Hope this is helpful to all of you who are/were stuck because of this! But remember, different hardware or software versions may have different outcomes!!

And people like @viditkhandelwal, the solution isn't always simple to everyone, maybe contribute some help rather than pointing out how simple it is. Which doesn't prove you actually knew a solution at all either.

The solution is simple

Running a different script that does similar installation really wouldn't prevent this from happening again either, but at least Hax4us was trying to help. Good man!

All of you who are asking for step-by-step commands should maybe give more information in your posts/questions as well. If any of you had posted your directory listing it would have been a bit easier to decipher to a seasoned linux user/developer. The more information you can provide the better!

Mr-HotHead commented 3 years ago

在Termux输入:“pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh”,运行完毕之后输入“./start-kali.sh”即可进入kali。

After I run kali.sh it is showing it downloaded some files and showed operation not permitted

TreehouseComp commented 3 years ago

rm -rf kalifs-arm64*

Then re-run the install

ShaoLongFei commented 3 years ago

rm -rf kalifs-arm64*

Then re-run the install

This solution is feasible.

srinath-u commented 3 years ago

Screenshot_2020-01-17-18-21-35-750_com termux When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read
Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

I also getting same problem tell me the solution

Mr-HotHead commented 3 years ago

Screenshot_2020-01-17-18-21-35-750_com termux When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read
Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

I also getting same problem tell me the solution

Go to https://github.com/Noobita69/nethunter-termux

I wrote entire tutorial on how to install nethunter.

sufferguru commented 3 years ago

Screenshot_2020-01-17-18-21-35-750_com termux When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read
Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

I also getting same problem tell me the solution

Go to https://github.com/Noobita69/nethunter-termux

I wrote entire tutorial on how to install nethunter.

Have you solved this issue???

ashikdas0 commented 3 years ago

Message me in whatsapp I will give u the full procedure

On Fri, Jun 11, 2021, 12:45 AM sufferguru @.***> wrote:

[image: Screenshot_2020-01-17-18-21-35-750_com termux] https://user-images.githubusercontent.com/28611965/72610786-baab9880-3956-11ea-8fcb-46d8a311318d.png When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

I also getting same problem tell me the solution

Go to https://github.com/Noobita69/nethunter-termux

I wrote entire tutorial on how to install nethunter.

Have you solved this issue???

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Hax4us/Nethunter-In-Termux/issues/137#issuecomment-858919322, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATQFXNXCEWFCE3VSMEUOKSDTSEDVTANCNFSM4KIHHLRQ .

1-An0n0tr0n-1 commented 3 years ago

@srinath-u @sufferguru

use command: rm kalifs-arm64 *-that will remove any of the leftover files created from the previous attempts at installing. (Shortened my original command posted, courtesy of @TreeHouseComp post.)

!!YOU MUST DO THIS EACH TIME YOU RUN THE COMMAND, YOU WILL CONTINUE TO GENERATE THE DIRECTORY AND HAVE ERRORS!!

If any directories were created you and you get an error, you can add the -R option to rm and it will remove the directory. rm -R nameofdirectory

I hope this helps anyone who comes across this forum, still having people ask the same question. Multiple posts have the solution written, take the time to read ALL OF THEM please.

If you are still having issues please post screenshots of the directory listing, the command you are trying to run, and any other useful information.

-1An0n1

On Thu, Jun 10, 2021, 2:00 PM sufferguru @.***> wrote:

[image: Screenshot_2020-01-17-18-21-35-750_com termux] https://user-images.githubusercontent.com/28611965/72610786-baab9880-3956-11ea-8fcb-46d8a311318d.png When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

I also getting same problem tell me the solution

Go to https://github.com/Noobita69/nethunter-termux

I wrote entire tutorial on how to install nethunter.

Have you solved this issue???

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Hax4us/Nethunter-In-Termux/issues/137#issuecomment-858919322, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASNBUR7OKG5FEUT4JEMQBELTSEDVHANCNFSM4KIHHLRQ .

sufferguru commented 3 years ago

No I was just asking.....and I just want know something regarding the same tool

On Fri, Jun 11, 2021, 9:43 AM 1-An0n0tr0n-1 @.***> wrote:

@Noobita69 @srinath-u @sufferguru @

use command: rm kalifs-arm64 *-that will remove any of the leftover files created from the previous attempts at installing. (Shortened my original command posted, courtesy of @TreeHouseComp post.)

!!YOU MUST DO THIS EACH TIME YOU RUN THE COMMAND, YOU WILL CONTINUE TO GENERATE THE DIRECTORY AND HAVE ERRORS!!

If any directories were created you and you get an error, you can add the -R option to rm and it will remove the directory. rm -R nameofdirectory

I hope this helps anyone who comes across this forum, still having people ask the same question. Multiple posts have the solution written, take the time to read ALL OF THEM please.

If you are still having issues please post screenshots of the directory listing, the command you are trying to run, and any other useful information.

-1An0n1

On Thu, Jun 10, 2021, 2:00 PM sufferguru @.***> wrote:

[image: Screenshot_2020-01-17-18-21-35-750_com termux] < https://user-images.githubusercontent.com/28611965/72610786-baab9880-3956-11ea-8fcb-46d8a311318d.png

When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

I also getting same problem tell me the solution

Go to https://github.com/Noobita69/nethunter-termux

I wrote entire tutorial on how to install nethunter.

Have you solved this issue???

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/Hax4us/Nethunter-In-Termux/issues/137#issuecomment-858919322 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ASNBUR7OKG5FEUT4JEMQBELTSEDVHANCNFSM4KIHHLRQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Hax4us/Nethunter-In-Termux/issues/137#issuecomment-859357229, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQLD2FHVFLXXRNOWEKDSP5DTSG5DJANCNFSM4KIHHLRQ .

sufferguru commented 3 years ago

Message me in whatsapp I will give u the full procedure On Fri, Jun 11, 2021, 12:45 AM sufferguru @.***> wrote: [image: Screenshot_2020-01-17-18-21-35-750_com termux] https://user-images.githubusercontent.com/28611965/72610786-baab9880-3956-11ea-8fcb-46d8a311318d.png When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me WARNING: 1 listed file could not be read Rootfs corrupted. Please run this installer again or download the file manually How can i solve it I also getting same problem tell me the solution Go to https://github.com/Noobita69/nethunter-termux I wrote entire tutorial on how to install nethunter. Have you solved this issue??? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#137 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATQFXNXCEWFCE3VSMEUOKSDTSEDVTANCNFSM4KIHHLRQ .

Where is your app line???

RB-DEV-2000 commented 3 years ago

在Termux输入:“pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh”,运行完毕之后输入“./start-kali.sh”即可进入kali。

But we can't use kex why??

manav281 commented 3 years ago

在Termux输入:“pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh”,运行完毕之后输入“./start-kali.sh”即可进入kali。

但是后续需要装nethunter,我也有同样的问题

But I don't know how to install nethunter after that?

Install Through nethunter store by Chrome

Adityadivekar commented 3 years ago

China wala worked

Bro help me please am getting same problem how you have done tell me please

Torcmatrix commented 3 years ago

Screenshot_20210829-144109 Can anyone help me to Solve this problem I have finished installing Kali nethunter but it show me this errro "touch: cannot touch 'kali-armhf/root/.version': No such file or directory" plz 🤝

Torcmatrix commented 3 years ago

Can anyone help me with this errro ![Uploading Screenshot_20210829-144109.png…]()

Mrnadir123 commented 3 years ago

Screenshot_20211004-111650 Please roots not verify please help

Layzo505 commented 3 years ago

Excactly where I'm at I've tried everything

Mrnadir123 commented 3 years ago

Bro help me please

On Mon, Oct 4, 2021, 1:12 PM Layzo505 @.***> wrote:

Excactly where I'm at I've tried everything

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Hax4us/Nethunter-In-Termux/issues/137#issuecomment-933249244, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVJKKWYSGISG7S73YPRGF4LUFFOXLANCNFSM4KIHHLRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

sameerapr commented 3 years ago

Screenshot_2020-01-17-18-21-35-750_com termux When i install net hunter in my redmi note 8 in termux $ ./install-nethunter-termux itshow me

WARNING: 1 listed file could not be read
Rootfs corrupted. Please run this installer again or download the file manually

How can i solve it

working 100% https://youtu.be/FgYLwWbt7gk

sameerapr commented 3 years ago

I have same issue... Redmi Note 8 Pro

working 100% https://youtu.be/FgYLwWbt7gk

sameerapr commented 3 years ago

Same problem here and cant find a fix

working 100% https://youtu.be/FgYLwWbt7gk

sameerapr commented 3 years ago

Can anyone say with step by step commands

working 100% https://youtu.be/FgYLwWbt7gk

sameerapr commented 3 years ago

How to solve rootfs corrupted error kali nethunter, Manually download & install Kali on nethunter working 100% https://youtu.be/FgYLwWbt7gk

sameerapr commented 3 years ago

Bro help me please On Mon, Oct 4, 2021, 1:12 PM Layzo505 @.***> wrote: Excactly where I'm at I've tried everything — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#137 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVJKKWYSGISG7S73YPRGF4LUFFOXLANCNFSM4KIHHLRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

working 100% https://youtu.be/FgYLwWbt7gk

sameerapr commented 3 years ago

What the fuck to do after this process

working 100% https://youtu.be/FgYLwWbt7gk

frelryne01 commented 2 years ago

Guys anyone help here