Website hacking
#21
Posted 04 February 2006 - 06:09 PM
#23
Posted 05 February 2006 - 05:50 PM
#24
Posted 31 May 2007 - 07:41 PM
<form action="?turengdel=10905" method="post" name="form">
<table border="0" cellspacing="0" cellpadding="0" style="border: 0px;" align="center">
on the other examples there were a URL or something like that instead of ?turengdel=10905. What is it? And can it lead to the password file?
#25
Posted 01 June 2007 - 04:06 AM
The form will go to http://whateverwebsi...turengdel=10905 and send the data from the form.hello, I was learning a little about website security and run into that example(it is a password box):
<form action="?turengdel=10905" method="post" name="form">
<table border="0" cellspacing="0" cellpadding="0" style="border: 0px;" align="center">
on the other examples there were a URL or something like that instead of ?turengdel=10905. What is it? And can it lead to the password file?
#26
Posted 01 June 2007 - 05:27 AM
However, the website which source I am looking at, has the URL http://whateverwebsi...turengdel=10905. This means like the data(password) inserted into form is compared with something in that website where the form is?The form will go to http://whateverwebsi...turengdel=10905 and send the data from the form.hello, I was learning a little about website security and run into that example(it is a password box):
<form action="?turengdel=10905" method="post" name="form">
<table border="0" cellspacing="0" cellpadding="0" style="border: 0px;" align="center">
on the other examples there were a URL or something like that instead of ?turengdel=10905. What is it? And can it lead to the password file?
#27
Posted 06 June 2007 - 08:50 PM
If it's a simple website with no exploitable scripts, etc. try learning how to hack the computer server, not the apache server "site". You can get started all over the web, like the first thing a newbie would want to learn: telnet.
Edited by thepcdude, 06 June 2007 - 08:51 PM.
#28
Posted 06 June 2007 - 09:36 PM
However, the website which source I am looking at, has the URL http://whateverwebsi...turengdel=10905. This means like the data(password) inserted into form is compared with something in that website where the form is?The form will go to http://whateverwebsi...turengdel=10905 and send the data from the form.hello, I was learning a little about website security and run into that example(it is a password box):
<form action="?turengdel=10905" method="post" name="form">
<table border="0" cellspacing="0" cellpadding="0" style="border: 0px;" align="center">
on the other examples there were a URL or something like that instead of ?turengdel=10905. What is it? And can it lead to the password file?
It means that page contains the script which does the password checking. This action is going to be performed on the server, before the page reaches you. So sorry to tell you but that information will not be instrumental in securing the password file.
BinRev is hosted by the great people at Lunarpages!













