GithubHelp home page GithubHelp logo

Comments (12)

kimocoder avatar kimocoder commented on June 22, 2024 2

Ok. im on my home from holidays now, will take a look tomorrow

from wifite2.

ritiek avatar ritiek commented on June 22, 2024 1

@kimocoder iwconfig is not available on Mac.

from wifite2.

ritiek avatar ritiek commented on June 22, 2024

Are you sure you have the aircrack-ng package installed?

from wifite2.

MisterBianco avatar MisterBianco commented on June 22, 2024

What OS are you using?

Sent from my Samsung SM-N900T using FastHub

from wifite2.

kimocoder avatar kimocoder commented on June 22, 2024

I remember this "crash" I think.. was it when there where no adapters plugged or something?

Anyway, your issue report is missing more information. Please give more details, which command was used/where the error occoured so others may reproduce it for a potiensial fix for it.

from wifite2.

trickpattyFH20 avatar trickpattyFH20 commented on June 22, 2024

I'm getting the same error.
I do have aircrack-ng installed.
running on OSX 10.12.6

commands run:

$ git clone https://github.com/derv82/wifite2.git
$ cd wifite2
$ sudo ./Wifite.py --wep

(I also tried running Wifite.py as the root user, instead of using sudo and I get the same error)

stack trace (click to expand) [+] option: targeting WEP-encrypted networks

[!] Error: [Errno 2] No such file or directory

[!] Full stack trace below

[!] Traceback (most recent call last):
[!] File "./Wifite.py", line 201, in
[!] w.main()
[!] File "./Wifite.py", line 38, in main
[!] Configuration.get_interface()
[!] File "/Users/patricklawler/Documents/projects/wifite2/py/Configuration.py", line 106, in get_interface
[!] Configuration.interface = Airmon.ask()
[!] File "/Users/patricklawler/Documents/projects/wifite2/py/Airmon.py", line 173, in ask
[!] Airmon.terminate_conflicting_processes()
[!] File "/Users/patricklawler/Documents/projects/wifite2/py/Airmon.py", line 235, in terminate_conflicting_processes
[!] out = Process(['airmon-ng', 'check']).stdout()
[!] File "/Users/patricklawler/Documents/projects/wifite2/py/Process.py", line 81, in init
[!] self.pid = Popen(command, stdout=sout, stderr=serr, cwd=cwd, bufsize=bufsize)
[!] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in init
[!] errread, errwrite)
[!] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
[!] raise child_exception
[!] OSError: [Errno 2] No such file or directory

[!] Exiting

Exception AttributeError: "'Process' object has no attribute 'pid'" in <bound method Process.del of <py.Process.Process object at 0x10ccf0650>> ignored

from wifite2.

MisterBianco avatar MisterBianco commented on June 22, 2024

My guess is subprocess is using a sys call that only works on Linux.

Because this tool is only meant to run on Kali Linux.

from wifite2.

ritiek avatar ritiek commented on June 22, 2024

I just tested on my friend's Mac.

It seems like airmon-ng is not available for OSX (although other tools like airodump-ng, aireplay-ng, aircrack-ng are available). I tried installing it with both Brew and MacPorts but no luck. Someone mentioned it in this forum post as well.

Unless there is another way to put a WiFi interface into monitor mode, Mac users are going to be out of luck.

from wifite2.

kimocoder avatar kimocoder commented on June 22, 2024

Do it manually with:

ifconfig down
iwconfig mode monitor
ifconfig up

from wifite2.

kimocoder avatar kimocoder commented on June 22, 2024

Btw!

The "[!] File "./Wifite.py", line 201, in " error displays when there are NO ADAPTERS FOUND. Just tested this on my setup and got the same output as mentioned.

from wifite2.

MisterBianco avatar MisterBianco commented on June 22, 2024

Try going to my profile and downloading my boopsuite repo and using

./boop.py -i wlan1

and tell me if it works on mac

from wifite2.

MisterBianco avatar MisterBianco commented on June 22, 2024

@kimocoder

If you have a Mac will you test my tool and see if it works? I'm curious

from wifite2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.