From owner-svn-ports-all@freebsd.org Sat Feb 3 23:47:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56672ED2F3F; Sat, 3 Feb 2018 23:47:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 051FC81974; Sat, 3 Feb 2018 23:47:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D483B11EB4; Sat, 3 Feb 2018 23:47:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w13Nla2U009662; Sat, 3 Feb 2018 23:47:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w13Nla7Z009658; Sat, 3 Feb 2018 23:47:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802032347.w13Nla7Z009658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Feb 2018 23:47:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460860 - in head/net: . reaver X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net: . reaver X-SVN-Commit-Revision: 460860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 23:47:37 -0000 Author: yuri Date: Sat Feb 3 23:47:36 2018 New Revision: 460860 URL: https://svnweb.freebsd.org/changeset/ports/460860 Log: New port: net/reaver: Reaver brute force attack against WPS (Wi-Fi Protected Setup) See details here: https://github.com/t6x/reaver-wps-fork-t6x PR: 225400 Submitted by: Martin Filla Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14101 Added: head/net/reaver/ head/net/reaver/Makefile (contents, props changed) head/net/reaver/distinfo (contents, props changed) head/net/reaver/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Feb 3 22:51:09 2018 (r460859) +++ head/net/Makefile Sat Feb 3 23:47:36 2018 (r460860) @@ -1128,6 +1128,7 @@ SUBDIR += rdapper SUBDIR += rdesktop SUBDIR += rdist6 + SUBDIR += reaver SUBDIR += recvnet SUBDIR += redir SUBDIR += relayd Added: head/net/reaver/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/reaver/Makefile Sat Feb 3 23:47:36 2018 (r460860) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= reaver +DISTVERSIONPREFIX= v +DISTVERSION= 1.6.4 +CATEGORIES= net + +MAINTAINER= martinfilla@post.cz +COMMENT= Reaver brute force attack against WPS (Wi-Fi Protected Setup) + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../docs/LICENSE + +USES= gmake +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= t6x +GH_PROJECT= ${PORTNAME}-wps-fork-t6x + +WRKSRC_SUBDIR= src + +PLIST_FILES= bin/reaver \ + bin/wash \ + man/man1/reaver.1.gz + +post-install: + @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/reaver bin/wash + @${RM} -r ${STAGEDIR}/var/lib + ${INSTALL_MAN} ${WRKSRC}/../docs/reaver.1.gz ${STAGEDIR}${PREFIX}/man/man1 + +.include Added: head/net/reaver/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/reaver/distinfo Sat Feb 3 23:47:36 2018 (r460860) @@ -0,0 +1,3 @@ +TIMESTAMP = 1517179510 +SHA256 (t6x-reaver-wps-fork-t6x-v1.6.4_GH0.tar.gz) = 1fa2e70857017a5658c2d00b30b6a20a5ea1f0117b428b0ddf422444e11e86ff +SIZE (t6x-reaver-wps-fork-t6x-v1.6.4_GH0.tar.gz) = 480048 Added: head/net/reaver/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/reaver/pkg-descr Sat Feb 3 23:47:36 2018 (r460860) @@ -0,0 +1,10 @@ +Reaver implements a brute force attack against WPS (Wi-Fi Protected Setup) +in order to recover WPA/WPA2 passphrases. + +Reaver is intended for penetration testing only, and not for unauthorized access +to protected computer networks. Reaver exploits the flaws of the WPS design. + +The implementation is based on the paper: +https://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf + +WWW: https://github.com/t6x/reaver-wps-fork-t6x/