Results 1 to 3 of 3

Thread: setoolkit - install

  1. #1
    Join Date
    2016-Feb
    Posts
    2

    setoolkit - install

    hi, i am running kali linux 2.0.1 on a raspberry pi 2.
    i am trying out setoolkit but is giving me some errors.
    can someone point me to what is wrong?

    to install i run:
    git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
    then cd to set and run
    setoolkit

    it starts and tried out 1) Social-Engineering Attacks --> 2) Website Attack Vectors --> 3) Credential Harvester Attack Method --> 1) Web Templates --> IP -->chose one of the templates:
    and i get:
    [!] Something went wrong, printing the error: No module named pexpect

    tried to install pexpect (github) and now after running setoolkit the error i get is:
    [!] Something went wrong, printing the error: No module named ptyprocess

  2. #2
    Join Date
    2016-Feb
    Posts
    2
    apt-get install SET

  3. #3
    Join Date
    2016-Feb
    Location
    Bangalore
    Posts
    114
    Install dependencies:


    sudo apt-get build-dep python3.2
    sudo apt-get install libreadline-dev libncurses5-dev libssl1.0.0 tk8.5-dev zlib1g-dev liblzma-dev


    Download Python 3.3.0:


    wget http://python.org/ftp/python/3.3.0/Python-3.3.0.tgz


    Extract:


    tar xvfz Python-3.3.0.tgz


    Configure and Install:


    cd Python-3.3.0
    ./configure --prefix=/opt/python3.3


    make
    sudo make install


    Test if it worked:


    /opt/python3.3/bin/python3




    if python is installed


    then diretly do this


    pip install pexpect or easy_install pexpect
    ################################################

    |
    /vvvvvvvvvvvv \-------------------------------------------------------------------------,,
    |^^^^^^^^ /===================================--""

    ################################################
    ----------The quieter you become,The more you will able to hear-----------
    ################################################
    Venkatesh L Sharma https://twitter.com/1337in

Similar Threads

  1. Setoolkit
    By webdark in forum Community Feedback
    Replies: 5
    Last Post: 2021-10-28, 17:39
  2. setoolkit help plz
    By perffect in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-09-22, 23:23
  3. What IP should I use for setoolkit?
    By Mike9876 in forum General Archive
    Replies: 1
    Last Post: 2019-08-20, 00:18
  4. Setoolkit
    By pbm in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2014-07-01, 18:21

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •