Giter Club home page Giter Club logo

Comments (86)

naturalstate avatar naturalstate commented on July 18, 2024 1

Ok cool, I did misunderstand. Thanks for clearing that up. I thought after you installed a metapackage it was going to create new icons for the new tools it installed.

Is there any reason to upgrade the Nethunter app? I have a 2019.1 apk. Kind of scared to mess with it at this point, now that I've finally gotten mostly everything to work.

Dude, you are the man! I absolutely would have not have gotten this thing to work without you! Is there anything that you want me to test for you? Or anything I can do in return? Would buy you a beer if you were in Colorado!

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024 1

I ran tshark, and it seemed to work.
Ok, I'll check it out. Thanks

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024 1

I suspect that this is a general problem with the kernel and / or the Wifi drivers. The APP zAnti is also affected.
https://www.zimperium.com/zanti-mobile-penetration-testing

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024 1

nmap is also not working with Android Pie Nethunter for Nexus 2013
Installation was without any problems

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@naturalstate

You are doing too much.

You just need to manually install the Kali Archive Keyring

Type below commands in NH terminal.
Immediately after you install the chroot. Do not run apt get update until you do below first.

wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb

dpkg -i 'kali-archive-keyring_2018.1_all.deb`

apt update && apt upgrade

BTW - I am making a updated ROM and Kernel for N7 2013. Possibly I can use you as a tester?

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Thanks for the help.
I tired running these commands on my existing install, which may already be messed up.
The first one worked fine. But the second one (dpkg) has error. Is that last part correct? the .1all.deb ? I notice that is different than the first command.

I'm going to reinstall nethunter. And try these commands first. And based on your explanation, I won't modify the sources.list file.

Yes, I would be happy to test your ROM.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

So I just reinstalled nethunter.
I ran the wget successfully. And then the dpkg successfully.
But when I run apt update && apt upgrade I get 404 errors.
If I go to the nethunter app and try to add metapackages I get a "failed to fetch..." It does at first, list a bunch of packages, so I thought it was going to work at first, but then fails.

So I have a problem with my sources file, yes?

My source file is:
deb http://http.kali.org/kali sana main non-free contrib
#deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/ sana/updates main contrib non-free
#deb-src http://security.kali.org/ sana/updates main contrib non-free

Sana doesn't work anymore right? So what do I need to do to fix my sources file?

Thank you so much for help, really butting my head against a wall here.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Doh! Sorry about that. In the future, try using the [Tab] key to autocomplete the file names.
That my bad though, you are correct, dpkg would not be able to install a package if the filename is typed incorrectly.

dpkg kali-[Tab] would have autocomplete the filename and saved you a few finger jabs.

I corrected the instruction.

Theres another command I am missing. It corrects the sources. Ill get you the source or the command.

One moment.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

While I locate info, may you try apt dist-upgrade

Try replacing your sources.lst with this:

https://http.kali.org/kali kali-rolling main non-free contrib

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

After changing my sources to the official kali sources listed on their site, running apt update && apt upgrade appears to be working! And I see it's referencing armhf. Not sure I saw that before, so that seems like the right track.

But right before I tried that, the nethunter app to download metapackages had 404, it wouldn't even list the packages that it did earlier before I change the sources.list.
So it seems only one or the other works (nethunter app metapackages download or apt get / upgrade)

It's on 18% now, and looks like it's going to take a while.
I wonder if the nethunter app will work after this.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

If the nethunter app to install metapackages doesn't work, I'm wondering if I can use something like this to install specific metapackages? I'm just a little unclear if that's going to install them like the nethunter app would.
apt update && apt install kali-linux-sdr

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Your using and old build. You should replace the kalifs-full.xz with a more recent build.
You will need to also download newer builds of term-nh.apk and nethunter.apk

Check the issues, there are similar users with problems.. the apk files are pretty much universal, you just want the more current ones.

I am banging my head against the keyboard trying to build a Pie kernel for the Pixel XL and I am unable to get everything within the size of the boot partition and I am frustrated so I cant really do the leg work, but google and specific but few words you will find your way.

I need a beer.

Ill be back, just dont give up and record your errors and ill try to help. I may also have a working Oreo build you can use.

google: xda deb kernel rom

Look through the available roms ... you will probably chose Unlegacy as its still actively updated and mostly current with security updates.

Install the Rom, and then try installing one of the generic kernels or I have a few, not sure if I got HID working but I can add it.

3 parts you need. Well 4 if you count TWRP.

Rom
Kernel + SU (maybe Magisk works by now)
Apps

Dont try troubleshooting the debian environment until you have installed the more current nethunter and term-nh apps. You are focusing on the engine, but you should be checking the gasoline and oil.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Using the chroot nethunter app to install the meta packages is the same as apt install kali-wireless-meta [or however its named] from within Kali chroot environment that you access from term-nh.
True only when your nethunter and terminal are updated to match the kalifs

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Ok. You've given me a lot to research. Thanks

I didn't know that I could have Oreo and run nethunter on the Nexus 7. I mean, on the nethunter download page the only option available for Nexus 7 is Marshmallow & lolipop. So I just assumed that's what I would need.

My updates are still going. So I'm going to wait to see what happens first.

Really appreciate the help!

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

I broke out my N7, I got a few 2012 and a 2013 model. I really want to get the 2012 updated but its limited and the majority of my developemnt device are cracked screened and some even require mouse and keyboard hook ups in order to navigate.

Ultimately my personal aim is to jailbreak peoples dependency of requiring a display on a smart device.
Its like flying cars. Its possible, but we still stuck on 4 wheels.
Having no display on our smart devices forces us to interact with the device in a way that doesn't alter human evolution into having slouched neck-bent spinal cords.
Forces manufactures to realize we are no longer toddlers amused by buttons and the satisfaction of pressing them.
Provides forward development into AI and maybe Alexa and Hey Google will grow a pair since most of our interaction with the device/phone will be auditory, verbal, gesture, possibly the display becomes a pressure sensitive pad that responds to pressure / time to operate.

Apologies, the 40oz got me sided tracked with my crusade to return honor to the discarded devices that are not worthless.

tl:dr,

I am going to test my builds on my N7-213 wifi and upload a working build that hopefully will be well received.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Well I can test something if you want.

Enjoy the 40! haha

So the updates finally finished. Although they cancelled at one point with:
E: Sub-process /usr/bin/dpkg returned an error code (1)
I ran apt-get update && apt-get upgrade, and they finished after that.

But when I tried to install metapackages via nethunter app, it found a bunch of packages, but then has a ton of "failed to fetch".

So what should I do? Upgrade to oreo? But then, what nethunter iso do I use? Because there aren't any listed for N7 2013 for oreo?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Don't erase yet. I. Uploading newer apps

Uninstall nethunter apk and term-nh all and vncviewer.

Then download and unzip apps zip and install in order.

Termnh
Vncviewer
Open termnh one time and give SuperSU perms and make sure you can get to Kali chroot.

Then install nethunter apk and see if any change .

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

https://drive.google.com/file/d/1u6Zye2CpVeUlf6OcqnORyIdNXykr6NBb/view?usp=drivesdk
Apps.zip from magisk nethunter mod 3.2019

Out doing laundry when I get home I'll upload some Oreo kernels

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Thanks, but the link isn't working. It says it violates google's TOS.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Okay I'll try again and put a password on it .

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

https://drive.google.com/file/d/1u6Zye2CpVeUlf6OcqnORyIdNXykr6NBb/view?usp=drivesdk

The password is KALI [except its all lowercase and the i is a one ]

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Thanks. I installed everything following your instructions. But I'm still having issues installing metapackages.
The termnh crashed the first time that I launched it, similar to what I experienced when I first installed. But the second time it worked. But when I go to Nethunter app and try to install a metapackage like wifi tools, it says what packages it will install, and then says what packages will be installed, removed and upgraded and then there a bunch of "failed to to fetch" and temporary failure of kali.org.
I then tried to ping google.com in that same terminal session and it also fails. Weird. That's gotta be part of the problem right?

If I open another terminal, I can successfully ping google and run apt-get update / upgrade.

Ideas? Should I just start over and try to get Oreo and a later nethunter version?

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

I also just tried to install a metapackage using apt update && apt install kali-linux-wireless and it fails with "failure to resolve".

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

No, maybe I'm not.
I'm just rebooting to TWRP recovery and reinstalling the nethunter image. That might make sense that I could have 2 source files.
I'm really new to android roms and flashing and all of that. I'll research how to restore to stock. I'm assuming that I should use the nexus root toolkit to do this?

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

I did a bunch of these errors after installing the nethunter image in TWRP.
error opening: '/data/local/nhsystem/kali-armhf/dev/ram12 (not a directory)

Really appreciate your help on this

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Yeah you need to use the wipe all data option , it's separate from the stock factory reset wipe.

Complely wipe and don't reboot .
First you need to go to advanced and mount the system folder.
Then after you full data wipe , go back a few times and click reboot to recovery and do a full data wipe again. The errors should be gone

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Use NRT to flash back to stock 5.1.1 I think .

Then you can flash new ROM.

I'm getting the zips organised but feel free to flash a ROM from XDA if u want the practice . you will see in the rom install instructions that most ROMs follow the same instructions

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@naturalstate

Here you go man (no offense if you're not man), rough draft but you should be able to muster through it.

https://github.com/0E800/Nexus-7-2013-Flo-Experimental/releases/tag/Flo-AIO-KaliPWN

One big ol' file that handles everything.
If its not stable enough for you, I can try upload the Nougat version.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Thanks so much, this looks perfect!
I'm working on it now.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

So after rebooting to recovery in TWRP, I wiped by going to format and typing in "yes". I did this 3 times and rebooted back to recovery each time.
I realized that I need to boot into OS to turn MTP on and USB debugging so I can copy the KaliPWN_OREO.zip to the device to flash it. And I see that I don't have root anymore. I was wondering if I was going to be unrooted.
So I need to root with Nexus Root Toolkit again right?
After that do I need to install busybox again?

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Well shit, tried to root device again and went through all the steps that I did the first time. But now I'm getting message in Nexus Root Toolkit that my ADB device is found but it's unauthorized. It says to renable MTP & USB debugging, restarting device, and plugging into a different USB port, but I'm not getting the prompt to accept the RSA key. It won't let me flash to stock without this being taken care of either. Any ideas?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Try this.

Boot into TWRP
Mount System
Goto Wipe -> type Yes wipe.
If not errors then reboot back to recovery
Do the normal factory swipe wipe
Put in USB drive with KaliPWN on it.
Mount it so you can see files on USB
Goto Advanced -> File Manager
Copy KaliPWN to the device directly.
Then take out usb.
Install / Flash KaliPWN

Might not need to mess with NRT

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

The build has root already integrated
It does not install a icon or prompt you if you want an app to use it. It just auto-roots.

You can test this by opening up FX File Manager and going to System(root)
If you dont have root, it will error on you and you wont see any files.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Ah, ok. Cool.
When I go to mount in TWRP and select System. Should I also have Data & Cache selected too?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Yes, you want all of em mounted so that the info gets wiped. Im not sure if the wipe works if they are not mounted.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

ill be back in like 30 minutes. Try to follow the instructions on the Release page.
I was passing out but really did type it up as I was doing it myself on my own N7.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

I'm on the roll a d00be stage and updating. So far so good!

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Excellent. I am really hoping that someone else can it to work. Then the 5+ years I have been baby stepping my way to being able to create this build will not goto waste. 👍

I could have shared it a year ago, but I got burned out on kernel code and repetitive failures.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Finished the apt update && apt autoremove with no problems. And rebooted to be safe. Now trying to install wireless tools metapackage and so far so good. It's downloading everything now. Never got to this point!

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Awesome man. Wait on installing the GAPPS part.

I need to test a more current GAPPS for Oreo build. The PlayStore keeps crashing.

Also we will probably need to update the Nethunter and Term-NH APK packages as those are a year old and I see new builds have been compiled.

You might also appreciate the police band scanner and the patched pandora.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

I do appreciate the police scanner, I saw that. Haha.
GAPPS as in google apps like drive, gmail etc? I'm fine with not having that.
Which nethunter & term-NH apks just the newest ones? Those are pretty universal and should work on any system right?

Anything else that I should be aware of?
It should be fine for me to continue updating with apt-get update && apt-get upgrade?

Any other apps that you've included that I should be aware of or may find useful?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Yea. My bad I missed some of your posts.

#Big FYI#

If you turn on USB debuging you will lose root and HID Keyboard. Not sure why but the silver lining is that your device is more secure without adb.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

I just discovered that someone has a buid of Pie for N7 2013. I'm gonna test and see if I can use it.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

And so does that mean no google play either? So if I need to install an app just get the apk I guess?

After I successfully installed the wifi metapackage, I don't see any of the tools. Weren't they supposed to create a new folder with the new tools? Since I've never got it to work, I'm not quite clear.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Try installing the nethunter and apps I password protected they should be more recent. Compare the versions .

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

K, so unistall the current nethunter app and then install the one that you sent zipped up last night?
The metapackages are supposed to create new folders with tools though right? Can't find a lot of info about what they are actually supposed to do or if there are supposed to be new tools accessible in nethunter app.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

All the apps I think are useful. 2nd line will give you a free SMS phone number in just about any stare.
Lucky patcher will help you remove adds and give you paid for access to some apps .
Macrodroid allows you to set up rules that automate functions . like everytime my phone notices a Linksys WiFi connection it turns off WiFi and turns on Bluetooth and sends a email.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Yes, I think I googled every one to become familiar. Looks like a nice collection!

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

No I think you misunderstand .

Nethunter has some android native tools but mostly its a bunch of helping wrapper scripts for managing the Kali chroot environment .

The metapackages are mostly command line tools

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

You should ask yourself what you want the device to do for you. Then you learn the tools that help you achieve the goal.
Possibly its more efficient for you to perform the tasks from a tablet. You wouldnt go scuba diving before you knew how to swim.. Right ?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Its payment enough that you didn't wuss out on me. You deserve the pat on the back for sticking with it.

I think you will get a kick out of the USB keyboard .

Just google the names of the tools and follow some tutorials

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Haha. Thanks a million man!
One last question, what tool do you recommend to do a full backup of everything so that If I screw something up I can just restore to what I have now? TWRP?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

This what I'm gonna make next.

https://whitedome.com.au/re4son/sticky-fingers-kali-pi/

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

I'm the wrong person to ask man.

I don't trust backups and always felt like i was gonna mess it up trying to back it up

Please share any tips you acquire along the way of figuring it out .

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Check this out.

https://www.amazon.com/gp/aw/d/B010O1G1ES/ref=sspa_mw_detail_0?ie=UTF8&psc=1

Little hack buddy

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Forgot , you should enable developer tools and enable the advanced reboot options.

Also in settings you have a lot of customizations available from AICP Extras.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Cool. I just recently got into some hardware tinkering. Might check that out.
Thanks for the tip and all the help!

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

If you're curious, one thing that I've encountered is trying to run an nmap scan started either in nethunter app or kali CLI crashes and reboots device.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

There is a known issue of the device rebooting when network devices like external usb wifi is disconnected from the device.

For example. I plug in my atheros usb injection supported external wifi into the Nexus.
I unplug it... I plug it back in.. no effect on the N7
I plug it in, I run airmon-ng start wlan1
If I unplug the external wifi, or dont take into account how lose the OTG cable fits the N7, as soon as the device thinks the external wifi is not longer physically plugged in, the device is going to reboot.

The issue threads have multiple issues like this. There are some work arounds, like using alternative commands that accomplish what airmon-ng does that wont crash the system.

Can you record the steps I can take to replicate the crash? See if I can isolate the reason?

I found some more of my builds, try to find you the best Oreo and Nougat of them, they may play nicer.

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024

I have also tried the build and can confirm the reboot of the device after using nmap or zanti.

Thank you for your engament.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

I launch a kali shell and run "nmap -v 192.168.1.131" and it immediately locks up and then a few seconds later reboots. I don't have any wifi cards plugged in. My device is connected over wifi. And my device can successfully ping that device.
Really hope I can get nmap working, that's a pretty basic feature that I need to work.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

I agree. Wireshark being of equal importance.

I will see what I can do. Thank you for continuing to help QA.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@naturalstate

If you don't mind, may you review:
https://security.stackexchange.com/questions/69180/nmap-crashing-embedded-system-in-strange-way

Please attempt a few of the examples to verify if any nmap command causes the reboot or if its certain nmap options being used.

Its a heavy ticket Friday for me so I have to appease to the mob of clients before I can do what I want, I appreciate your patience .

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@naturalstate

If you are using nmap -v this may also be the reason why it crashes:

nmap/nmap#1112

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

It seems that any nmap command crashes. I've ran just a nmap 192.168.1.131 and it crashes. I made a post on the stackexchange post.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Thank you. Ill try a few things.

Also am testing the various Google Play and Services APKs so you can use the store

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Verified Nmap reboot issue.
I used the Nethunter option Nmap Scan.

I think I also have a proper Google Services APK if you want to be able to use the Store and other Google services.

I am attempting to build a Android 9 (Pie) build for N7-2013 to see if it can be Nethunter enabled.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@naturalstate

Check this out:
https://forums.kali.org/showthread.php?43300-Nethunter-on-OnePlus-One-several-odd-things-I-cannot-find-answers-to-on-forum-or-in-Google

I replied to the tread so hopefully it will get resolved. At-least its not unique to my build.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

If I run nmap -sL 192.168.1.1/24 it doesnt reboot.

Will try to reduce the options to see what is causing it.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Ran -sL and it also didn't reboot. Started going down the list and ran -sn and it crashed. -sL only lists targets right? It's not doing any scanning.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

I think its the rate or speed it's trying to scan . but i don't know exactly what ~v does. It probably a combo of commands

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

-v is for verbose mode, it's suppose to show you what nmap is doing. If you do -vv it shows more. And finally you can do -vvv for the most verbose.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

Yeah, sorry what I meant to say was the default scan settings when no options are used.

Like at what rate does is sent out pings etc.

Good news is I was able to build Android Pie for the Nexus 2013, now I just need to patch the kernel to support HID Keyboard and wifi injection. I was impressed that the OS seemed pretty responsive.

As for nmap, I am fairly certain that nmap/nmap#1112 is the answer.
I havent been able to verify if the nmap version on kalifs includes that patch.
I will try to compile nmap with that patch and test, if it resolves the issue then ill include that version.

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

If anyone wants to beta test:

Android Pie Nethunter for Nexus 2013 Wifi (Flo) (have not tested Deb)

https://github.com/0E800/Nexus-7-2013-Flo-Experimental/releases/tag/RR_PIE_Flo_Kali

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@emprise1976

Yeah I noticed that. Haven't tried building nmap yet.

Apologies there is a issue with changing wallpapers. I believe its a permission issue and am testing .I'll upload a new build once I have identified solution .

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024

@0E800
Also zAnti is not working

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024

I assume that nmap is used here, unfortunately it is not visible in the APP, but files are loaded the first time they are executed. You can download the APP for free
.

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024

zAnti uses namp 7.31

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

from kali-nethunter.

emprise1976 avatar emprise1976 commented on July 18, 2024

@0E800 Any News on the NMAP Problem? Is there anything I can help with?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@emprise1976
The new build (r19) doesnt crash the device, but still gives a Segmentation fault error.

It would be helpful if you could try testing a separate nmap build.

I found: https://github.com/kost/nmap-android/releases/download/v7.31/nmap-7.31-binaries-armeabi.zip
Opened the archive and replaced nmap in:
/System(Root)/data/local/nhsystem/kali-armhf/bin/

But when I try to run nmap, it give me a permssion denied as though root wasnt good enough.

So yeah, if you could find another build, shoot, even try nmap from an older release just to rule out if its the application or kernel.

from kali-nethunter.

naturalstate avatar naturalstate commented on July 18, 2024

Any updates on this?

from kali-nethunter.

0E800 avatar 0E800 commented on July 18, 2024

@naturalstate @emprise1976

I was able to get nmap working using an older nmap for android app call anmap.apk

https://code.google.com/archive/p/anmap/downloads

I will keep testing.

from kali-nethunter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.