[Q] android MITM - Android Q&A, Help & Troubleshooting

Iis there a way to do ettercap+sslstrip from android, mitm attack.
If anyone is familiar with that pls share it.
I was looking for good app for a couple of months but didn't find a any https sniffing tool.
Ty

Related

Matlab for Android?

anyone knows if it exists or if someone are working on it?
I thinks that it would be a great app in android and there be possible (iphone has a version of it)
thanks everybody.
you make a very good job and make this SO better.
Why not ask the company that makes the software? It's not OSS so there's not much the community can do with it.
Wow...didn't know they had an app for iPhone. How much functionality does it have? I agree, your best bet would be to contact them...
Sent from my Evo...
I don't think that the matlab iphone app was actually a scaled down mobile matlab. I'm pretty sure it just let you remote control matlab on a nearby computer. It would send some of the results back to your phone though. And there is an android app that does exactly that, Matlab Remote for Android.
Sent from my ADR6300 using XDA App
Have a look at this one:
http://www.androidzoom.com/android_applications/productivity/matlab-remote-for-android_jcfl.html
thanks for replies, I 'll ask to company.
I 'll write news here.
thanks.
the matlab version on iphone can do the calulcation base stuff but it won't do any plot and those kind of graphical stuff
least not with the one i played around with a few months ago
Check out the app called Addi
There is a light-weight, java based, open source, matlab / octave clone app for Android called Addi. It is published already. Plotting is in the works, but a lot is already there.
I think there is an octave-like port in the works. (waiting on froyo to clean up a bit, I believe.)
Octave in traditional should give a lot of backend/normal functionality.
Command remotley Matlab with Matlab Commander
Although not a standalone app like Addi, if you are interested in remotely command Matlab on your PC you could try the newly released Matlab Commander.
Look for it in the Android Market.
-fc
As I was also searching for Matlab on android...
I found out that it would be possible to run linux on android!!!!
And my university also has the licenses for matlab on linux.
So does anyone this already tried?:
To run matlab in your linux on android?
I did not tried it yet, because your phone need to be rooted to run linux, and I did't do that because I didn't wanted because of warranty reasons. But if someone says that this is possible than I might want to root
grz.
the next problem will be getting the ARM version of the matlab
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Moving to Q&A
If you're still looking for a Matlab client you might find Anoc interesting which is an Octave (=Matlab clone) editor.
Can't imagine how trying out programs in a phone is going to be comfortable.. Maybe tablet.. What if someone wants to use matlab functions in development.? Do you think there are specific libraries included?
Sent from my GT-I9100 using xda premium
hey guys. i'm new into android developpment.
i have my senior project in my university (i'm a 5th year telecommuncations engineering student) and its about developping an android app that creates a custom watermark (location +date+ text entered by user) and affects it to an image then uploads it to a server, its supposed to be designed for bloggers and offshore journalists... i cant seem to get a good concept... how am i supposed to use matlab via my android? or i can just find a function that does the water mark and add it to my code?
would any one of you be kind enough to help me create a decent diagram for my app, to make it clearer?
thanks in advance

[Q] Beginner Help: GIS app

Hey DEVs,
I've been a power user for almost a year now. I really really dig Android and I feel its about time that I should start developing for this awesome platform too.
I've previously worked in Java and MySQL but I'm completely new to Android Development. Noob is another word to sum it all up. I've tried few video tutorials by setting up SDK and Eclipse. So far that has worked pretty fine for me. I'm now planning to work on a GIS app that could at least incorporate local POIs of where I live.
Its just that I don't really know where to start things from. I've already spent few days looking for appropriate stuff but whatever I came across, was more like scattered pieces of a Jigsaw puzzle. Google Map APIs is another thing that I need alot to learn about ! so Kindly guide me through and give me something to start with ....... I'l be very very grateful !!
regards,
an aspiring dev !
I wrote a custom GIS android app in flash builder 4.5.1, the code base is flex and actionscript using ESRI's arcserver flex api and uses adobe air for native integration on a mobile device. The web service is a local service I am serving up through the town I work for, it is using ArcServer to serve the data. You can check out the app in the android market its called Vernon GIS Fire. ESRI also has an app in the market, it allows you to search their resource center for different web services, you could upload your own data in the resource center and serve it up using their resoucres
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A

[Q] LAMP local host on android?

Hi guys,
I am a junior web developer and learning the world of CMS and would really like to run and test joomla, drupal and wordpress sites of my locahost setup. Is there anyway of installing a localhost on android. I would be extremely interested and i dont mind paying for someything that can do this on. Basically my tablet is lways with me and far more reliable than my windows 7 laptop and would like to do the majority of the work on that and only use windows for the full photoshop software.
Please let me know .
No answers? I hope this question is in the right place. Think of the benefits such as PHP, MySQL, Drupal, Joomla and more... come on please

[Q] app for streaming music??

Hello xda, as u can see i am new to this site.
I joined because I recently had an idea to make an app that would stream music to my phone. I want anyone to be able to use this app.
Here are my questions tho:
First of all i have no clue where to start. I have seen some ways on how to stream online radio stations, but thats not what i am looking for. I want this app to be like a radio station, but play only certain artist off of my computer. It does not have to be fancy. Im looking for a program to use to develop this app, or insight on how to do it. PLEASE help if anyone understands what i am asking for lol
derrickthaller said:
Hello xda, as u can see i am new to this site.
I joined because I recently had an idea to make an app that would stream music to my phone. I want anyone to be able to use this app.
Here are my questions tho:
First of all i have no clue where to start. I have seen some ways on how to stream online radio stations, but thats not what i am looking for. I want this app to be like a radio station, but play only certain artist off of my computer. It does not have to be fancy. Im looking for a program to use to develop this app, or insight on how to do it. PLEASE help if anyone understands what i am asking for lol
Click to expand...
Click to collapse
First things first I would start by learning Java and taking a look at the official Android developer documentation and training. For developing your app the Eclipse IDE and the ADT bundle (Android Development Bundle which includes the Eclipse IDE and Adroid SDK) will include all the tools you need to get started. Once you have worked through writing some basic apps,I would recommend checking out this tutorial on how to make a basic music streaming app. While the tutorial is outdated and uses an outdated version of Android the principles and concepts shown still very much apply today.
I have limited knowledge of Java already, just basics. In that TUT he is using http to stream his music. My question for this is there anyway to not do it via http but rather straight off my hdd or even cloud?? Also I do appreciate you replying so quickly, the TUT you sent is very helpful.
derrickthaller said:
I have limited knowledge of Java already, just basics. In that TUT he is using http to stream his music. My question for this is there anyway to not do it via http but rather straight off my hdd or even cloud?? Also I do appreciate you replying so quickly, the TUT you sent is very helpful.
Click to expand...
Click to collapse
What your looking for is something similar to this app here. One way would be to use cloud storage api's for Android such as Dropbox, Google Drive, etc. to stream the music. Directly off your hdd do you run Linux or Windows because you could look into integrating Samba share as a possibility. Also I would recommend then brushing up on your Java knowledge to make your Android programming experience more enjoyably and seamless (Not having to look up new Java things every minute).
App Making Program
derrickthaller said:
Hello xda, as u can see i am new to this site.
I joined because I recently had an idea to make an app that would stream music to my phone. I want anyone to be able to use this app.
Here are my questions tho:
First of all i have no clue where to start. I have seen some ways on how to stream online radio stations, but thats not what i am looking for. I want this app to be like a radio station, but play only certain artist off of my computer. It does not have to be fancy. Im looking for a program to use to develop this app, or insight on how to do it. PLEASE help if anyone understands what i am asking for lol
Click to expand...
Click to collapse
I love your idea, but really love your desire to make it yourself. A tutorial is the best way to learn app creation. When you "walk" thru the process, or learn as you go, you are learning a new skill that you can expand into other avenues.
I have taken app creation to making my website so others can take their great idea and make it into a reality....good luck and have fun!
DLL
website owner
http://easyappcreation.com

[Q] Android Packet sniffing NO Root

Hello,
I would need for a project the possibility, for sniffing packets from an App without rooting the phone.
First I thought, I could code a Proxy Server on my PC, but then I have seen, that when you want to use a Proxy for WiFi, only the browser, not the Apps use it on the phone
So the solution should look like following.
mobile device -------> PC (MitM) ---------> Internet
Its a kind of a man in the middle analysis.
The solution has to be transparent - the Internet Server shouldn`t realize that a PC is analyzing packets.
Packets should be forwarded 1:1 and just be copied away for later analysis.
The simpler the solution the better
Greet`s Erich
eriche said:
Hello,
I would need for a project the possibility, for sniffing packets from an App without rooting the phone.
First I thought, I could code a Proxy Server on my PC, but then I have seen, that when you want to use a Proxy for WiFi, only the browser, not the Apps use it on the phone
So the solution should look like following.
mobile device -------> PC (MitM) ---------> Internet
Its a kind of a man in the middle analysis.
The solution has to be transparent - the Internet Server shouldn`t realize that a PC is analyzing packets.
Packets should be forwarded 1:1 and just be copied away for later analysis.
The simpler the solution the better
Greet`s Erich
Click to expand...
Click to collapse
Well, without rooting your device I don't think you can find any app which can do this for you ! What you are trying to do is without having a magic wand you are trying to do a magic. I don't think you will get success !
without root access it is not possible bcoz for packet sniffing in PC also a backtrack environment is beat ........and in android we are not able to be an admin to redirect the hardware without root access
I was reading something about a VPN loopback work around.
Because VPN is integrated in Android.
So maybe its possible to tunnel to the PC where I can sniff packets
I have a very good idea for a project - so it would be disappointing when it fails only because there is no solution for non rooted devices.
GreeT`s erich
Howto Loopback VPN
tPacketCapture does packet capturing without using any root permissions.
tPacketCapture uses VpnService provided by Android OS.
Captured data are saved as a PCAP file format in the external storage.
If you want a more detailed analysis, please transfer the file to your PC and use the software handles PCAP format(such as Wireshark).
Click to expand...
Click to collapse
This is similar to what I am looking for.
Does anybody know a opensource project of such a sniffer?
How can I set up a loopback VPN Tunnel on PC for sniffing the traffic?
GreeT`s erich
I am looking for same, did you find an open source project for this?
project like tPacketCapture.
lilovirus said:
I am looking for same, did you find an open source project for this?
project like tPacketCapture.
Click to expand...
Click to collapse
Hey, could you find some useful info on this ? Can you please share.
Thanks

Categories

Resources