From 124151ad8b1bf320489dfd605b5c32c3ca94be9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Wed, 24 Feb 2016 03:21:50 +0200 Subject: [PATCH] Moved to contrib --- network/analyzer/bully/actions.py | 16 --------- network/analyzer/bully/pspec.xml | 47 ------------------------- network/analyzer/bully/translations.xml | 8 ----- 3 files changed, 71 deletions(-) delete mode 100644 network/analyzer/bully/actions.py delete mode 100644 network/analyzer/bully/pspec.xml delete mode 100644 network/analyzer/bully/translations.xml diff --git a/network/analyzer/bully/actions.py b/network/analyzer/bully/actions.py deleted file mode 100644 index 3a0b7e6b94..0000000000 --- a/network/analyzer/bully/actions.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import get -from pisi.actionsapi import pisitools -WorkDir="bully-"+ get.srcVERSION() +"-"+ get.srcRELEASE() +"/src/" - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("../README.md") \ No newline at end of file diff --git a/network/analyzer/bully/pspec.xml b/network/analyzer/bully/pspec.xml deleted file mode 100644 index 54e6d57068..0000000000 --- a/network/analyzer/bully/pspec.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - bully - https://github.com/Lrs121/bully - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - GPLv3 - network - app:console - Implementation of the WPS brute force attack, written in C - 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. - - libpcap-devel - openssl-devel - - https://github.com/Lrs121/bully/archive/v1.0-22.tar.gz - - - bully - Implementation of the WPS brute force attack, written in C - - libpcap - openssl - - - / - - - - - 2016-02-17 - 1.0 - Docker ile yeniden derleme - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - 2016-02-13 - 1.0 - Implementation of the WPS brute force attack, written in C - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - - diff --git a/network/analyzer/bully/translations.xml b/network/analyzer/bully/translations.xml deleted file mode 100644 index 1ae6e5f7a6..0000000000 --- a/network/analyzer/bully/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - bully - Bully, WPS kabadayı saldırı aracı - Bully WPS kabadayı saldırılarının C ile yazılmış yeni bir uygulamasıdır(WPS brute force attack). Mantık olarak diğer kabadayı saldırılarıyla eşdeğerdir. Bully benzerlerine oranla daha az bağımlılık isterbellek yönetimi ve MiB kullanımı daha azdır,sonluluk(endianness) algılaması ve düzeltmesi daha iyidir. - -