Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixiewps installation fails on Ubuntu #23

Closed
akaars opened this issue Jan 8, 2018 · 1 comment
Closed

pixiewps installation fails on Ubuntu #23

akaars opened this issue Jan 8, 2018 · 1 comment
Labels
Projects

Comments

@akaars
Copy link

akaars commented Jan 8, 2018

Reproduction scenario:

  1. On ubuntu machine as a regular user run fsociety:

python2 ./fsociety.py

  1. Select {3}--Wireless Testing -> {2}--pixiewps
  2. The following message is displayed:
    Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some Access Points, the so-called "pixie dust attack" discovered by Dominique Bongard in summer 2014. It is meant for educational purposes only

Continue ? Y/N : Y

  1. Press on Y, installation starts and fails after a while with the following error:

make: *** No targets specified and no makefile found. Stop.

It seems the "src" part should be removed

>os.system(" cd pixiewps/ && make ")

os.system(" cd pixiewps/ && sudo make install")

instead of
os.system(" cd pixiewps/src & make ")
os.system(" cd pixiewps/src & sudo make install")

@thehappydinoa
Copy link
Collaborator

I will fix this, thanks for reporting.

thehappydinoa added a commit that referenced this issue Jan 8, 2018
Fixed pixiewps install
@thehappydinoa thehappydinoa added this to Done in Bugs Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Bugs
  
Done
Development

No branches or pull requests

2 participants