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
F163329149: D14101.diff
Wed, Jul 22, 4:13 AM
F163328838: D14101.id38835.diff
Wed, Jul 22, 4:10 AM
Unknown Object (File)
Tue, Jul 21, 3:56 AM
Unknown Object (File)
Mon, Jul 20, 10:21 PM
Unknown Object (File)
Mon, Jul 20, 9:18 PM
Unknown Object (File)
Mon, Jul 20, 8:53 PM
Unknown Object (File)
Tue, Jun 23, 12:24 PM
Unknown Object (File)
Tue, Jun 23, 3:01 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14764
Build 14883: 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
29

^ '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
29

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
11

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.