Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

guestbook hacked

Status
Not open for further replies.

ksbigfoot

Programmer
Apr 15, 2002
856
CA
I created a guestbook using Active Server Pages. I am passing around a session variable, that is created when you go into the main page. This session variable is required before anything can be inserted into my guestbook.
Some hacker has found a way around this. Not sure how he is doing this, but he is inserting 5 records a day into my guestbook. I am tracking his IP address though ASP code, but every IP address is different, but I know it is coming from the same person as the wording is identical.
Can someone point me in the right direction or if this is the wrong forum, point me to the right forum?

Thanks
 

My pages check everytime that an INSERT is to occur that they have session variables (which are set in the main page). If no session variables are available, the INSERT doesn't occur.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top