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)
Wed, Jun 5, 8:53 PM
Unknown Object (File)
Wed, Jun 5, 8:53 PM
Unknown Object (File)
Wed, Jun 5, 8:53 PM
Unknown Object (File)
Wed, Jun 5, 8:53 PM
Unknown Object (File)
Wed, Jun 5, 8:53 PM
Unknown Object (File)
Mon, Jun 3, 3:42 PM
Unknown Object (File)
May 11 2024, 6:47 AM
Unknown Object (File)
Apr 19 2024, 2:28 PM
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.