Tagged Questions
-1
votes
0answers
57 views
File uploader: Does renaming protect from exploitation [closed]
Is there any way to execute a script uploaded on a server but with a name modified as: USERID.jpg?
USERID being a number
4
votes
2answers
360 views
Possible arbitrary file download vulnerablity
I am auditing a possible vulnerable piece of ASP code on a Windows enviroment. The code is as follows:
If InStr(strPath, "\Only\Download\From\Here\", CompareMethod.Text) = 0 Then
Basicly it is ...