Module: Msf::Exploit::Remote::HTTP::Typo3::URIs

Included in:
Msf::Exploit::Remote::HTTP::Typo3
Defined in:
lib/msf/core/exploit/remote/http/typo3/uris.rb

Instance Method Summary collapse

Instance Method Details

#typo3_url_backendString

Returns the Typo3 backend URL

Returns:

  • (String)

    Typo3 Backend URL



14
15
16
# File 'lib/msf/core/exploit/remote/http/typo3/uris.rb', line 14

def typo3_url_backend
  normalize_uri(target_uri.path, 'typo3', 'backend.php')
end

#typo3_url_loginString

Returns the Typo3 Login URL

Returns:

  • (String)

    Typo3 Login URL



7
8
9
# File 'lib/msf/core/exploit/remote/http/typo3/uris.rb', line 7

def 
  normalize_uri(target_uri.path, 'typo3', 'index.php')
end