Technology: November 2015 Archives
Capture network streams from BBC iPlayer (TV in the UK only; radio around the world) for later listening using this Perl application. It is up-to-date with the BBC's recent changes in streaming methods. It's a command-line tool -- no GUI. get_iplayer documentation can be found here.
For example:
get_iplayer --type=radio --get "Missing Hancocks" --modes=flashaaclow --aactomp3 --force
looks for any programme with Missing Hancocks in the title, looks for a flash AAC stream for the program, converts the received AAC stream to MP3 (the default is MP4), and the --force option overwrites any previous recording.
In lieu of --get followed by a title, you can specify a particular programme ID with an option of this form --PID=b06qht29, where the string after the equals sign is the eight-character programme ID that appears in the BBC iPlayer URL for that episode.
A Stalker's Best Friend: Inside JSocket's Android Remote Access Tool Builder - Threat Geek
Cybersecurity expert John Bambenek writes about vulnerabilities that can give a hacker an easy way to track your Android phone, and how to reduce your risk.