bWAPP icon indicating copy to clipboard operation
bWAPP copied to clipboard

Results 10 bWAPP issues
Sort by recently updated
recently updated
newest added

I simply ran the following commands -> docker pull raesene/bwapp -> docker run -it -p 8081:80 raesene/bwapp (as port 80 is occupied) P.s, its the same if i run it...

I run docker run -d -p 80:80 raesene/bwapp, then I visit http://localhost,it redirects to /login.php, the page shows Connection failed: Unknown database 'bWAPP'; thanks for your attention!

Hello, I am getting this error when trying to pull the image: ``` $ docker pull raesene/bwapp:latest latest: Pulling from raesene/bwapp 8387d9ff0016: Pulling fs layer 3b52deaaf0ed: Pulling fs layer 4bd501fad6de:...

The HTTP Response Splitting page does not seem to be working. Sending the attack http://localhost:3005/http_response_splitting.php?url=http://itsecgames.blogspot.com%0D%0AReferer%3agoogle.com does not do a redirect. Just a blank page is returned.

Are the SSL challenges available with this docker solutions? e.g. Heartbleed? Since only port 80 is open, I presume this cannot be tested? Thanks.

The portal.php page returns a 302 redirect with a blank location. Some libraries (eg. Golang) fall into an error condition with this happens and the requests fail. `HTTP/1.1 302 Found...

OS Command Injection does not work at all because the dnsutils did not install.

The script has no write access to passwords/accounts.txt

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 :/var/www/html/images ``` and...