Extending SMS Capabilities

» 16 July 2012 » In C#, Life, Open-Source, Programming » 3 Comments

I live in a place where wireless access points are few, mobile internet is expensive, but SMS is unlimited. Of course, I use SMS for communicating with my friends, family, girlfriend, colleagues, and for business. Then, one day it came to my mind, why not communicate with my personal computer?… Read More

Continue reading...

Tags: , , , , , ,

ADown: Back in Action!

» 10 July 2012 » In C#, Open-Source, Programming, Releases » 2 Comments

After so many months of being still, I didn’t know ADown(Facebook Album Downloader) is not quite working. Today, I updated the code and the binary. It’s now usable again!

So what exactly happened?

Mainly, there has been an issue with the function ParseAlbumUrl. If you want … Read More

Continue reading...

Tags: , , , , ,

Mouse Prank in C++

» 07 July 2012 » In C/C++, Programming » 3 Comments

Hooray for the new post. This post was actually a draft way back 2011. But hopefully, i’ll be motivated and keep on posting. I have many tricks to share!

Several years ago, me and my mates were having fun writing prank codes. I can barely remember them all, but here’s … Read More

Continue reading...

Tags: , , ,

Basic Threading in C#

» 26 October 2011 » In C#, Programming » 5 Comments

Threading is a great way to make your application smoother. A single thread in a C# application, is an independent execution path that can run simultaneously with the main application thread. Of course, C# supports multithreading. And to use the threading namespace, you can directly call it from System.ThreadingRead More

Continue reading...

Tags: , , ,

Login Checking

» 22 September 2011 » In Internet, Programming, Python, Security » 3 Comments

For so many years, I’ve been using login checkers. Mainly, these scripts aims to recover forgotten passwords. But from experience, people like to use these to get random accounts. For as long as there’s no captcha involved, login checking is possible. Let me show you an example how to make … Read More

Continue reading...

Tags: , , , , ,

Exploiting SQL Injection Vulnerabilities

» 15 August 2011 » In PHP, Security, Web Development » 2 Comments

Back in my exploiting days, SQL injection was pretty much popular. I guess it still is at the moment, but because I’m out of the scene, I guess I can’t assure it. Well anyway, I’m gonna show how SQL injection is done, with a sample script and database table. I … Read More

Continue reading...

Tags: , , , , ,