Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ronin::Vulns::XXE #86

Open
postmodern opened this issue Jul 27, 2024 · 0 comments
Open

Add Ronin::Vulns::XXE #86

postmodern opened this issue Jul 27, 2024 · 0 comments
Assignees
Labels
feature New Feature xxe XXE

Comments

@postmodern
Copy link
Member

postmodern commented Jul 27, 2024

Add a Ronin::Vulns::XXE class which tests for XXE. It should rely on a listener URL (or host and port) that would receive the XXE HTTP request. URLScanner.scan should also have a xxe: keyword argument which is disabled by default. If the xxe: keyword argument is given, it should be given a Hash of keyword arguments that are given to XXE#initialize, which includes the callback URL (or host and port).

Prior Art

@postmodern postmodern added feature New Feature xxe XXE labels Jul 27, 2024
@AI-Mozi AI-Mozi self-assigned this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature xxe XXE
Projects
None yet
Development

No branches or pull requests

2 participants