Blackthrow drafts and ideas
From Telecomix Crypto Munitions Bureau
Contents |
[edit] werd is this
work in progress as always :)
[edit] Hardware
Raspberry Pi
Pros:
* $25-36 (Not a joke)
* Size of a credit card
* Use as little as 1 Watt
* Full OS (Arch, Debian, Fedora)
* Could possibly be used with an Lithium Polymer 11.1V battery to make it last extreme amounts of time without a power source
(protip: combine with a small solar panel! (keep in mind that there may be snow in your region during winter) TODO: research on how well this works)
* Easily Concealable
Cons:
* No case (ATM) <-- use a plastic bag to protect against rain
* Only 2 types of input (No vga)
* Your monitor will cost 6 times your computer
* A little slow (may be negligable)
* No internal WLAN
- use usb umts device if you can get some electricity but no networks. note that upload may be crappy.
[edit] general resources
[edit] WIFI resources
- http://www.wardrive.net/wardriving/tools (awesome site!: WarDrive.net)
- http://wirelessdefence.org/Contents/coWPAttyMain.htm
- AP Hunter "It can find and automatically connect to whatever wireless network is within range. It can be used for site surveys, writing the results in a file."
[edit] Wifi resources for/on being bad
- http://airsnarf.shmoo.com/rogue_squadron/index.html
- http://packetstormsecurity.org/wireless/wlan_webauth.txt
- http://www.digininja.org/jasager/
- http://monkey.org/~dugsong/dsniff/
[edit] Crontab line to automatically reconnect
Log in as root and type:
crontab -e
Runs once every 60 seconds:(quick reference)
* * * * * $([ $(ifconfig wl0|grep 'inet addr'|wc -l) == "0" ] && [ $(ps auxw|grep wifi|grep -v "grep wifi"|wc -l) == "0" ] && wifi up)

