Skip to content

Commit

Permalink
Merge pull request #1 from hph86/master
Browse files Browse the repository at this point in the history
Port patch to support hostapd-2.5
  • Loading branch information
NerdyProjects authored Nov 13, 2018
2 parents 53464dc + 6377893 commit 7d504d6
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 224 deletions.
18 changes: 18 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,21 @@ HOSTAPD_BIN points to the hostapd binary to run.

There is another patch for aircrack-ng:
You may use airodump to deauthenticate clients from access points with given SSID. You may also specify a BSSID where clients would not get deauthenticated. Another filter is for the signal strength: Only disconnect clients which are near to you (so they will connect to your rogue access point)

Update 2015-10-30:
------------------

The main patch (0001) has been ported and now applies to the release hostapd-2.5.tar.gz.
It can be used like this:

wget https://w1.fi/releases/hostapd-2.5.tar.gz
tar zxvf hostapd-2.5.tar.gz
git clone https://github.com/hph86/hostapd-wpe-extended.git
patch -p1 < ./hostapd-wpe-extended/hostapd-patch/0001-patched-WPE-added-additional-WPE-output-file-with-fi.patch
cd hostapd-2.5/hostapd/
cp defconfig .config
vim .config
make
cd ../../hostapd-wpe-extended/
sudo ./start.sh <interface> <ssid> <log file>

Loading

0 comments on commit 7d504d6

Please sign in to comment.