Introducing ExtractNow

I love applications that make my life easier, I was in need of an application that allowed me to extract multiple rar’s spanning over multiple folders, makes extracting so much easier with torrents :P

www.extractnow.com best of all it’s free.

Filed under: Uncategorized - No Pointless Response

Default username/passwords for routers and other devices

if this comes in handy once then it’s worth keeping.
Manufactor Product Revision Protocol User ID Password Access comment
2wire wifi routers n/a HTTP none Wireless Admin Almost all 2wire routers
3COM CoreBuilder 7000/6000/3500/2500 Telnet debug synnet
3COM CoreBuilder 7000/6000/3500/2500 Telnet tech tech
3COM HiPerARC v4.1.x Telnet adm (none)
3COM LANplex 2500 Telnet debug synnet
3COM LANplex 2500 Telnet tech tech
3COM LinkSwitch 2000/2700 Telnet tech tech
3COM NetBuilder SNMP ANYCOM snmp-read
3COM NetBuilder SNMP ILMI snmp-read
3COM Netbuilder Multi admin (none) Admin
3COM Office Connect ISDN Routers 5×0 Telnet n/a PASSWORD Admin
3COM SuperStack II Switch 2200 Telnet debug synnet
3COM SuperStack II Switch 2700 Telnet tech tech
3COM OfficeConnect 812 ADSL Multi adminttd adminttd Admin
3COM Wireless AP ANY Multi admin comcomcom Admin Works on all 3com wireless APs
3COM CellPlex 7000 Telnet tech tech User
3COM cellplex 7000 Telnet admin admin Admin
3COM HiPerARC v4.1.x Telnet adm (none) Admin
3COM LANplex 2500 Telnet tech (none) Admin
3COM CellPlex HTTP admin synnet Admin
3COM SuperStack II Switch 2700 Telnet tech tech Admin
3COM CellPlex 7000 Telnet root (none) Admin
3COM HiPerACT v4.1.x Telnet admin (none) Admin
3COM CellPlex 7000 Telnet tech (none) Admin
3COM CellPlex 7000 Telnet admin admin Admin
3COM SuperStack 3 4XXX Multi admin (none) Admin
3COM SuperStack 3 4XXX Multi monitor monitor User
3COM SuperStack 3 4400-49XX Multi manager manager User can access/change operational setting but not security settings
3COM Netbuilder HTTP Root (none) Admin http://10.1.0.1
3COM 3C16450 Multi admin (none) Admin telnet or serial
3COM 3C16406 Multi admin (none) Admin telnet or serial
3COM Office Connect ISDN Routers 5×0 Telnet? n/a PASSWORD Admin
3COM CoreBuilder 7000/6000/3500/2500 Telnet n/a admin Admin
3COM CoreBuilder 7000/6000/3500/2500 Telnet n/a (none) Admin
3COM OfficeConnect ADSL Wireless 11g Firewall Router 3CRWDR100-72 HTTP (none) admin Admin http://192.168.1.1
3Com Internet [...]

Light Bot - cool little flash game

If you enjoy playing lemmings, chess, and playing with functions, this game is for you.  you command a little robot by using left, right, move forward, jump, toggle light.  I can’t be bothered explaining anymore so here is the link.
Light Bot

Copyhandler: where have you been all my life?

One thing that really pisses me off with Windows is it’s illogical implementation of coping files across. A copy should be queued by which ever sort order is selected, for instance if you’re sorting files alphabetically, then it should copy 0-z in order, or if it’s by date, copy by date, etc.
Another thing that [...]

The easy way of creating dynamic abstract art using PHP

The theme I am using, specifically the logo, had inspired me to write something that had the same feel but a bit more random, the current one has a selection of 4 that randomly rotate..

I did have plans to round the edges and lift it up a bit, and write Mark Blah over the top, [...]

I got an iPhone 3G !!

these things are brilliant, time to do some xcode dev now, I’ll document my learnings.

PHP Social Networking API written in PHP using XML-RPC for scalability

I have been going through my list of uncompleted projects and I’ve decided that I shall release my scalable Social Networking Platform API in hope that someone or a team would be willing enough to get it over the dip.
It is separated into the following components,
Server Fuction Class - This API handles all the social [...]

Most complex crop circle ever discovered in England

Crop circles amaze me, it’s a phenomena that I truly hope is not created by humans of our time. This crop circle was discovered in a barley field in Wiltshire. The mind boggling feature of this one is that it’s respesenting the first 10 digits (rounded up) of pi, 3.141592654.

It has been recorded [...]

Wordpress PHPass hash bruteforce PHP script

Ok so I was a bit bored and was curious to know how Wordpress handled its authentication, turns out that it uses Solar Designers PHPass class, so I’ve decided to write a very simple Wordpress Bruteforcer for it.

<?php
require_once(‘./class-phpass.php’); //available at http://www.openwall.com/phpass/
$hash = “\$P\$BaahIvdhRXW8Q419WC/alyMUsY7S8I.”; // remember to quote out the $’s
$wp_hasher = new PasswordHash(8, TRUE);
$handle = [...]

Goosh# - Google in a nutshell

I am definitely a console junky, and the internet should never have become graphical, if you have the same thoughts as me then you will probably appreciate this neat google tool.
A guy named Stefan Grothkopp has written something that I wish I had thought of, an AJAX google shell named goosh# that allows you to [...]