Welcome to the new Site!

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 a host of different topics ranging from game development, web development back to front, general tech news, and of course hardware and hacking.

*Please note, source code has been messed up during the migration. I heavily apologize for that. However, I am leaving the code as is instead of removing or trying to reformat it for sanity’s sake.

Going forward from here, all code will be posted to GitHub as well as being properly formatted on the posts.

XChat away plugin

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 me and registered two nick’s, you’ll have to identify with both every time. You might be wondering, “Two nicks? Why?” Well, I use one nick for my presence “techb” and “techb_away” when I’m not active. This may spark a new question, why not use the /away and /back commands? Well, I’m lazy, and for people who use a cli client like Irssi or rolled their own just cause, setting your nick to away might not show them your away. So, I use two nick’s to distinguish when I’m there and not.

Continue reading “XChat away plugin”

Hide your ASSets the Python way

Some of you may have seen the “trick” of using the command prompt to hide archives in images. Example: “C:>copy /b image1.jpg + stuff.zip newimage.jpg” This will hide stuff.zip in the picture image.jpg and output the merged file as newimage.jpg

Continue reading “Hide your ASSets the Python way”

Brute Forcing And Word List Attack Vector

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 here on my blog is in python.

Continue reading “Brute Forcing And Word List Attack Vector”

Android ASE: WiFi Scan with UI

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 password using *nix iwconfig commands. The next post I will show some quick and dirty code to brute force passwords. But for now here is the script for some UI WiFi scanning.

Continue reading “Android ASE: WiFi Scan with UI”

Android Twisted SpyCam

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 android’s SDK tools like adb.

Continue reading “Android Twisted SpyCam”

More Fun With MindFlex

Last Fire Bender

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.

Continue reading “More Fun With MindFlex”