You all know my passion behind ClubHack. It started with a passion of creating a platform for information security enthusiast to come under one roof & share knowledge.
MythTV is a Free Open Source software digital video recorder (DVR) project distributed under the terms of the GNU GPL. It has been under heavy development since 2002, and now contains most features one would expect from a good DVR (and many new ones that you soon won't be able to live without)
Myth Today has gone beyond a simple DVR and has almost all the features of GoogleTV.
- Watch and record analog and/or digital TV, including HDTV.
- Pause, skip, and rewind live TV shows.
- Completely automatic commercial detection/skipping, with manual correction via an intuitive cutlist editor.
- Intelligently schedules recordings to avoid conflicts.
- Parental controls to keep your kids out of the good shows.
- Watch youtube directly
- Watch and archive DVDs and other video files.
- Listen to your digital music collection.
- Schedule and administer many functions remotely via a web browser.
- Share your TV/Media library in different rooms over UPnP.
- You can add browser to this and do a normal surfing too.
- Many more...
- Lighting control - Turn on/off lights
- Climate control - Manage AC, window blinds
- Security - Alarm management, CCTV feature using normal webcam
- Telecom - Home EPABX with bundled asterisk
- & Media - Play your Media Files, DVDs, CDs, TV whereever you are
- Organize media with special metadata tags
- View/Listen to media in any room
- Media automatically follows you through your home
- New media is automatically detected - even if it's on other devices like another computer on your network or Network Attached Storage (NAS)
- Control all your A/V gear through LinuxMCE (using IR, USB, Ethernet, or RS-232) including automatically powering everything on and setting the proper inputs on each device
- Together with the lighting part of LinuxMCE, lights in the room where video is being watched are dimmed when you start the movie.
- Together with the Telecom part of LinuxMCE, the media is paused, when a call comes in, and continued when you hang up.
Personal Note - Haven't dived deeper into LinuxMCE. Have tried only camera and media setup which works like charm again on an atom machine with 1G RAM
In March this year, there were few shouts about US government forcing certifying Authorities (CAs) to had over SSL key to decrypt mail transfer. Personally I'm not worried till the time the decrypted data is with any govt but it would be a serious issue if anyone else reads my data.
Today twitter announced public availability of @anywhere which I thought of giving a shot.
Yes it's easy to setup and works like charm
<script src="http://platform.twitter.com/anywhere.js?id=YOUR_API_KEY_HERE&v=1"></script>
<script type="text/javascript">
twttr.anywhere(function(twitter) {
twitter.hovercards();
twitter(".post").linkifyUsers();
});
</script>
The way internet has barged into our lives, we have been seeing the world in a very new way.
I stumbled on this image created by Byte Level research LLC which shows the new world
Each ccTLD is sized relative to the population of the country or territory, with the exception of China and India, which were restrained by 30% to fit the layout. At the other end of the spectrum, the smallest type size used reflects those countries with fewer than 10 million residents.
tags: Tech
A lot of tweets today informed me about launch of Damn Vulnerable Web App (DVWA) which is basically an aid for security professionals to test their skills and tools and help web developers better understand the processes of securing web applications.
I had an old list of tools/plug-ins/utilities etc which can be helpful while playing with DVWA and I'd like to share the same for you to learn WebApp Security better.
Proxy Servers:
WebScarab: http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project#Download
Burp: http://www.portswigger.net/suite/download.html
Paros: http://www.parosproxy.org/download.shtml
Firefox Plugins: [ https://addons.mozilla.org/en-US/firefox/collection/webappsec ]
Tamper Data: https://addons.mozilla.org/en-US/firefox/addon/966
SwitchProxy: https://addons.mozilla.org/en-US/firefox/addon/125
SQL Inject Me: https://addons.mozilla.org/en-US/firefox/addon/7597
XSS Me: https://addons.mozilla.org/en-US/firefox/addon/7598
NoScript: http://noscript.net/getit
ShowIP: https://addons.mozilla.org/en-US/firefox/addon/590
ViewStatePeeker: https://addons.mozilla.org/en-US/firefox/addon/7167
LiveHTTPHeader: https://addons.mozilla.org/en-US/firefox/addon/3829
Injection Tools:
SQLMap: http://sqlmap.sourceforge.net/
SQLNinja: http://sqlninja.sourceforge.net/
Pangolin: http://www.nosec.org/en/pangolin.html
Some other HACKMEs:
WebGoat: http://sourceforge.net/project/showfiles.php?group_id=64424&package_id=61824&release_id=613045
Foundstone Hacme Series: http://www.foundstone.com/us/resources-free-tools.asp
While doing webapp security testing, how can someone forget rsnake. Check out http://ha.ckers.org/ & specially his list of jailfree hacking sites @ http://ha.ckers.org/blog/20090406/hacking-without-all-the-jailtime
Happy Hacking
Every time you run an application on Windows box, a prefetch file is created in "c:\WINDOWS\Prefetch". This file with extension .pf keeps information for optimizing the load time of the application (as the name suggests).
I always wanted to see what's there in the .pf file. Recently NirSoft has released a tool called WinPrefetchView which can be used to see the content of these files.
image source : nirsoft.net
Note: This website http://nirsoft.net is a wonderful resource for nice tiny utilities for many system & password plays.