Fehler beim Installieren des Metasploit-Frameworks auf Mac Yosemite

Fehler beim Installieren des Metasploit-Frameworks auf Mac Yosemite

Im Wesentlichen bin ich diesem Link gefolgt:http://hackerforhire.com.au/installing-metasploit-framework-on-os-x-yosemite/

Nachdem ich jedoch alle Schritte abgeschlossen und alles eingegeben habe, ./msfconsole tritt der folgende Fehler auf:

/usr/local/share/metasploit-framework/modules/payloads/stagers/android/reverse_tcp.rb:38:in `generate_jar': android/apk/classes.dex not found (RuntimeError)
    from /usr/local/share/metasploit-framework/lib/msf/core/payload/dalvik.rb:27:in `generate'
    from /usr/local/share/metasploit-framework/lib/msf/core/payload.rb:199:in `size'
    from /usr/local/share/metasploit-framework/lib/msf/core/payload_set.rb:158:in `block (2 levels) in recalculate'
    from /usr/local/share/metasploit-framework/lib/msf/core/payload_set.rb:102:in `each_pair'
    from /usr/local/share/metasploit-framework/lib/msf/core/payload_set.rb:102:in `block in recalculate'
    from /usr/local/share/metasploit-framework/lib/msf/core/payload_set.rb:98:in `each_pair'
    from /usr/local/share/metasploit-framework/lib/msf/core/payload_set.rb:98:in `recalculate'
    from /usr/local/share/metasploit-framework/lib/msf/core/modules/loader/base.rb:284:in `block in load_modules'
    from /usr/local/share/metasploit-framework/lib/msf/core/modules/loader/base.rb:281:in `each'
    from /usr/local/share/metasploit-framework/lib/msf/core/modules/loader/base.rb:281:in `load_modules'
    from /usr/local/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:117:in `block in load_modules'
    from /usr/local/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:115:in `each'
    from /usr/local/share/metasploit-framework/lib/msf/core/module_manager/loading.rb:115:in `load_modules'
    from /usr/local/share/metasploit-framework/lib/msf/core/module_manager/module_paths.rb:41:in `block in add_module_path'
    from /usr/local/share/metasploit-framework/lib/msf/core/module_manager/module_paths.rb:40:in `each'
    from /usr/local/share/metasploit-framework/lib/msf/core/module_manager/module_paths.rb:40:in `add_module_path'
    from /usr/local/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:53:in `block in add_engine_module_paths'
    from /usr/local/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:52:in `each'
    from /usr/local/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:52:in `add_engine_module_paths'
    from /usr/local/share/metasploit-framework/lib/msf/base/simple/framework/module_paths.rb:16:in `init_module_paths'
    from /usr/local/share/metasploit-framework/lib/msf/ui/console/driver.rb:220:in `initialize'
    from /usr/local/share/metasploit-framework/lib/metasploit/framework/command/console.rb:62:in `new'
    from /usr/local/share/metasploit-framework/lib/metasploit/framework/command/console.rb:62:in `driver'
    from /usr/local/share/metasploit-framework/lib/metasploit/framework/command/console.rb:48:in `start'
    from /usr/local/share/metasploit-framework/lib/metasploit/framework/command/base.rb:82:in `start'
    from /usr/local/bin/msfconsole:48:in `<main>'

Es scheint, dass der Pfad zu android/apk/classes.dev nicht korrekt ist oder nicht existiert. Irgendwelche Hilfe?

Antwort1

Wenn Sie ein Antivirenprogramm installiert haben, überprüfen Sie, ob es nichts von Metasploit blockiert. In meinem Fall war die schnelle Lösung, „File System Shield“ in Avast zu deaktivieren.

verwandte Informationen