bWAPP icon indicating copy to clipboard operation
bWAPP copied to clipboard

Unrestricted File Upload does not work

Open l50 opened this issue 7 years ago • 0 comments

File upload functionality doesn't appear to be working. You can verify this by uploading a malicious payload to the container via docker cp:

docker cp rev_shell.php <container name>:/var/www/html/images

and then calling it from your browser (with a listener running of course):

http://localhost/images/rev_shell.php

l50 avatar Oct 11 '17 15:10 l50