Friday, February 17, 2017

how to install bully wps on debian


hiii...~! guys to today i'm gonna show you how to install bully wps on debian or ubuntu

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.

to install this tool you will need some Requirements to install this Requirements run this command

apt-get -y install build-essential libpcap-dev libssl-dev aircrack-ng pixiewps

then download tool from github with this command

git clone https://github.com/aanarchyy/bully
or
wget https://github.com/aanarchyy/bully/archive/master.zip && unzip master.zip

now let's build it with make command

cd bully*/
cd src/
make

then install it with root user by sudo as this

sudo make install

for usage this is the otions in this tool

  usage: bully <options> interface

  Required arguments:


      interface      : Wireless interface in monitor mode (root required)


      -b, --bssid macaddr    : MAC address of the target access point

   Or
      -e, --essid string     : Extended SSID for the access point

  Optional arguments:


      -c, --channel N[,N...] : Channel number of AP, or list to hop [b/g]

      -i, --index N          : Starting pin index (7 or 8 digits)  [Auto]
      -l, --lockwait N       : Seconds to wait if the AP locks WPS   [43]
      -o, --outfile file     : Output file for messages          [stdout]
      -p, --pin N            : Starting pin number (7 or 8 digits) [Auto]
      -s, --source macaddr   : Source (hardware) MAC address      [Probe]
      -v, --verbosity N      : Verbosity level 1-4, 1 is quietest     [3]
      -w, --workdir path     : Location of pin/session files  [~/.bully/]
      -5, --5ghz             : Hop on 5GHz a/n default channel list  [No]
      -B, --bruteforce       : Bruteforce the WPS pin checksum digit [No]
      -F, --force            : Force continue in spite of warnings   [No]
      -S, --sequential       : Sequential pins (do not randomize)    [No]
      -T, --test             : Test mode (do not inject any packets) [No]

  Advanced arguments:


      -d, --pixiewps         : Attempt to use pixiewps               [No]

      -a, --acktime N        : Deprecated/ignored                  [Auto]
      -r, --retries N        : Resend packets N times when not acked  [2]
      -m, --m13time N        : Deprecated/ignored                  [Auto]
      -t, --timeout N        : Deprecated/ignored                  [Auto]
      -1, --pin1delay M,N    : Delay M seconds every Nth nack at M5 [0,1]
      -2, --pin2delay M,N    : Delay M seconds every Nth nack at M7 [5,1]
      -A, --noacks           : Disable ACK check for sent packets    [No]
      -C, --nocheck          : Skip CRC/FCS validation (performance) [No]
      -D, --detectlock       : Detect WPS lockouts unreported by AP  [No]
      -E, --eapfail          : EAP Failure terminate every exchange  [No]
      -L, --lockignore       : Ignore WPS locks reported by the AP   [No]
      -M, --m57nack          : M5/M7 timeouts treated as WSC_NACK's  [No]
      -N, --nofcs            : Packets don't contain the FCS field [Auto]
      -P, --probe            : Use probe request for nonbeaconing AP [No]
      -R, --radiotap         : Assume radiotap headers are present [Auto]
      -W, --windows7         : Masquerade as a Windows 7 registrar   [No]
      -Z, --suppress         : Suppress packet throttling algorithm  [No]
      -V, --version          : Print version info and exit
      -h, --help             : Display this help information

Related Posts:

  • how to install pixiewps on linux hii guys.....~! today i'm gonne show you how to install pixiewps on linux Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some Access Points, the so-cal… Read More
  • How To Install netcat In Ubuntu or debian hi guys to day i'm gonna show you how to install netcat Netcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable "back-end" tool t… Read More
  • how to install bully wps on debian hiii...~! guys to today i'm gonna show you how to install bully wps on debian or ubuntu Bully is a new implementation of the WPS brute force attack, written in C. It is conceptually identical to other programs, in that it… Read More
  • how to install aircrack from Source on debian or ubuntu update your system $ apt-get update nstall all dependencies, Here the list $ sudo apt-get install build-essential libssl-dev subversion checkinstall libnl-3-dev libnl-genl-3-dev when this install is done you … Read More
  • how to install reaver wps on debian or ubuntu update your system $ apt-get update nstall all dependencies, Here the list sudo apt-get -y install build-essential libpcap-dev sqlite3 libsqlite3-dev Setup Download wget https://github.com/t6x/reaver-wps-fork-… Read More

0 comments:

Post a Comment