Basic web hacking 3
system_meltdown wrote: [quote]Ponguile wrote: Do i need a plugin for mine if it says:
Now, Drake learned how to make http user agents with php. Wrong user_agent, bwh3_user_agent wasn't found
Or is that part of the challenge, and we are supposed to solve it?
The idea is you have to change yours to his ;)[/quote]
Change my what? my user_agent?
evilTonmoy wrote: yes u hav to change the user_agent. use firefox with user_agent_switcher extension. open agent_switcher panel and examine d available user_agents. then ull know d answer by urself.
Oh ok, ill get the extension now..
EDIT: Ok i got it, but how do i configure a new user agent to complete the challange?
SlimTim10 wrote: [quote]Ponguile wrote:
Oh ok, ill get the extension now..
EDIT: Ok i got it, but how do i configure a new user agent to complete the challange? Tools->User Agent Switcher->Options->Options… From here, click on the User Agents tab where you can add new user agents or view the details of existing ones.[/quote]
Well yea i got that far, but i have no idea what im doing when i get to the ADD information page
Ponguile wrote: [quote]SlimTim10 wrote: [quote]Ponguile wrote:
Oh ok, ill get the extension now..
EDIT: Ok i got it, but how do i configure a new user agent to complete the challange? Tools->User Agent Switcher->Options->Options… From here, click on the User Agents tab where you can add new user agents or view the details of existing ones.[/quote]
Well yea i got that far, but i have no idea what im doing when i get to the ADD information page[/quote]
Is what you do, after youv clicked options you click on the user agents tab (left hand side) then click add, type the user agent you want and click ok then use it.
The user-agent specifies the browser you are using to access the website. If you use FireFox for example, your user-agent is "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6". This is different per browser. It is used by webservers to create a rapport of browsers the visitors use.
You can change this with the FF plugin, or do it with Telnet, like i did. If you'll do it with Telnet, you'll learn about HTTP to…
DaSt wrote: The user-agent specifies the browser you are using to access the website. If you use FireFox for example, your user-agent is "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6". This is different per browser. It is used by webservers to create a rapport of browsers the visitors use.
You can change this with the FF plugin, or do it with Telnet, like i did. If you'll do it with Telnet, you'll learn about HTTP to… ok thanks. But what I guess I'm really trying to find out is what is the signifigance of changing it, i mean outside of making ff looke like ie or opera or whatever? Is there a another reason to do this or is that just it being able to change the browsers id so the webservers reports are wrong?