Author Archive
Using SSH to bring local ports home
by Hans Kokx on Apr.27, 2013, under Linux, Mac OS X, Visitor Favorite
While developing a web application on a test server, I had a need to view the page in my browser. Unfortunately, the server was locked away behind a firewall, and the only port I had available was 22, for SSH. At that, the only way to SSH to that box is to hop through a different box. So, our scenario begins to look like this: (continue reading...)
Macbook Pro screen burn-in issues
by Hans Kokx on Mar.20, 2013, under Mac OS X
This isn't the sort of thing I typically write about here, but it's been far too long since my last update. I figured I'd give you something useful to chew on.
Yes!
by Hans Kokx on Oct.18, 2010, under Linux, Tips & Tricks
An oft neglected command (perhaps because it is little known, or perhaps because we tend not to think of the utility it provides) is the command "yes." There are no options for the command yes, but that does not mean it is any less powerful.
The Unstoppable Windows Hacking Device
by Hans Kokx on Aug.16, 2010, under Security, Visitor Favorite, Windows
Next in a long run of Windows hacks, we have a device that can not be blocked easily via software, and is fully customizable. The Teensy 2.0 (purchased for $18 at www.pjrc.com) is an Arduino-like microcontroller that can be programmed to act as a keyboard once plugged in. The device and vendor IDs can be changed at will, making it extremely difficult to block it as a single device. (I, myself, have mine identifying as an Apple Pro Keyboard - as it requires no drivers in Linux, Mac OS X, or Windows - and doesn't queue off OS X to identify an unknown keyboard.) There is an application out there that takes inventory of your USB devices and monitors for, and blocks, new devices - but unless you have this highly obscure program running, you are likely to to fall victim to this device.
Sidestepping Windows Login Credentials
by Hans Kokx on Feb.21, 2010, under Linux, Security, Tips & Tricks, Visitor Favorite, Windows
It's no secret that Windows security is akin to that of cheesecloth. As if you needed yet another reason to switch to a real operating system, let's take a look at how to get administrative access on any Windows 2000, XP, Vista, or 7 box that you can physically access, and change the boot medium on.
Hacking the U3 into a Switchblade on Windows Vista and Windows 7
by Hans Kokx on Feb.21, 2010, under Security, Visitor Favorite, Windows
Straight out of the hak5 wiki, I've been trying to build my own USB Switchblade. Unfortunately, at the time of the episode, the best we had was Windows XP. Well, time has passed, things have changed, and I'm sitting on a Windows 7 box (honestly, I only use it for gaming), and I no longer have an XP box in the house. The instructions for creating a Switchblade involve running a utility that reflashes your U3 capable USB thumbdrive with a custom .iso that includes all your fun tools. Unfortunately, Windows Vista and Windows 7 operate quite a bit differently than Windows XP, and the utility that reflashes your pen drive complains that "you can only update one U3 compatible device at a time," and that you should "unplug all other devices." Fortunately, I have found a solution.
Modlog – a BASH modular logger
by Hans Kokx on Nov.10, 2009, under Bash Scripts, Linux
Introduction
This summer, I had the good fortune to spend several months working at the University of Michigan. One of the tasks assigned to me was devising a method for data collection over time for certain types of data. In particular, we were looking to collect information from /proc/meminfo and out of our lm_sensors output.
The issue that we came across with logging these sets of data was that they were set up for one-time viewing. That is, they looked similar to the following: (continue reading...)
Remove the NFL app from the Pre
by Hans Kokx on Jul.29, 2009, under Tips & Tricks, Visitor Favorite
Introduction
Ever since the Palm Pre came out, there has been a dull uproar over the inability to remove certain apps, specifically the NASCAR app that nobody seems to use. A typical downloaded application can be removed by pressing [orange] while tapping on the application icon. A dialog will pop up that gives you the option to delete the application. Unfortunately, this option does not exist for the NASCAR application, and now Sprint has decided to plague us with a second useless application: the NFL app.
Removing the NASCAR app from your Palm Pre
by Hans Kokx on Jun.24, 2009, under Tips & Tricks, Visitor Favorite
Introduction
Ever since the Palm Pre came out, there has been a dull uproar over the inability to remove certain apps, specifically the NASCAR app that nobody seems to use. A typical downloaded application can be removed by pressing [orange] while tapping on the application icon. A dialog will pop up that gives you the option to delete the application. Unfortunately, this option does not exist for the NASCAR application. (continue reading...)
IPv6 in Windows XP
by Hans Kokx on Apr.01, 2009, under Windows
There is no doubt that we will soon run out of IPv4 space. To remedy this problem, IPv6 was developed. Linux and Mac OS X have inherit IPv6 support, and many people are still avoiding Vista in lieu of XP. Unfortunately, Windows XP does not have the built in IPv6 support that comes inherit with newer operating systems.