Results 1 to 3 of 3

Thread: Need to fix MITMf. Help me!

  1. #1
    Join Date
    2016-May
    Posts
    1

    Unhappy Need to fix MITMf. Help me!

    Hello,

    I'm using Kali Linux and perform MITMf. I installed MITMf as follows:
    Code:
    apt-get install mitmf
    After the installation is complete, I started implementing code sslstrip+ bypass HSTS as follows:
    Code:
    mitmf --spoof --arp -i eth0 --target 192.168.43.203 --gateway 192.168.43.1 --hsts
    The result I get is an error number as follows:
    Code:
    Traceback (most recent call last):
    File "mitmf.py", line 180, in 
    from core.protocols.smb.SMBserver import SMBserver
    File "/opt/mitmf/core/protocols/smb/SMBserver.py", line 5, in 
    from impacket import version, smbserver, LOG
    ImportError: cannot import name LOG
    I tried installing Impacket. But the results still such errors. Can someone help me?

    Sorry for my english language.

  2. #2
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    Repetitio est mater studiorum

  3. #3
    Join Date
    2013-Jul
    Posts
    844
    To tung

    Suggest you FIRST use the suggestions by duxim above. If this doesnot work consult the link below.

    https://forums.kali.org/showthread.p...hlight=sslslip

    MTeams

Similar Threads

  1. MITMf Error
    By shad0vvfax in forum NetHunter General Questions
    Replies: 4
    Last Post: 2020-01-13, 10:36
  2. Install MITMf
    By karencho in forum How-To Archive
    Replies: 3
    Last Post: 2016-02-06, 01:34

Tags for this Thread

Posting Permissions

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