Tagged Questions
2
votes
1answer
255 views
File upload vulnerability: rename solution?
I have a module in which the user can upload images.
I searched Google for different kinds of upload attacks
checking dimension of the image (still vulnerable)
checking of file extension ...
2
votes
3answers
161 views
Pentesting file Upload feature
The file(resume) upload feature is accepting any sort of files. I have uploaded the PHP shell into it. How do I again access to that uploaded file? I'm bruteforcing the web directory to check for ...
2
votes
3answers
179 views
How to test for presense of antivirus?
I want to test that when user uploads file, then it goes through up-to-date and properly configured antivirus. I think that to test for it I need some malware that is likely to be detected (it doesn't ...