Archive for category Other Code

Hacking Facebook

Wersja Polska

Hacking Facebook with Javascript

now updated for the latest (March 2010) version of facebook!

Because facebook relies so heavily on javascript, and because we can type javascript into the address bar, that means we can “poke” into the workings of facebook to do things that we wouldn’t normally be able to do. It’s not “hacking” exactly, but it employs the same sort of skills hackers use when looking into applications. The best part is that because it’s all using the same control codes (or “API”) that facebook uses, there’s no way for facebook to find out you’re doing it, so it’s totally safe! (I think…) Besides, we’re not going to be doing anything too dodgy, just a few little tweaks ;)

Read the rest of this entry »

, , , , , ,

203 Comments

HTTP Headers

An article about sending HTTP headers to a remote system, and knowing fully what they mean. Also covers sessions, hosting, and various interesting bits and bobs relating to web application security, hacking and the web in general. Read the rest of this entry »

, , , ,

2 Comments

Freecap Support

How to solve your freeCap problem

First of all, make sure you’re using the latest version.

Second, read the common problems below

Third, write a comment here. I’m pretty rubbish at responding, especially given that this software is four years old now, but you can hope.

Read the rest of this entry »

,

18 Comments

Free PHP Scripts / Web Projects

Various PHP projects of mine, with free GPL source code.

Mostly, these are small PHP/mySQL applications that provide an equally small piece of functionality. Source code is available under the GPL in most cases. Read the rest of this entry »

, , , , , ,

No Comments

win32 C / C++ scripts

Some of the better scripts I’ve written. They’re all command line utilities. The downloads come with code (compiles OK with ) and windows executables.

Everything is released under the GPL as usual.
I’m very much a beginner in C so the coding probably isn’t that great. I hope someone will find something here useful. Most of the code is my own work, and where I’ve used other people’s code I’ve commented it as such. Read the rest of this entry »

, , , , , ,

1 Comment