• Faking web page option?
    17 replies, posted
Well, I would like to know, how can you fake the strings you send on web the way you like. Like if I had to fill in a form and there were options to choose either Male or Female, but I would want to send the option Marmelade to the server. I know that possibly the server is not going to respond to any unpredicted option, but I have my own use for it and I would be very grateful for help.
Opera and Internet Explorer can do it out of the box. Opera got something called Dargonfly. And i think IE's is just called IE Developer tool
That only works with text boxes. Basically, the form where you choose male or female knows only two options, the male one being -let's say- 1 and female being 2. The "male" and "female" are only there so you know what to click, the server doesn't receive them in that exact string. It only receives 1 if you're male and 2 if you're female. Won't accept anything else.
Firebug should let you edit the page to post.
[QUOTE=Awesomecaek;19355118]Well, I would like to know, how can you fake the strings you send on web the way you like. Like if I had to fill in a form and there were options to choose either Male or Female, but I would want to send the option Marmelade to the server. I know that possibly the server is not going to respond to any unpredicted option, but I have my own use for it and I would be very grateful for help.[/QUOTE] Are you trying to [sp]SQL injection/XSS[/sp] a website? That is a VERY bad thing to do, you will go to jail.
[QUOTE=Sickle;19356142]Are you trying to [sp]SQL injection/XSS[/sp] a website? That is a VERY bad thing to do, you will go to jail.[/QUOTE] Seeing as he doesn't even understand the general functioning of HTML forms I doubt he'd be able to do that.
[QUOTE=Tu154M;19355917]That only works with text boxes. Basically, the form where you choose male or female knows only two options, the male one being -let's say- 1 and female being 2. The "male" and "female" are only there so you know what to click, the server doesn't receive them in that exact string. It only receives 1 if you're male and 2 if you're female. Won't accept anything else.[/QUOTE] I do understand this, because I know there [b]is[/b] the option 3, it just isn't included in the form. I am asking how to do it.
[url]http://getfirebug.com/[/url] Then just edit the HTML. If you can't do that you should give up.
[QUOTE=Nat Taggart;19357420][url]http://getfirebug.com/[/url] Then just edit the HTML. If you can't do that you should give up.[/QUOTE] That's what I needed. Thanks alot. [editline]11:04PM[/editline] Holy butterballs - I hacked my first page On that private Wow server, you are able to choose if your account is liable to play either just the basic Wow, or the datadisc TBC. There is HTML form to modify that option. The joke is that the server is now testing the second datadisc - third option, but it's not available choice for normal players. By simply sending value of 2 instead of normally available values 0 and 1, I changed my account to be liable to play on the second datadisc. I know it's harmless and insignificant thing, but it means a lot for me.
If the field had an ID aswell as a Name, you could just play with some javascript... (Enter it in the address bar, etc..)
[QUOTE=Awesomecaek;19357596]it means a lot for me.[/QUOTE] Have you ever considered professional help?
[QUOTE=Sickle;19356142]That is a VERY bad thing to do, you will go to jail.[/QUOTE] Unless you do something super high profile, you will not go to jail. Even if you get reported to your ISP, in my experience, nothing happens.
SQL injecting wont sent you to jail, just dont deface it with your address whilst you use an vpn and your set. Oh and don't root the box's, thats bad.
Firebug and tamperdata.
[url=http://fiddler2.com/fiddler2/]Fiddler[/url]
[QUOTE=Wipmuck;19365544]SQL injecting wont sent you to jail, just dont deface it with your address whilst you use an vpn and your set. Oh and don't root the box's, thats bad.[/QUOTE] Do you even realize that you have no fucking idea what you're talking about? [editline]01:47PM[/editline] [QUOTE=turby;19370269][url=http://fiddler2.com/fiddler2/]Fiddler[/url][/QUOTE] [quote]Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet.[/quote] But will it fiddle my diddle?
[QUOTE=Nat Taggart;19375376]Do you even realize that you have no fucking idea what you're talking about?[/QUOTE] I know exactly what im talking about.
[QUOTE=Wipmuck;19375435]I know exactly what im talking about.[/QUOTE] OK you keep telling yourself that.
Sorry, you need to Log In to post a reply to this thread.