Forum Moderators: coopster

Message Too Old, No Replies

xss to php?

is this a sign of xss

         

abushahin

5:31 pm on Mar 24, 2010 (gmt 0)

10+ Year Member



Hi, I store all th search terms that are being searched on my site recently ive had a user insert
"ftp://example.com.br:ozzy666@viplas.com.b"
as a search term. I allow only 40 characters so its been truncated i think the original is
"ftp://example.com.br:ozzy666@viplas.com.br/reser.php"
anyone have any idea what this may be, it seems like someone is trying to steal all my data?

[edited by: eelixduppy at 7:25 pm (utc) on Mar 24, 2010]
[edit reason] exemplified [/edit]

adams

6:43 pm on Mar 24, 2010 (gmt 0)

10+ Year Member



Depends on what the reser.php file is.

Always take the appropriate methods to protect yourself - escape strings, strip tags, etc.