Results 1 to 7 of 7

Thread: Install sslstrip on backtrack

  1. #1
    Join Date
    Mar 2010
    Posts
    182

    Install sslstrip on backtrack

    Hello,
    I have backtrack install on my computer. The problem is that I need to install the ssl strip on my backtrack operating system. But the problem is that it is giving me an error which I do not know how to fix. any help regarding this is appreciated. Also, I have heard that it is used with http, so if you guys have any information on this please let me know. Any other tools which are useful can be posted. Thanks in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    335

    ssl strip onto backtrack

    Hello,
    Sslstrip was born of a simple observation:
    The majority of users do not look at the URL displayed in the address bar of their browser, and when it appears to them an error message most of the time they click on ok without knowing what they do.
    The users rely on an impression, a feeling, a feeling based on what they see
    - indicators that say the page is secure
    - with a padlock icons that appear here and there
    - the address bar that changes color
    when these elements are present, the user thinks that the page is secure.

  3. #3
    Join Date
    Nov 2009
    Posts
    333

    Re: Install sslstrip on backtrack

    Hello,
    I agree with the above post, I would like to add. When one wants to tackle the https, the goal is to maintain confidence and not to arouse the suspicion of the user by displaying a warning message saying that the certificate was not issued by an authority approved or that sort of thing that might seem abnormal. In short, to trick the user should not it output of warning messages, and must maintain it in a visual environment that will let him think he is on a secure site.

  4. #4
    Join Date
    Nov 2009
    Posts
    343

    Re: Install sslstrip on backtrack

    Hello,
    The majority of users who surf the web have already heard this word: https (hyper text transfer protocol secured). It stands for secure connection and encrypts sensitive data on websites such as banking, to avoid any interception of data. Thanks to a system of certificates, the browser will be able to ensure that the website to which it is connected to is who they claim to be. A trusted third party is used for this, it is called the CA (certificate authority).

  5. #5
    Join Date
    Nov 2009
    Posts
    583

    Re: Install sslstrip on backtrack

    Hello,
    Also more information on this, by comparing the site's certificate on which it is connected and the CA certificate (the trusted third party) that the browser will ensure that is connected to a secure site. The default port for https is port 443, while the default port for http is port 80 classic. Once connected to https, the information will pass between the browser and web server are encrypted via SSL (secured socket layer) encryption protocol to enable highly secure data.

  6. #6
    Join Date
    Nov 2009
    Posts
    335

    Re: Install sslstrip on backtrack

    Hello,
    First install (demo done on Backtrack 3 Final):
    Code:
    ssl-0.x.tar.gz
    tar xvzf ssl-0.x.tar.gz
    cd / ssl-0.x
    python setup.py install
    The app is installed, it will have to enable ip forwarding and redirect http traffic with iptables:
    Code:
    echo "1"> / proc/sys/net/ipv4/ip_forward
    I guess this is what you are looking for

  7. #7
    Join Date
    Nov 2009
    Posts
    583

    Re: Install sslstrip on backtrack

    Hello,
    Few options for ssl
    Options:
    -w <filename> , - Write = <filename> Specify file to log to (optional).
    -p, - post log only SSL POSTs. (Default)
    -s, - ssl Log all SSL traffic to and from server.
    -a, - all HTTP and SSL log all traffic to and from server.
    -l <port> - Listen = <port> Port to listen on (default 10000).
    -f, - favicon favicon Substitute a lock on secure requĂȘtes.
    -k - Kill killsessions sessions in progress.
    -h Print this help message.

Similar Threads

  1. How to install backtrack 5
    By ssahu344 in forum Operating Systems
    Replies: 2
    Last Post: 11-05-2012, 03:07 PM
  2. SSLSTRIP and WIFIZOO in BackTrack 5
    By Baldwin in forum Operating Systems
    Replies: 5
    Last Post: 09-07-2011, 08:59 PM
  3. Unable to install BackTrack 5 on KDE
    By The$Jinendra in forum Windows Software
    Replies: 5
    Last Post: 09-07-2011, 10:38 AM
  4. How to install ubertooth one in Backtrack 5?
    By Chahel in forum Operating Systems
    Replies: 5
    Last Post: 24-06-2011, 04:06 AM
  5. Ettercap and sslstrip in backtrack 5
    By GaganGang in forum Operating Systems
    Replies: 4
    Last Post: 18-06-2011, 02:44 AM

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,557,336.22835 seconds with 17 queries