# On-Site Request Forgery (OSRF) ## Introduction On-Site Request Forgery (OSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated. The difference between CSRF is a vulnerability where an attacker initiates requests from domain under their control to perform actions on behalf of victim. However, in OSRF, requests originate from vulnerable application itself and we control where our requests go. ## Where to find You can detect On-Site Request Forgery (OSRF) everywhere but there are 2 things that need to be looked up. - Finding reflected input in `src` attribute. For example: ```html