-
With great excitement, I have switched hosting and created a brand new website. Old content has been brought over from the previous blog. I plan to start posting a lot more. New year, new goals, new experience. I don’t have a focus or specialized niche since I’m passionate about all technology. So look forward to […]
-
As I said before, I wanted to hook up my Arduino to work with XChat. I wrote a plug-in to raise a flag attached to my computer monitor when my nick is mentioned in the channel.
-
My computer pretty much stays connected to an IRC server. If I’m not in one of my favorite forums channels, I’m into something else. If you do frequent IRC, you will want to register your nick with the nickserv so no one else steals your name. This is a great feature, but if your like […]
-
Since I haven’t posted since last year :/ I figured why not show some recursion? I know a lot of people try out something like a Fibonacci Sequence to help grasp the paradigm of recursion. I am going to do something a bit simpler. We will adapt the “Hello, World!” into a recursive function. We will play a […]
-
Been a while since my last post, not being as faithful as I want to be. The good news is, I’ve been working on a few things. Getting more into doing things with the web. Recently, I wanted to get a better understanding of regular expressions, and what better way than to parse html.
-
So in my last post I mentioned brute forcing. I was going to add a password brute force function to try and get into a access point. Well, android doesn’t support the iwconfig command even rooted, so that would be have to be done in java (C++ if using the NDK). Even though I do develop Android apps, my focus […]
-
Playing more with the Android Scripting Environment, I wrote a simple script to display any access points in wifi range. Once you select an SSID, it will display some basic info on that AP, such as the MAC address and encryption type. If you have a rooted phone, you could theoretically brute force an APs […]
-
I have been playing around with Androids ASE(android scripting environment). ASE allows you to run scripts on your android powered device. You can use Python, PHP, Javascript, Pearl, Ruby and much more. To install ASE on your device you must either have root, allow third party apps install,, or know how to sideload apk’s using […]
-
After my last article, I was thinking it wasn’t impressive enough. Sure, lighting a match that is on the computer screen is cool and all, but what if it where a real flame.