Results 1 to 2 of 2

Thread: Mkbrutus

  1. #1
    Join Date
    2015-Mar
    Posts
    1

    Mkbrutus

    Please help i am getting this error assist me


    python3 mkbrutus.py -t 10.4.4.1 -d our_dictionary
    _ _ _ _ _____ ____ _ _ ____ _ _ _____
    | \/ || | / /| ___ \ ___ \ | | |_ _| | | / ___|
    | . . || |/ / | |_/ / |_/ / | | | | | | | | \ `--.
    | |\/| || \ | ___ \ /| | | | | | | | | |`--. \
    | | | || |\ \| |_/ / |\ \| |_| | | | | |_| /\__/ /
    \_| |_/\_| \_/\____/\_| \_|\___/ \_/ \___/\____/

    Mikrotik RouterOS Bruteforce Tool 1.0.2
    Ramiro Caire (@rcaire) & Federico Massa (@fgmassa)
    http://mkbrutusproject.github.io/MKBRUTUS
    [*] Starting bruteforce attack...
    ---------------------------------
    Traceback (most recent call last):
    File "./mkbrutus.py", line 364, in <module>
    main()
    File "./mkbrutus.py", line 295, in main
    dictFile = codecs.open(dictionary,'rb', encoding='utf-8', errors='ignore')
    File "/usr/lib/python3.2/codecs.py", line 884, in open
    file = builtins.open(filename, mode, buffering)
    IOError: [Errno 21] Is a directory: 'our_dictionary'

  2. #2
    The -d parameter needs a single dictionary file, not a directory.

Posting Permissions

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