Myspace Login Script: How did this guy figure it out?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cadmium
Forum Newbie
Posts: 2
Joined: Sun Jan 07, 2007 4:19 pm

Myspace Login Script: How did this guy figure it out?

Post by cadmium »

So I found the script:
http://forums.digitalpoint.com/showpost ... ostcount=8

The only thing is that I have no idea how he figured out to inject the HTTP headers. I tried it without the header injection and it doesn't work.

I'm using ethereal (packet sniffer) and it's not showing the same headers on a successfull login. Did this guy use trial and error, or am I missing something?
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post by thiscatis »

//edited out
Last edited by thiscatis on Sun Jan 07, 2007 4:53 pm, edited 1 time in total.
cadmium
Forum Newbie
Posts: 2
Joined: Sun Jan 07, 2007 4:19 pm

Post by cadmium »

*edited*
Post Reply