Page MenuHomeFreeBSD

New port: net/reaver: Reaver brute force attack against WPS (Wi-Fi Protected Setup)
ClosedPublic

Authored by yuri on Jan 28 2018, 11:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 1:51 PM
Unknown Object (File)
Tue, Aug 11, 3:44 AM
Unknown Object (File)
Tue, Aug 11, 12:41 AM
Unknown Object (File)
Sun, Aug 9, 2:45 PM
Unknown Object (File)
Sun, Aug 9, 12:53 AM
Unknown Object (File)
Sat, Aug 8, 9:00 PM
Unknown Object (File)
Sat, Aug 8, 5:24 PM
Unknown Object (File)
Fri, Aug 7, 9:01 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14636
Build 14766: arc lint + arc unit

Event Timeline

yuri retitled this revision from net/reaver: Reaver brute force attack against WPS (Wi-Fi Protected Setup) to New port: net/reaver: Reaver brute force attack against WPS (Wi-Fi Protected Setup).Jan 28 2018, 11:16 PM
net/reaver/Makefile
28

^ 'rm' always looks fishy to me -- also note, that the string '/var/lib/reaver' appears in the binary.

yuri marked an inline comment as done.Jan 31 2018, 6:15 AM
yuri added inline comments.
net/reaver/Makefile
28

They are all directories:

$ find work/stage/var | xargs file
work/stage/var:            directory
work/stage/var/lib:        directory
work/stage/var/lib/reaver: directory

These probably need to be fixed upstream. I reported this but their answer wasn't meaningful.
Directories shouldn't be needed. But I didn't try the port myself.

yuri marked 2 inline comments as done.Jan 31 2018, 6:16 AM
net/reaver/pkg-descr
10

Github displays the README.md automatically. WWW should be the site, not a specific file.

yuri marked an inline comment as done.

Fixed WWW

This revision is now accepted and ready to land.Feb 3 2018, 10:25 PM
This revision was automatically updated to reflect the committed changes.