Homebrew Smashhax on Android possible?

  • Thread starter Thread starter Pikasack
  • Start date Start date
  • Views Views 6,485
  • Replies Replies 46
http://bfy.tw/3931

Not to be sassy but come on bud.
Yeah I just woke up, sorry lol

EDIT: so we don't need pkg-config if we precompile everything on something else, I'm guessing it might be similar for other packages too, though I may be wrong
 
Last edited by dark_samus3,
I meant so we could just type everything, save as .sh and then run everything without typing again.
Yeah, since .sh files are shell scripts (which are run through bash or similar) that is possible... I'm mostly showing Android is really a Linux kernel with Linux binaries with that screenshot and I'm pretty sure the stuff can be cross compiled just fine and run through the terminal
 
Yeah, since .sh files are shell scripts (which are run through bash or similar) that is possible... I'm mostly showing Android is really a Linux kernel with Linux binaries with that screenshot and I'm pretty sure the stuff can be cross compiled just fine and run through the terminal
I doubt this will work due to x86 vs arm... but good luck.
 
If you have a custom ROM like Cyanogenmod, you can do a bit more abuse to the system.
It can also have special privileges in some areas.
If we need to test anything if this becomes a thing, let me know.
 
http://aircrack-ng.blogspot.com/2012/02/aircrack-ng-on-phones-android-iphone.html
If you can get that working than you might have a chance, because all you really need to do is broadcast a pcap using aireplay-ng

So, if you want to do it with just your phone, you are almost entirely out of luck. You might be able to use an external usb wireless adapter with your phone, but I dont think that will work.
 
Last edited by Cydget,
So, I was messing about with linux deploy and I think this is possible. I was having problems compiling the patched aircrack-ng, but I installed jessie amdhf to my tablet, because it was the same OS as my raspberrypi. So, I believe I can copy over the compiled from my raspberrypi and run them with my tablet. I already know for a fact that my tablet's internal wifi card doesnt support monitor mode, but if I find my lost USB to tablet adapter, I should be able to use my USB wireless adapter. Ill test/look for my adapter tomorrow.
 
  • Like
Reactions: dark_samus3
So, I was messing about with linux deploy and I think this is possible. I was having problems compiling the patched aircrack-ng, but I installed jessie amdhf to my tablet, because it was the same OS as my raspberrypi. So, I believe I can copy over the compiled from my raspberrypi and run them with my tablet. I already know for a fact that my tablet's internal wifi card doesnt support monitor mode, but if I find my lost USB to tablet adapter, I should be able to use my USB wireless adapter. Ill test/look for my adapter tomorrow.

How would we go about finding if monitor mode is supported on a device's internal card?
 
How would we go about finding if monitor mode is supported on a device's internal card?
Install linux deploy and see if you can set it to monitor mode with
sudo ifconfig wireless interface down
sudo iwconfig wireless interface mode monitor
sudo ifconfig wireless interface up
sudo iwconfig
If it is in monitor mode it works. If not you need an adapter.
 

Site & Scene News

Popular threads in this forum