How to resolve the Format String Error alert in OWASP ZAP for a web application (ASP.NET C#)?

I have a web application with a log in page.
In the log in page, I’ve set maxlength for the username input and the password input, which looks like the code below.

@Html.TextBoxFor(m => m.Username, new { @maxlength=”30″})

When I ru… Continue reading How to resolve the Format String Error alert in OWASP ZAP for a web application (ASP.NET C#)?

Unable to connect to internet after setting up ZAP configuration on Android using a hotspot connection

I am trying to configure ZAP on an Android device using a hotspot connection opened on another Android device.

I followed the setup instructions available here: https://security.secure.force.com/security/tools/webapp/zapandroidsetup I als… Continue reading Unable to connect to internet after setting up ZAP configuration on Android using a hotspot connection