appknox / AFE

Android Framework for Exploitation, is a framework for exploiting android based devices
GNU General Public License v3.0
186 stars 77 forks source link

postdata.py not found #2

Closed sterg closed 11 years ago

sterg commented 11 years ago

Hi,

First of all I would like to thank you about the wonderful framework.

I folllowed the manual and also some online videos and managed to reach upo to the point that I am about to start the reverse handler however I getting this error.

Success Starting: Intent { cmp=com.xysecv3/.Xysecv3Activity } Starting listener, press Ctrl+C to exit listener python: can't open file 'postdata.py': [Errno 2] No such file or directory

The code that is calling the postdata.py as you know exists at the modules/malware/run.sh I tried to find that file with no luck and also I browsed the code from previous commits but there is no where.

Best regards Stergios

subho007 commented 11 years ago

Hello Sterg,

Well yeah, it was first included in the framework, but then, it has been integrated with do_serve() function. I haven't integrated that fully ! but you can go back to the menu

Afe/menu$ serve <ip>

for the same !

sterg commented 11 years ago

Hi subho007

That was it! Thanks a lot.

Although I think you mean <port> instead of <ip>. I mentioning this just for others that might have the same problem.

Afe/menu$ serve -p <port>

Stergios