Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.16 KB

filezilla.md

File metadata and controls

35 lines (23 loc) · 1.16 KB

FileZilla

Description

This module iterates through each users %APPDATA% folder on the target host and identifies files associated with FileZilla that often store credentials such as:

  • %AppData%\FileZilla\sitemanager.xml
  • %AppData%\FileZilla\recentservers.xml

Any discovered credentials will be decoded to the plaintext value if not encrypted by a master password.

For each system output is stored in $pwd\PME\PME\FileZilla\

Supported Methods

  • MSSQL
  • SMB
  • SessionHunter (WMI)
  • WMI
  • WinRM

Optional Parameters

ParameterValueDescription
-ShowOutputN/ADisplays each target output to the console
-SuccessOnlyN/ADisplay only successful results

Usage

{% code overflow="wrap" %}

# Standard execution
PsMapExec -Username [User] -Password [Pass] -targets [All] -Module FileZilla -Method [Method] -ShowOutput

{% endcode %}