OpenInternet / copilot

An easy to use censorship simulating access point in a box
https://openinternet.github.io/copilot/
GNU Lesser General Public License v3.0
26 stars 2 forks source link

Get co-pilot working on the beagle bone black #44

Closed seamustuohy closed 9 years ago

seamustuohy commented 9 years ago

References: We will need extra storage as it only has 4gb by deafult.

EDIT: it can use a sd card so it is not limited to the 4gb on the board.

seamustuohy commented 9 years ago

Some initial issues using the install script were addressed by updating the kali keyring. https://forums.kali.org/showthread.php?24687-Problem-with-apt-get-update

rm -rf /var/lib/apt/lists
apt-get update 
apt-get install kali-archive-keyring
apt-get update
seamustuohy commented 9 years ago

The Beagle Bone Black assigns the wireless interface to wlan1 instead of wlan0 causing access points to not be created upon intiial installation. The model.py and create_ap init scripts must be modified accordingly.

seamustuohy commented 9 years ago

See https://github.com/OpenInternet/co-pilot_installation/pull/2 for a BBB specific installation scripting in the main installer.

seamustuohy commented 9 years ago

It looks like the wireless issue might have been a one off occurance, which makes me a bit uncomfortable. I will have to look into this further.

seamustuohy commented 9 years ago

Addressed in https://github.com/OpenInternet/co-pilot/commit/b03a6f55dbb9f86cf5d31e1508ee06e3c6335835