Page 2 of 7 FirstFirst 1234567 LastLast
Results 11 to 20 of 66
Discuss [REQ] dsniff for iPhone at the Free Toolchain Software - Hackint0sh.org; I had given up proceeding with this project, but now... I'm back. In this time ...
  1. #11
    Professional Array

    Join Date
    Jun 2009
    Posts
    58
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Default Woooa

    I had given up proceeding with this project, but now... I'm back.
    In this time I tested firmware 3.0 and now I downgraded to 2.2.1, like the past. I tried to make ettercap works, just for curiosity, and now this is what I have:

    ettercap has been configured as follow...

    ==================================================

    Install directory: /usr/local


    Libraries :

    LIBPCAP ................ default
    LIBNET ................. default
    LIBSSL ................. default
    NCURSES ................ default
    GTK+ ................... NO

    Functionalities :

    Debug mode ............. yes
    Plugin support ......... no
    Passive DNS ............ yes
    Perl regex in filters .. yes
    Iconv UTF-8 support .... yes

    ==================================================


    ALL I HAVE DONE is:
    1) install a certain number of libs and tools from cydia (make, toolchain 2.0, libpcap, etc.). I will make a list when I will able to finally compile ettercap.
    2) ssh in my iphone (like root), download Ettercap-NG_0.7.3.tar.gz, extract it.
    3) cd ettercap-NG-0.7.3
    4) change the line number 28246 of configure file of ettercap directory like I said above in another post (vim +28246 ....etc). Note: the iphone doesn't come with vim pre-installed, you can download it from cydia; but i suggest you to download configure file to your pc, modify it, and put it back on the phone.
    5) sysctl -w security.mac.proc_enforce=0 security.mac.vnode_enforce=0 (enable gcc to work)
    6) ./configure --enable-debug

    But now if I try "make" it gives me the old errors, like:
    warning: pointer targets in passing argument 1 of 'something...' differ in signedness
    I think I'll have to make some modifications to ettercap's source code.

    mmmm.... well, however this time it seems that libssl, ncurses and "Perl regex in filters" are supported. Maybe the first time they didn't work because I installed all headers (the include directory) by hand and I hadn't been able to do the ln -s trickery in the right way or completely.

    Tomorrow I will try again, without --enable-debug, which I think to give only errors.
    Last edited by 111111; 06-30-2009 at 10:48 AM.


  2. #12
    Rookie Array

    Join Date
    Jan 2008
    Posts
    17
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    goes well on os 3.0

  3. #13
    Professional Array

    Join Date
    Jun 2009
    Posts
    58
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Default

    What do you mean? Have you got it on 3.0? Ettercap works?

  4. #14
    Rookie Array

    Join Date
    Jan 2008
    Posts
    17
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    work like a charm

  5. #15
    Professional Array

    Join Date
    Jun 2009
    Posts
    58
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Default

    How did you manage to make it work? What libraries have you installed? On my phone when I try "make" it shows me some error that should be related with libiconv I think. Ah, have you installed "Iphone 2.0 Toolchain" from BigBoss Repo?


  6. #16
    Newbie Array

    Join Date
    May 2008
    Posts
    5
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    could you upload ettercap to the web, so that I could download it?

  7. #17
    Professional Array

    Join Date
    Jun 2009
    Posts
    58
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Default

    I don't understand.. everyone who seems to have managed to run ettercap on his iphone doesn't want to explain how he did it... they just say I DID IT... and then disappear.
    thanks!

  8. #18
    Newbie Array

    Join Date
    Sep 2009
    Posts
    4
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    I know 111111, if only someone would create a .deb and give us a link.

    I've been following this thing for months. I have dsniff working, but ettercap is so much better.

  9. #19
    Professional Array

    Join Date
    Jun 2009
    Posts
    58
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    7

    Default

    Of course! I tried to use pirni; good project, but i'd like to see ettercap on my phone, at least with filter support.

  10. #20
    Newbie Array

    Join Date
    Sep 2009
    Posts
    7
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Talking Etternet on Iphone works ;)

    Soooo my friends

    i have solved >all< issues, i have a worked ettercap on my iphone FW 3.0

    I dont know how i can make a DEB file but i have written a install txt and packed my customized ettercap source code into a tar.gz

    you can find the tar.gz with all informations here :
    http://o-h-m-a-n-n.de/ettercap-for-i...y-hyp3r.tar.gz

    and here the install instruction :

    Code:
    Install Ettercap on Iphone/Ipod ;)
    Fixed and customized by Hyp3r for the world ;)
    ##################################
    
    Activate gcc
        sysctl -w security.mac.proc_enforce=0 security.mac.vnode_enforce=0
    
    Install toolchain
        apt-get install com.bigboss.20toolchain
        (If you dont find this package, use google to find install information to install toolchain 2.0 on FW3.0)
    
    Header includes links
        ln -s /var/include/* /usr/include
    
    Install iconv
        tar xfvz libiconv-1.13.1.tar.gz 
        cd libiconv-1.13.1
        ./configure --prefix=/usr/local
        make
        make install
    
    Install customized Ettercap
        tar xfvz ettercap-NG-0.7.3.tar.gz
        cd ettercap-NG-0.7.3
        ./configure
        make
        make install
    
    Done ;)
    
    Note :
    I must manipulate the ec_format.c file to solve the iconv symbol link problems,
    so we have now maybe a utf8 problem (maybe)
    God i a "THX Hyp3r" from YOU for this 3 day hard work ?

    Grezz Amigos !


 

 
Page 2 of 7 FirstFirst 1234567 LastLast

LinkBacks (?)

  1. 05-13-2012, 11:44 PM

Similar Threads

  1. Working dSniff script for iphone 3.0
    By fr0g in forum Free Toolchain Software
    Replies: 7
    Last Post: 09-16-2012, 02:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO
(c) 2006-2012 Hackint0sh.org
All times are GMT +2. The time now is 11:47 PM.
twitter, follow us!