is this possible

Off topic chat. Basically anything that doesn't concern halo or halo modding can go here.
Post Reply
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

is this possible

Post by sneakyn8 »

is it possibble to login to a website through the url bar like say if the site im trying to log into was www.fakewebsite.com and my username was five and my password was fifty could i type in www.fakewebsite.com/five/fifty and go to the websites homepage logged in?
User avatar
V0Lt4Ge




Collaborator Snitch! Socialist

Posts: 3602
Joined: Wed May 12, 2004 4:56 pm
Location: California
Contact:

Post by V0Lt4Ge »

Nope.
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

ok thanx anyway
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

If you know the variable names (Look through the page source), and it was standard simple PHP, you could pass it like this:

forums.halomods.com/login.php?username=Tural&password=somepassword

What you'd need to know is what page it passes the variables to (login.php here) and the names of the variables (On the HTML form, the name of the inputs).

Voltage is wrong, for the most part. Some sites it may not be possible, but it is quite possible to do.

Actually, after reviewing, I notice this actually not working. I suppose it depends on the method used, and it needs to be defined as post, which I don't know you can do through the address bar.
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

what about javascript
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Uh... who uses Javascript for a login system..? That would be terribly insecure and wouldn't be practical if you have any real login system in place, utilizing a legitimate database.
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

.jsp means the website is java rite?
User avatar
Sgt.Peppers




Snitch! Connoisseur

Posts: 2277
Joined: Thu Jul 06, 2006 1:25 pm
Location: Texas

Post by Sgt.Peppers »

sneakyn8 wrote:.jsp means the website is java rite?

Yes.
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Well I've never encountered any site that uses Javascript as a login system, nor can I imagine how it would be done efficiently. Google how to pass variables to it via URL.
User avatar
patchesreusch





Posts: 541
Joined: Wed Nov 29, 2006 3:49 pm
Location: jail because i got caught I-doseing
Contact:

Post by patchesreusch »

runescape mb?
How to get a girl: put a potato in the front of your pants.
How not to get a girl: put a potato in the back of your pants.
Image
http://youtube.com/watch?v=JPONTneuaF4
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

If it's a web app like that, then no, you can not. It's really only possible if the page itself is handling the variables.
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

im specifically talking about moola .com im trying to make an app that would go along with and i was going to make a button log you in if there are any other ways to do this in C# then please pm me
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Oh, that's simple.

Take the URL (Here, right click > Copy link location), add "&inUserName=" followed by the user's name (Which is their email address), then put "&inUserPass=" and their password. The full URL would be like this:

Code: Select all

https://www.moola.com:443/moopubs/login/index.jsp?ACTION_TOKEN=index_jsp$JspView$LoginAction&inUserName=john@john.com&inUserPass=johnspass
Just send that as a standard web request.
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

omg tural i love you(in a heterosexual way of course)
Post Reply