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
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).
Add a
Ronin::Vulns::XXE
class which tests for XXE. It should rely on a listener URL (orhost
andport
) that would receive the XXE HTTP request.URLScanner.scan
should also have axxe:
keyword argument which is disabled by default. If thexxe:
keyword argument is given, it should be given a Hash of keyword arguments that are given toXXE#initialize
, which includes the callback URL (orhost
andport
).Prior Art
The text was updated successfully, but these errors were encountered: