Sunday, January 15th, 2012 at
6:35 am
Checking username existence on social sites can be very useful for marketing purposes as well as research. I had to work on some similar stuff just a little while ago and gave the app the capability of scanning 10 sites. Tonight I just finished compiling this longer list of 120 sites. If you are are [...]
Read More..
Monday, September 12th, 2011 at
6:00 pm
Sometimes you need to log a terminal for one reason or another in linux for later reference and review. I recently required such a thing and with a little looking around I figure I would share it with everyone. There is a program that is called script that does this and then a bit. When [...]
Read More..
Friday, September 9th, 2011 at
8:08 pm
Solving Captchas PHP script Allot of time one comes across a captcha protection from automation. This is relatively easy to bypass now due to services being put up in 3rd world countries offering food for captchas (literally) and wages. It is a rather interesting that the void is being filled this way by exploiting this [...]
Read More..
Sunday, August 14th, 2011 at
5:43 pm
This code is intended for demonstation purposes only and was tested against willing participants SMSFlood is a console based application written in c# for flooding a target with a repeating text message. I find it useful for waking someone up. It is achieved by using mobile carrier detection to detect the provider of the cellphone [...]
Read More..
Wednesday, August 3rd, 2011 at
3:27 am
How to make a bot to run SHOUTcast with a quick and simple bit of irc bot source code for relaying information from your SHOUTcast into IRC channels. This bot is setup to only relay the current song, however could be easily extended to do more. It is achieved through the use of a standard [...]
Read More..