Chat over 900 MHz with RFcat and ToorChat
*RFcat - atlas and others.
https://code.google.com/p/rfcat/wiki/SupportedDongles
*IM-ME, Chronos, CC1111EMK, ToorCon 14 Badge
*300-928MHz, modulations 2FSK, GFSK, MSK, ASK, and OOK (Frequency Shift Keying, Amplitude Shift Keying, On Off Keying) and baud rates 0 - 250000baud
http://greatscottgadgets.com/tc14badge/
* Open Hardware
https://github.com/mossmann/cc11xx/tree/master/tc14badge
* Hacking fixed key remotes
http://andrewmohawk.com/2012/09/06/hacking-fixed-key-remotes/
* Setting up RFcat
wget https://rfcat.googlecode.com/files/rfcat_121102.tgz
tar zxvf rfcat*.gz
cd rfcat_121102
less README
sudo apt-get install libusb-1.0.0
sudo apt-get install python-usb
apt-cache search python
sudo nano /etc/apt/sources.list # enable restricted, universe, multiverse
sudo apt-get update
apt-cache search python
apt-cache search python | grep usb
sudo apt-get install python-usb
sudo ./rfcat -r
d.ping()
d.RFxmit("Hello World")
exit()
*ToorChat - RootTheBox Team
sudo apt-get install git
git clone https://github.com/hathcox/ToorChat
cd ToorChat
sudo ./toorchat.py
Tails and the Onion Router
Tails is a Linux Distro that boasts mainly about their privacy and anonymity for users. Connections go straight through Tor. The Tor Project is free software and an open network that helps you defend against network surveillance, letting you keep your information private. Tor bounces traffic throughout the world, so someone can't learn who you are or what sites you visit, and the sites can't figure out where you're from. Tails has to be booted from a flashdrive or a cd- installing a distro on a computer can leave traces of your actions on that computer. Tails also uses encryption for your files, data, and even instant messaging. When you boot into Tails, it uses RAM memory, not hard drive space, so any traces are wiped clean upon shut down. You can still save data to another harddrive or USB while using Tails, so if you're working on an important secure file, you won't lose all of your work.
Tails comes with a series of cryptographic tools for encryption. HTTPS Everywhere for private browsing, LUKS for USB encryption, OpenPGP for email, OTR for encrypting instant messages, and Nautilus Wipe to wipe your files from the computer completely.
Of course, there are always security loopholes and problems, and the Tails creators give a great layout of what to expect when using this distro on their page. You do have to give some trust to Tails if you want to use it to it's full advantage.
Feedback
Clifford asks: Hey guys, I am always on the go and need access to my home network for a growing number of reasons. Do you know of a free portable vpn client that can fit on a flash drive.
- OpenVPN Portable: ovpnp.sf.net - open source, windows only, openvpn support.
- KiTTY: http://www.9bis.net/kitty/ - open source, windows only, fork of PuTTY for non-admin, does SSH tunneling.
- Few other non-open source apps but can't recommend 'em.
- Does anyone else know of something?



