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
F124478539: D14101.diff
Sun, Jul 27, 3:14 AM
Unknown Object (File)
Tue, Jul 15, 4:56 PM
Unknown Object (File)
Jun 22 2025, 8:49 PM
Unknown Object (File)
Jun 21 2025, 4:14 AM
Unknown Object (File)
Jun 16 2025, 1:45 PM
Unknown Object (File)
Jun 14 2025, 8:31 AM
Unknown Object (File)
Jun 2 2025, 11:48 AM
Unknown Object (File)
May 22 2025, 5:18 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.