Skip to content

Commit

Permalink
fixed bluetooth support (e.g. Reverse PAN with payloads/nexmon/karma_…
Browse files Browse the repository at this point in the history
…bt_upstream.txt)
  • Loading branch information
mame82 committed Jan 26, 2018
1 parent 534e2c9 commit 28a3b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/init_bt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ source $wdir/setup.cfg
# include payload (overrides variables set by setup.cfg if needed)
# as the payload could include code (like the hakin9 tutorial), we only
# import bash variables, using a temporary file
cat $wdir/payloads/$PAYLOAD | grep "=" > /tmp/payload_vars
cat $wdir/payloads/$PAYLOAD | grep -e "^\w*=" > /tmp/payload_vars
source /tmp/payload_vars
rm /tmp/payload_vars

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sudo apt-get -y upgrade # include patched bluetooth stack
#fi

# hostapd gets installed in even if WiFi isn't present (SD card could be moved from "Pi Zero" to "Pi Zero W" later on)
sudo apt-get -y install dnsmasq git python-pip python-dev screen sqlite3 inotify-tools hostapd autossh bluez bluez-tools bridge-utils ethtool tshark tcpdump
sudo apt-get -y install dnsmasq git python-pip python-dev screen sqlite3 inotify-tools hostapd autossh bluez bluez-tools bridge-utils ethtool policykit-1 tshark tcpdump


# at this point the nameserver in /etc/resolv.conf is set to 127.0.0.1, so we replace it with 8.8.8.8
Expand Down

0 comments on commit 28a3b2b

Please sign in to comment.