Intercept and modify Server-Sent Events (EventSource API)

I’m working with a web application using Server-Sent Events (SSE, EventSource API), similar to WebSockets. However, none of the commonly penetration test tools seem to fully support this.
I’ve tried Burp Professional, OWASP ZAP and mitmpro… Continue reading Intercept and modify Server-Sent Events (EventSource API)

Is it possibile to interact with firebase database using credentials obtained from an APK?

during the static analysis while pentesting an android application I found the following information to connect to a firebase instance.
<string name="google_app_id">1:**REDACTED**:android:**REDACTED**</string>
<str… Continue reading Is it possibile to interact with firebase database using credentials obtained from an APK?

What are all the services that are shown in the output of nmap ? Are they safe? [closed]

I am trying to find out all the vulnerabilities associated with my application and data server (both on the same machine). So I’ve decided to run nmap to see all the ports and other information that an invader could gain to attack my serve… Continue reading What are all the services that are shown in the output of nmap ? Are they safe? [closed]

Does Windows Server ship with any sensitive images in the filesystem?

I’m working with an interesting vulnerability I found which enables local file inclusion (LFI) on a target server. In summary, there is a PDF generation API endpoint which accepts an HTML string as input. In return, it will render the HTML… Continue reading Does Windows Server ship with any sensitive images in the filesystem?