Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (08d8cfa2cb066055e2e21db7a59f71c077656dc5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (08d8cfa2cb066055e2e21db7a59f71c077656dc5)
  • Date: Fri, 17 Feb 2017 23:54:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
crypto/bully/BUILD | 1 +
crypto/bully/DETAILS | 24 ++++++++++++++++++++++++
crypto/bully/HISTORY | 2 ++
crypto/bully/INSTALL | 1 +
5 files changed, 32 insertions(+)

New commits:
commit 08d8cfa2cb066055e2e21db7a59f71c077656dc5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bully: new spell, Retrieve WPA/WPA2 passphrase from a WPS enabled access
point

diff --git a/ChangeLog b/ChangeLog
index f5906d9..61b9cb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-17 Ismael Luceno <ismael AT sourcemage.org>
+ * crypto/bully: new spell, Retrieve WPA/WPA2 passphrase from a WPS
+ enabled access point
+
2017-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* utils/pdsh: new spell, high performance, parallel remote shell
utility

diff --git a/crypto/bully/BUILD b/crypto/bully/BUILD
new file mode 100755
index 0000000..6af8afd
--- /dev/null
+++ b/crypto/bully/BUILD
@@ -0,0 +1 @@
+make -C src
diff --git a/crypto/bully/DETAILS b/crypto/bully/DETAILS
new file mode 100755
index 0000000..c4e710a
--- /dev/null
+++ b/crypto/bully/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=bully
+ VERSION=1.0-22
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://www6.frugalware.org/mirrors/linux/kali/kali/pool/main/b/$SPELL/${SPELL}_$VERSION.orig.tar.gz
+
SOURCE_HASH=sha512:2319a55d5ec79322463e6b2ad27af72a8177e82a079021eb17bf0cb0ebda50b0953cf6b17563f026ac93c06e05132e3821d887951da1f077b5d26a6adbecb667
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE="FIXME"
+ LICENSE[0]="GPLv3"
+ ENTERED=20170217
+ KEYWORDS=""
+ SHORT="Retrieve WPA/WPA2 passphrase from a WPS enabled access
point"
+cat << EOF
+Bully is a new implementation of the WPS brute force attack, written in
+C. It is conceptually identical to other programs, in that it exploits
+the (now well known) design flaw in the WPS specification. It has several
+advantages over the original reaver code. These include fewer dependencies,
+improved memory and cpu performance, correct handling of endianness, and a
+more robust set of options. It runs on Linux, and was specifically developed
+to run on embedded Linux systems (OpenWrt, etc) regardless of architecture.
+
+Bully provides several improvements in the detection and handling of
anomalous
+scenarios. It has been tested against access points from numerous vendors,
+and with differing configurations, with much success.
+EOF
diff --git a/crypto/bully/HISTORY b/crypto/bully/HISTORY
new file mode 100644
index 0000000..5155b7d
--- /dev/null
+++ b/crypto/bully/HISTORY
@@ -0,0 +1,2 @@
+2017-02-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/crypto/bully/INSTALL b/crypto/bully/INSTALL
new file mode 100755
index 0000000..67a37f2
--- /dev/null
+++ b/crypto/bully/INSTALL
@@ -0,0 +1 @@
+make -C src prefix="$INSTALL_ROOT"/usr install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (08d8cfa2cb066055e2e21db7a59f71c077656dc5), Ismael Luceno, 02/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page