LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

buddy-ng

Companion server for easside-ng WEP attacks

TLDR

Start buddy-ng server
$ buddy-ng
copy
Start without dropping privileges
$ buddy-ng -p
copy
Show help
$ buddy-ng -h
copy

SYNOPSIS

buddy-ng [options]

DESCRIPTION

buddy-ng is a companion tool for easside-ng that runs on a remote computer with Internet access. It receives and echoes back decrypted packets, allowing easside-ng to access WEP-protected wireless networks without knowing the key.The tool works by having the access point itself decrypt the packets, then forwarding them through buddy-ng.

PARAMETERS

-h

Display help screen
-p
Don't drop privileges after starting

NETWORK

Buddy-ng listens on port 6969 by default, which is the standard port used by easside-ng for communication.

WORKFLOW

1. Start buddy-ng on a remote server with Internet access2. Run easside-ng on the attacking machine, specifying the buddy-ng server3. Easside-ng establishes TCP connection with buddy-ng4. Packets are decrypted by the AP and forwarded through buddy-ng5. Internet access is achieved without knowing the WEP key

COMPILATION

Building buddy-ng requires the --with-experimental flag when compiling aircrack-ng:

$ ./configure --with-experimental
copy
Also requires the libpcap development package.

INSTALL

sudo apt install aircrack-ng
copy
sudo dnf install aircrack-ng
copy
sudo pacman -S aircrack-ng
copy
sudo apk add aircrack-ng
copy
sudo zypper install aircrack-ng
copy
brew install aircrack-ng
copy
nix profile install nixpkgs#aircrack-ng
copy

CAVEATS

Only useful with easside-ng for WEP network attacks. Requires a publicly accessible server to run buddy-ng. Only use on networks you own or have explicit authorization to test. WEP is deprecated and should not be used for security.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid