Bug 204030 - [new port] security/pixiewps: tool used to bruteforce offline the WPS pin
Summary: [new port] security/pixiewps: tool used to bruteforce offline the WPS pin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-26 12:37 UTC by Franz Bettag
Modified: 2015-12-02 17:24 UTC (History)
1 user (show)

See Also:


Attachments
pixiewps shar archive (1.81 KB, text/plain)
2015-10-26 12:37 UTC, Franz Bettag
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Bettag 2015-10-26 12:37:28 UTC
Created attachment 162462 [details]
pixiewps shar archive

Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some APs (pixie dust attack). It is meant for educational purposes only. All credits for the research go to Dominique Bongard.

I already have my patch upstreamed to make it compile/work with FreeBSD, so this made this one easy.

Thanks for your consideration

Franz Bettag
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-02 17:24:03 UTC
A commit references this bug:

Author: feld
Date: Wed Dec  2 17:23:33 UTC 2015
New revision: 402839
URL: https://svnweb.freebsd.org/changeset/ports/402839

Log:
  Pixiewps is a tool written in C used to bruteforce offline the WPS pin
  exploiting the low or non-existing entropy of some APs (pixie dust attack).
  It is meant for educational purposes only.
  All credits for the research go to Dominique Bongard.

  WWW: https://github.com/wiire/pixiewps

  PR:		204030
  Submitted by:	Franz Bettag <franz@bett.ag>

Changes:
  head/security/Makefile
  head/security/pixiewps/
  head/security/pixiewps/Makefile
  head/security/pixiewps/distinfo
  head/security/pixiewps/pkg-descr
Comment 2 Mark Felder freebsd_committer freebsd_triage 2015-12-02 17:24:18 UTC
I'm not thrilled about using a git revision instead of using a proper release, but there's not much to be done when upstream is lazy and doesn't cut releases when they make improvements.
Comment 3 Mark Felder freebsd_committer freebsd_triage 2015-12-02 17:24:33 UTC
committed with minor changes