powershell-empire (6.5.0-0kali4)

3 versions available in kali/kali-last-snapshot/main/armhf

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
none
Architecture
armhf
Section
misc
Priority
optional
Maintainer
Kali Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
51.1 kB
Size expected
19.7 MB
Size actual
19.7 MB
Size match

Dependencies

Required package dependencies

  • default-mysql-server
  • git
  • kali-defaults (>= 2026.2.5)
  • pyinstaller (>= 5.13)
  • python3-aiofiles
  • python3-bcrypt
  • python3-cryptography
  • python3-docopt
  • python3-donut (>= 0.9.3+git20220530.e75bdcd~)
  • python3-dropbox
  • python3-fastapi
  • python3-flask
  • python3-flask-socketio
  • python3-humanize
  • python3-jinja2
  • python3-jq
  • python3-jwt
  • python3-macholib
  • python3-md2pdf
  • python3-netaddr
  • python3-netifaces
  • python3-obfuscator
  • python3-openssl
  • python3-packaging
  • python3-passlib
  • python3-prettytable
  • python3-prompt-toolkit
  • python3-pycryptodome
  • python3-pydantic
  • python3-pydantic-settings
  • python3-pydispatch
  • python3-pymysql
  • python3-pyparsing
  • python3-pyperclip
  • python3-python-multipart
  • python3-pyvnc
  • python3-requests
  • python3-requests-file
  • python3-secretsocks
  • python3-setuptools
  • python3-simplejson
  • python3-socketio (>= 5.5.1)
  • python3-sqlalchemy (>= 2.0.0)
  • python3-sqlalchemy-utc
  • python3-starlette (>= 0.51.0)
  • python3-stix2
  • python3-tabulate
  • python3-tk
  • python3-urllib3
  • python3-uvicorn
  • python3-websocket
  • python3-websockets
  • python3-websockify
  • python3-yaml
  • python3-zlib-wrapper
  • starkiller (>= 2.7.2)
  • sudo
  • python3:any

Suggested packages

Recommended additional packages

  • None

Description

PowerShell and Python post-exploitation agent

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD55f21ec99…663f8760
SHA-110e440ef…0d8012f7
SHA-2567681be45…219a7b28
SHA-51240783de5…8cd9479a

Contents

Files and directories included

.
etc
etc/powershell-empire
etc/powershell-empire/client
etc/powershell-empire/server
etc/powershell-empire/server/config.yaml
usr
usr/bin
usr/bin/powershell-empire
usr/bin/starkiller
usr/bin/starkiller-start
usr/bin/starkiller-stop
usr/lib
usr/lib/systemd
usr/lib/systemd/system
usr/lib/systemd/system/powershell-empire.service
usr/share
usr/share/doc
usr/share/doc/powershell-empire
usr/share/doc/powershell-empire/README.Debian
usr/share/doc/powershell-empire/README.md.gz
usr/share/doc/powershell-empire/changelog.Debian.gz
usr/share/doc/powershell-empire/changelog.gz
usr/share/doc/powershell-empire/copyright
usr/share/lintian
usr/share/lintian/overrides
usr/share/lintian/overrides/powershell-empire
usr/share/powershell-empire
usr/share/powershell-empire/empire
usr/share/powershell-empire/empire/__init__.py
usr/share/powershell-empire/empire/arguments.py
usr/share/powershell-empire/empire/client
usr/share/powershell-empire/empire/server
usr/share/powershell-empire/empire/server/__init__.py
usr/share/powershell-empire/empire/server/api
usr/share/powershell-empire/empire/server/api/__init__.py
usr/share/powershell-empire/empire/server/api/api_router.py
usr/share/powershell-empire/empire/server/api/app.py
usr/share/powershell-empire/empire/server/api/jwt_auth.py
usr/share/powershell-empire/empire/server/api/middleware.py
usr/share/powershell-empire/empire/server/api/v2
usr/share/powershell-empire/empire/server/api/v2/__init__.py
usr/share/powershell-empire/empire/server/api/v2/admin
usr/share/powershell-empire/empire/server/api/v2/admin/__init__.py
usr/share/powershell-empire/empire/server/api/v2/admin/admin_api.py
usr/share/powershell-empire/empire/server/api/v2/agent
usr/share/powershell-empire/empire/server/api/v2/agent/__init__.py
usr/share/powershell-empire/empire/server/api/v2/agent/agent_api.py
usr/share/powershell-empire/empire/server/api/v2/agent/agent_dto.py
usr/share/powershell-empire/empire/server/api/v2/agent/agent_file_api.py
usr/share/powershell-empire/empire/server/api/v2/agent/agent_file_dto.py
usr/share/powershell-empire/empire/server/api/v2/agent/agent_task_api.py
usr/share/powershell-empire/empire/server/api/v2/agent/agent_task_dto.py
usr/share/powershell-empire/empire/server/api/v2/bypass
usr/share/powershell-empire/empire/server/api/v2/bypass/__init__.py
usr/share/powershell-empire/empire/server/api/v2/bypass/bypass_api.py
usr/share/powershell-empire/empire/server/api/v2/bypass/bypass_dto.py
usr/share/powershell-empire/empire/server/api/v2/credential
usr/share/powershell-empire/empire/server/api/v2/credential/__init__.py
usr/share/powershell-empire/empire/server/api/v2/credential/credential_api.py
usr/share/powershell-empire/empire/server/api/v2/credential/credential_dto.py
usr/share/powershell-empire/empire/server/api/v2/download
usr/share/powershell-empire/empire/server/api/v2/download/__init__.py
usr/share/powershell-empire/empire/server/api/v2/download/download_api.py
usr/share/powershell-empire/empire/server/api/v2/download/download_dto.py
usr/share/powershell-empire/empire/server/api/v2/health
usr/share/powershell-empire/empire/server/api/v2/health/__init__.py
usr/share/powershell-empire/empire/server/api/v2/health/health_api.py
usr/share/powershell-empire/empire/server/api/v2/host
usr/share/powershell-empire/empire/server/api/v2/host/__init__.py
usr/share/powershell-empire/empire/server/api/v2/host/host_api.py
usr/share/powershell-empire/empire/server/api/v2/host/host_dto.py
usr/share/powershell-empire/empire/server/api/v2/host/process_api.py
usr/share/powershell-empire/empire/server/api/v2/host/process_dto.py
usr/share/powershell-empire/empire/server/api/v2/ip
usr/share/powershell-empire/empire/server/api/v2/ip/__init__.py
usr/share/powershell-empire/empire/server/api/v2/ip/ip_api.py
usr/share/powershell-empire/empire/server/api/v2/ip/ip_dto.py
usr/share/powershell-empire/empire/server/api/v2/listener
usr/share/powershell-empire/empire/server/api/v2/listener/__init__.py
usr/share/powershell-empire/empire/server/api/v2/listener/listener_api.py
usr/share/powershell-empire/empire/server/api/v2/listener/listener_dto.py
usr/share/powershell-empire/empire/server/api/v2/listener/listener_template_api.py
usr/share/powershell-empire/empire/server/api/v2/meta
usr/share/powershell-empire/empire/server/api/v2/meta/__init__.py
usr/share/powershell-empire/empire/server/api/v2/meta/meta_api.py
usr/share/powershell-empire/empire/server/api/v2/meta/meta_dto.py
usr/share/powershell-empire/empire/server/api/v2/module
usr/share/powershell-empire/empire/server/api/v2/module/__init__.py
usr/share/powershell-empire/empire/server/api/v2/module/module_api.py
usr/share/powershell-empire/empire/server/api/v2/module/module_dto.py
usr/share/powershell-empire/empire/server/api/v2/obfuscation
usr/share/powershell-empire/empire/server/api/v2/obfuscation/__init__.py
usr/share/powershell-empire/empire/server/api/v2/obfuscation/obfuscation_api.py
usr/share/powershell-empire/empire/server/api/v2/obfuscation/obfuscation_dto.py
usr/share/powershell-empire/empire/server/api/v2/plugin
usr/share/powershell-empire/empire/server/api/v2/plugin/__init__.py
usr/share/powershell-empire/empire/server/api/v2/plugin/plugin_api.py
usr/share/powershell-empire/empire/server/api/v2/plugin/plugin_dto.py
usr/share/powershell-empire/empire/server/api/v2/plugin/plugin_registry_api.py
usr/share/powershell-empire/empire/server/api/v2/plugin/plugin_registry_dto.py
usr/share/powershell-empire/empire/server/api/v2/plugin/plugin_task_api.py
usr/share/powershell-empire/empire/server/api/v2/plugin/plugin_task_dto.py
usr/share/powershell-empire/empire/server/api/v2/profile
usr/share/powershell-empire/empire/server/api/v2/profile/__init__.py
usr/share/powershell-empire/empire/server/api/v2/profile/profile_api.py
usr/share/powershell-empire/empire/server/api/v2/profile/profile_dto.py
usr/share/powershell-empire/empire/server/api/v2/shared_dependencies.py
usr/share/powershell-empire/empire/server/api/v2/shared_dto.py
usr/share/powershell-empire/empire/server/api/v2/stager
usr/share/powershell-empire/empire/server/api/v2/stager/__init__.py
usr/share/powershell-empire/empire/server/api/v2/stager/stager_api.py
usr/share/powershell-empire/empire/server/api/v2/stager/stager_dto.py
usr/share/powershell-empire/empire/server/api/v2/stager/stager_template_api.py
usr/share/powershell-empire/empire/server/api/v2/tag
usr/share/powershell-empire/empire/server/api/v2/tag/__init__.py
usr/share/powershell-empire/empire/server/api/v2/tag/tag_api.py
usr/share/powershell-empire/empire/server/api/v2/tag/tag_dto.py
usr/share/powershell-empire/empire/server/api/v2/user
usr/share/powershell-empire/empire/server/api/v2/user/__init__.py
usr/share/powershell-empire/empire/server/api/v2/user/user_api.py
usr/share/powershell-empire/empire/server/api/v2/user/user_dto.py
usr/share/powershell-empire/empire/server/api/v2/websocket
usr/share/powershell-empire/empire/server/api/v2/websocket/__init__.py
usr/share/powershell-empire/empire/server/api/v2/websocket/socketio.py
usr/share/powershell-empire/empire/server/bypasses
usr/share/powershell-empire/empire/server/bypasses/ETWBypass.yaml
usr/share/powershell-empire/empire/server/bypasses/LibermanBypass.yaml
usr/share/powershell-empire/empire/server/bypasses/MattifestationBypass.yaml
usr/share/powershell-empire/empire/server/bypasses/RastaMouseBypass.yaml
usr/share/powershell-empire/empire/server/bypasses/ScriptBlockLogBypass.yaml
usr/share/powershell-empire/empire/server/common
usr/share/powershell-empire/empire/server/common/__init__.py
usr/share/powershell-empire/empire/server/common/empire.py
usr/share/powershell-empire/empire/server/common/encryption.py
usr/share/powershell-empire/empire/server/common/helpers.py
usr/share/powershell-empire/empire/server/common/malleable
usr/share/powershell-empire/empire/server/common/malleable/README.md
usr/share/powershell-empire/empire/server/common/malleable/__init__.py
usr/share/powershell-empire/empire/server/common/malleable/implementation.py
usr/share/powershell-empire/empire/server/common/malleable/profile.py
usr/share/powershell-empire/empire/server/common/malleable/transaction.py
usr/share/powershell-empire/empire/server/common/malleable/transformation.py
usr/share/powershell-empire/empire/server/common/malleable/utility.py
usr/share/powershell-empire/empire/server/common/packets.py
usr/share/powershell-empire/empire/server/common/socks.py
usr/share/powershell-empire/empire/server/common/templating.py
usr/share/powershell-empire/empire/server/core
usr/share/powershell-empire/empire/server/core/__init__.py
usr/share/powershell-empire/empire/server/core/agent_communication_service.py
usr/share/powershell-empire/empire/server/core/agent_file_service.py
usr/share/powershell-empire/empire/server/core/agent_service.py
usr/share/powershell-empire/empire/server/core/agent_socks_service.py
usr/share/powershell-empire/empire/server/core/agent_task_service.py
usr/share/powershell-empire/empire/server/core/bypass_service.py
usr/share/powershell-empire/empire/server/core/config
usr/share/powershell-empire/empire/server/core/config/.data_manager.py.swp
usr/share/powershell-empire/empire/server/core/config/config_manager.py
usr/share/powershell-empire/empire/server/core/config/data_manager.py
usr/share/powershell-empire/empire/server/core/credential_service.py
usr/share/powershell-empire/empire/server/core/db
usr/share/powershell-empire/empire/server/core/db/__init__.py
usr/share/powershell-empire/empire/server/core/db/base.py
usr/share/powershell-empire/empire/server/core/db/defaults.py
usr/share/powershell-empire/empire/server/core/db/models.py
usr/share/powershell-empire/empire/server/core/dotnet.py
usr/share/powershell-empire/empire/server/core/download_service.py
usr/share/powershell-empire/empire/server/core/exceptions.py
usr/share/powershell-empire/empire/server/core/go.py
usr/share/powershell-empire/empire/server/core/hooks.py
usr/share/powershell-empire/empire/server/core/hooks_internal.py
usr/share/powershell-empire/empire/server/core/host_process_service.py
usr/share/powershell-empire/empire/server/core/host_service.py
usr/share/powershell-empire/empire/server/core/ip_service.py
usr/share/powershell-empire/empire/server/core/listener_service.py
usr/share/powershell-empire/empire/server/core/listener_template_service.py
usr/share/powershell-empire/empire/server/core/module_models.py
usr/share/powershell-empire/empire/server/core/module_service.py
usr/share/powershell-empire/empire/server/core/obfuscation_service.py
usr/share/powershell-empire/empire/server/core/plugin_registry_service.py
usr/share/powershell-empire/empire/server/core/plugin_service.py
usr/share/powershell-empire/empire/server/core/plugin_task_service.py
usr/share/powershell-empire/empire/server/core/plugins.py
usr/share/powershell-empire/empire/server/core/profile_service.py
usr/share/powershell-empire/empire/server/core/stager_generation_service.py
usr/share/powershell-empire/empire/server/core/stager_service.py
usr/share/powershell-empire/empire/server/core/stager_template_service.py
usr/share/powershell-empire/empire/server/core/tag_service.py
usr/share/powershell-empire/empire/server/core/user_service.py
usr/share/powershell-empire/empire/server/data
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Invoke-Obfuscation.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Invoke-Obfuscation.psd1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Invoke-Obfuscation.psm1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-CompressedCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedAsciiCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedBXORCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedBinaryCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedHexCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedOctalCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedSpecialCharOnlyCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-EncodedWhitespaceCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-ObfuscatedAst.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-ObfuscatedStringCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-ObfuscatedTokenCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-PowerShellLauncher.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/Out-SecureStringCommand.ps1
usr/share/powershell-empire/empire/server/data/Invoke-Obfuscation/README.md
usr/share/powershell-empire/empire/server/data/__init__.py
usr/share/powershell-empire/empire/server/data/agent
usr/share/powershell-empire/empire/server/data/agent/__init__.py
usr/share/powershell-empire/empire/server/data/agent/agent.ps1
usr/share/powershell-empire/empire/server/data/agent/agent.py
usr/share/powershell-empire/empire/server/data/agent/gopire
usr/share/powershell-empire/empire/server/data/agent/gopire/README.md
usr/share/powershell-empire/empire/server/data/agent/gopire/agent
usr/share/powershell-empire/empire/server/data/agent/gopire/agent/agent.go
usr/share/powershell-empire/empire/server/data/agent/gopire/agent/tasks.go
usr/share/powershell-empire/empire/server/data/agent/gopire/common
usr/share/powershell-empire/empire/server/data/agent/gopire/common/encryption.go
usr/share/powershell-empire/empire/server/data/agent/gopire/common/utils.go
usr/share/powershell-empire/empire/server/data/agent/gopire/comms
usr/share/powershell-empire/empire/server/data/agent/gopire/comms/dh.go
usr/share/powershell-empire/empire/server/data/agent/gopire/comms/http.go
usr/share/powershell-empire/empire/server/data/agent/gopire/comms/packet_handler.go
usr/share/powershell-empire/empire/server/data/agent/gopire/go.mod
usr/share/powershell-empire/empire/server/data/agent/gopire/go.sum
usr/share/powershell-empire/empire/server/data/agent/gopire/main.template
usr/share/powershell-empire/empire/server/data/agent/gopire/tasks
usr/share/powershell-empire/empire/server/data/agent/gopire/tasks/bof.go
usr/share/powershell-empire/empire/server/data/agent/gopire/tasks/csharp_task.go
usr/share/powershell-empire/empire/server/data/agent/gopire/tasks/directory_list.go
usr/share/powershell-empire/empire/server/data/agent/gopire/tasks/files.go
usr/share/powershell-empire/empire/server/data/agent/gopire/tasks/powershell_task.go
usr/share/powershell-empire/empire/server/data/agent/ironpython_agent.py
usr/share/powershell-empire/empire/server/data/agent/stagers
usr/share/powershell-empire/empire/server/data/agent/stagers/__init__.py
usr/share/powershell-empire/empire/server/data/agent/stagers/common
usr/share/powershell-empire/empire/server/data/agent/stagers/common/aes.py
usr/share/powershell-empire/empire/server/data/agent/stagers/common/chacha.py
usr/share/powershell-empire/empire/server/data/agent/stagers/common/diffiehellman.py
usr/share/powershell-empire/empire/server/data/agent/stagers/common/get_sysinfo.py
usr/share/powershell-empire/empire/server/data/agent/stagers/common/mtls.py
usr/share/powershell-empire/empire/server/data/agent/stagers/http
usr/share/powershell-empire/empire/server/data/agent/stagers/http/comms.ps1
usr/share/powershell-empire/empire/server/data/agent/stagers/http/comms.py
usr/share/powershell-empire/empire/server/data/agent/stagers/http/http.jinja2
usr/share/powershell-empire/empire/server/data/agent/stagers/http/http.ps1
usr/share/powershell-empire/empire/server/data/agent/stagers/http_malleable
usr/share/powershell-empire/empire/server/data/agent/stagers/http_malleable/http_malleable.jinja2
usr/share/powershell-empire/empire/server/data/agent/stagers/http_malleable/http_malleable.ps1
usr/share/powershell-empire/empire/server/data/agent/stagers/smb
usr/share/powershell-empire/empire/server/data/agent/stagers/smb/__init__.py
usr/share/powershell-empire/empire/server/data/agent/stagers/smb/comms.py
usr/share/powershell-empire/empire/server/data/agent/stagers/smb/smb.jinja2
usr/share/powershell-empire/empire/server/data/confuser.crproj
usr/share/powershell-empire/empire/server/data/listeners
usr/share/powershell-empire/empire/server/data/listeners/templates
usr/share/powershell-empire/empire/server/data/listeners/templates/default.html
usr/share/powershell-empire/empire/server/data/listeners/templates/index.html
usr/share/powershell-empire/empire/server/data/listeners/templates/method_not_allowed.html
usr/share/powershell-empire/empire/server/data/misc
usr/share/powershell-empire/empire/server/data/misc/ReflectivePick_x64_orig.dll
usr/share/powershell-empire/empire/server/data/misc/ReflectivePick_x86_orig.dll
usr/share/powershell-empire/empire/server/data/misc/Run.java
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/empty
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/empty/macho
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/icon
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/icon/stormtrooper.icns
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/Info.plist
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/MacOS
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/MacOS/launcher
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/PkgInfo
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/Resources
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/Resources/Base.lproj
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/Resources/Base.lproj/MainMenu.nib
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/_CodeSignature
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x64/launcher.app/Contents/_CodeSignature/CodeResources
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/Info.plist
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/MacOS
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/MacOS/launcher
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/PkgInfo
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/Resources
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/Resources/Base.lproj
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/Resources/Base.lproj/MainMenu.nib
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/_CodeSignature
usr/share/powershell-empire/empire/server/data/misc/apptemplateResources/x86/launcher.app/Contents/_CodeSignature/CodeResources
usr/share/powershell-empire/empire/server/data/misc/hijackers
usr/share/powershell-empire/empire/server/data/misc/hijackers/template.dylib
usr/share/powershell-empire/empire/server/data/misc/hijackers/template64.dylib
usr/share/powershell-empire/empire/server/data/misc/hop.php
usr/share/powershell-empire/empire/server/data/misc/machotemplate
usr/share/powershell-empire/empire/server/data/misc/pic_shellcode.ld
usr/share/powershell-empire/empire/server/data/misc/pkgbuild
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/expand
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/expand/PackageInfo
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/root
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/root/Applications
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/root/Applications/test
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/scripts
usr/share/powershell-empire/empire/server/data/misc/pkgbuild/scripts/postinstall
usr/share/powershell-empire/empire/server/data/misc/python_modules
usr/share/powershell-empire/empire/server/data/misc/python_modules/mss.zip
usr/share/powershell-empire/empire/server/data/misc/templateLauncher.dylib
usr/share/powershell-empire/empire/server/data/misc/templateLauncher64.dylib
usr/share/powershell-empire/empire/server/data/misc/templateSource
usr/share/powershell-empire/empire/server/data/misc/templateSource/Dylib.c
usr/share/powershell-empire/empire/server/data/misc/templateSource/macho.m
usr/share/powershell-empire/empire/server/data/misc/welcome.png
usr/share/powershell-empire/empire/server/data/misc/windows.c
usr/share/powershell-empire/empire/server/data/misc/windows_shellcode.c
usr/share/powershell-empire/empire/server/data/misc/x64_slim.dll
usr/share/powershell-empire/empire/server/data/misc/x86_slim.dll
usr/share/powershell-empire/empire/server/data/module_source
usr/share/powershell-empire/empire/server/data/module_source/bof
usr/share/powershell-empire/empire/server/data/module_source/bof/ClipboardWindow
usr/share/powershell-empire/empire/server/data/module_source/bof/ClipboardWindow/ClipboardWindow-Inject.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/cobaltwhispers
usr/share/powershell-empire/empire/server/data/module_source/bof/cobaltwhispers/SpawnProcess.o
usr/share/powershell-empire/empire/server/data/module_source/bof/nanodump
usr/share/powershell-empire/empire/server/data/module_source/bof/nanodump/nanodump.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/nanodump/nanodump.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum/adcs_enum.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum/adcs_enum.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum_com
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum_com/adcs_enum_com.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum_com/adcs_enum_com.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum_com2
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum_com2/adcs_enum_com2.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adcs_enum_com2/adcs_enum_com2.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adv_audit_policies
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adv_audit_policies/adv_audit_policies.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/adv_audit_policies/adv_audit_policies.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/arp
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/arp/arp.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/arp/arp.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/cacls
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/cacls/cacls.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/cacls/cacls.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/driversigs
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/driversigs/driversigs.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/driversigs/driversigs.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/enum_filter_driver
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/enum_filter_driver/enum_filter_driver.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/enum_filter_driver/enum_filter_driver.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/enumlocalsessions
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/enumlocalsessions/enumlocalsessions.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/enumlocalsessions/enumlocalsessions.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/env
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/env/env.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/env/env.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/findLoadedModule
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/findLoadedModule/findLoadedModule.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/findLoadedModule/findLoadedModule.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/get-netsession
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/get-netsession/get-netsession.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/get-netsession/get-netsession.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/get_password_policy
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/get_password_policy/get_password_policy.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/get_password_policy/get_password_policy.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/ipconfig
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/ipconfig/ipconfig.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/ipconfig/ipconfig.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/ldapsearch
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/ldapsearch/ldapsearch.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/ldapsearch/ldapsearch.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/list_firewall_rules
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/list_firewall_rules/list_firewall_rules.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/list_firewall_rules/list_firewall_rules.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/listdns
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/listdns/listdns.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/listdns/listdns.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/listmods
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/listmods/listmods.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/listmods/listmods.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/locale
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/locale/locale.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/locale/locale.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netgroup
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netgroup/netgroup.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netgroup/netgroup.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netlocalgroup
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netlocalgroup/netlocalgroup.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netlocalgroup/netlocalgroup.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netloggedon
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netloggedon/netloggedon.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netloggedon/netloggedon.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netshares
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netshares/netshares.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netshares/netshares.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netstat
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netstat/netstat.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netstat/netstat.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nettime
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nettime/nettime.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nettime/nettime.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuptime
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuptime/netuptime.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuptime/netuptime.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuse
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuse/netuse.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuse/netuse.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuser
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuser/netuser.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuser/netuser.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuserenum
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuserenum/netuserenum.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netuserenum/netuserenum.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netview
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netview/netview.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/netview/netview.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nonpagedldapsearch
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nonpagedldapsearch/nonpagedldapsearch.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nonpagedldapsearch/nonpagedldapsearch.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/notepad
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/notepad/notepad.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/notepad/notepad.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nslookup
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nslookup/nslookup.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/nslookup/nslookup.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/probe
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/probe/probe.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/probe/probe.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/reg_query
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/reg_query/reg_query.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/reg_query/reg_query.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/resources
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/resources/resources.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/resources/resources.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/routeprint
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/routeprint/routeprint.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/routeprint/routeprint.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_enum
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_enum/sc_enum.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_enum/sc_enum.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qc
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qc/sc_qc.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qc/sc_qc.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qdescription
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qdescription/sc_qdescription.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qdescription/sc_qdescription.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qfailure
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qfailure/sc_qfailure.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qfailure/sc_qfailure.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qtriggerinfo
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qtriggerinfo/sc_qtriggerinfo.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_qtriggerinfo/sc_qtriggerinfo.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_query
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_query/sc_query.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/sc_query/sc_query.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/schtasksenum
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/schtasksenum/schtasksenum.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/schtasksenum/schtasksenum.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/schtasksquery
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/schtasksquery/schtasksquery.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/schtasksquery/schtasksquery.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/tasklist
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/tasklist/tasklist.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/tasklist/tasklist.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/uptime
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/uptime/uptime.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/uptime/uptime.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/vssenum
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/vssenum/vssenum.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/vssenum/vssenum.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/whoami
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/whoami/whoami.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/whoami/whoami.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/windowlist
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/windowlist/windowlist.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/windowlist/windowlist.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/wmi_query
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/wmi_query/wmi_query.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/situational_awareness/wmi_query/wmi_query.x86.o
usr/share/powershell-empire/empire/server/data/module_source/bof/spawn
usr/share/powershell-empire/empire/server/data/module_source/bof/spawn/hollow.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/tgtdelegation
usr/share/powershell-empire/empire/server/data/module_source/bof/tgtdelegation/tgtdelegation.x64.o
usr/share/powershell-empire/empire/server/data/module_source/bof/tgtdelegation/tgtdelegation.x86.o
usr/share/powershell-empire/empire/server/data/module_source/code_execution
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-Assembly.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-Bof.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-Boolang.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-ClearScript.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-DllInjection.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-IronPython.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-IronPython3.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-MetasploitPayload.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-Ntsd.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-SSharp.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-Script.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-Shellcode.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/Invoke-ShellcodeMSIL.ps1
usr/share/powershell-empire/empire/server/data/module_source/code_execution/ntsd_x64.exe
usr/share/powershell-empire/empire/server/data/module_source/code_execution/ntsd_x86.exe
usr/share/powershell-empire/empire/server/data/module_source/code_execution/ntsdexts_x64.dll
usr/share/powershell-empire/empire/server/data/module_source/code_execution/ntsdexts_x86.dll
usr/share/powershell-empire/empire/server/data/module_source/collection
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-BrowserData.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-ChromeDump.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-ClipboardContents.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-ClipboardHistory.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-FoxDump.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-IndexedItem.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-Keystrokes.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-SQLColumnSampleData.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-SQLQuery.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-Screenshot.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-SharpChromium.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-USBKeystrokes.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Get-WinUpdates.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-CredentialPhisher.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-Inveigh.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-NetRipper.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-NinjaCopy.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-SauronEye.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-SharpLoginPrompt.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Invoke-WireTap.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/Out-Minidump.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/vaults
usr/share/powershell-empire/empire/server/data/module_source/collection/vaults/KeePassConfig.ps1
usr/share/powershell-empire/empire/server/data/module_source/collection/vaults/KeeThief.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials
usr/share/powershell-empire/empire/server/data/module_source/credentials/DomainPasswordSpray.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Get-LAPSPasswords.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Get-VaultCredential.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-CredentialInjection.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-DCSync.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-InternalMonologue.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-Kerberoast.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-Mimikatz.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-NTLMExtract.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-PowerDump.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-Rubeus.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-SessionGopher.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-SharpSecDump.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/Invoke-TokenManipulation.ps1
usr/share/powershell-empire/empire/server/data/module_source/credentials/dumpCredStore.ps1
usr/share/powershell-empire/empire/server/data/module_source/exfil
usr/share/powershell-empire/empire/server/data/module_source/exfil/Invoke-EgressCheck.ps1
usr/share/powershell-empire/empire/server/data/module_source/exfil/Invoke-ExfilDataToGitHub.ps1
usr/share/powershell-empire/empire/server/data/module_source/exfil/Invoke-PostExfil.ps1
usr/share/powershell-empire/empire/server/data/module_source/exfil/PSRansom.ps1
usr/share/powershell-empire/empire/server/data/module_source/exploitation
usr/share/powershell-empire/empire/server/data/module_source/exploitation/Exploit-EternalBlue.ps1
usr/share/powershell-empire/empire/server/data/module_source/exploitation/Exploit-JBoss.ps1
usr/share/powershell-empire/empire/server/data/module_source/exploitation/Exploit-Jenkins.ps1
usr/share/powershell-empire/empire/server/data/module_source/exploitation/Invoke-SpoolSample.ps1
usr/share/powershell-empire/empire/server/data/module_source/fun
usr/share/powershell-empire/empire/server/data/module_source/fun/Invoke-BSOD.ps1
usr/share/powershell-empire/empire/server/data/module_source/fun/Invoke-Thunderstruck.ps1
usr/share/powershell-empire/empire/server/data/module_source/fun/Invoke-VoiceTroll.ps1
usr/share/powershell-empire/empire/server/data/module_source/fun/Set-Wallpaper.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-DCOM.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-ExecuteMSBuild.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-InveighRelay.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-PortFwd.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-PsExec.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-SMBExec.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-SQLOSCmd.ps1
usr/share/powershell-empire/empire/server/data/module_source/lateral_movement/Invoke-SSHCommand.ps1
usr/share/powershell-empire/empire/server/data/module_source/management
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-DownloadFile.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-PSInject.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-Phant0m.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-ReflectivePEInjection.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-RunAs.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-SharpChiselClient.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-SocksProxy.psm1
usr/share/powershell-empire/empire/server/data/module_source/management/Invoke-Vnc.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/MailRaider.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/New-HoneyHash.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Set-MacAttribute.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/Start-ProcessAsUser.ps1
usr/share/powershell-empire/empire/server/data/module_source/management/powercat.ps1
usr/share/powershell-empire/empire/server/data/module_source/persistence
usr/share/powershell-empire/empire/server/data/module_source/persistence/Get-SecurityPackages.ps1
usr/share/powershell-empire/empire/server/data/module_source/persistence/Install-SSP.ps1
usr/share/powershell-empire/empire/server/data/module_source/persistence/Invoke-BackdoorLNK.ps1
usr/share/powershell-empire/empire/server/data/module_source/persistence/Invoke-PhishingLNK.ps1
usr/share/powershell-empire/empire/server/data/module_source/persistence/Invoke-RIDHijacking.ps1
usr/share/powershell-empire/empire/server/data/module_source/persistence/Persistence.psm1
usr/share/powershell-empire/empire/server/data/module_source/persistence/PowerBreach.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc
usr/share/powershell-empire/empire/server/data/module_source/privesc/Get-GPPPassword.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Get-SiteListPassword.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Get-System.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-BypassUAC.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-BypassUACTokenManipulation.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-EnvBypass.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-EventVwrBypass.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-FodHelperBypass.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-MS16032.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-MS16135.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-PrintDemon.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-Printnightmare.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-SDCLTBypass.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-SweetPotato.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-Tater.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-WScriptBypassUAC.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-Watson.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-ZeroLogon.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Invoke-winPEAS.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/PowerUp.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/PrivescCheck.ps1
usr/share/powershell-empire/empire/server/data/module_source/privesc/Sherlock.ps1
usr/share/powershell-empire/empire/server/data/module_source/python
usr/share/powershell-empire/empire/server/data/module_source/python/code_execution
usr/share/powershell-empire/empire/server/data/module_source/python/code_execution/invoke_script.py
usr/share/powershell-empire/empire/server/data/module_source/python/collection
usr/share/powershell-empire/empire/server/data/module_source/python/collection/TicketDumper.py
usr/share/powershell-empire/empire/server/data/module_source/python/collection/mimipenguin.py
usr/share/powershell-empire/empire/server/data/module_source/python/discovery
usr/share/powershell-empire/empire/server/data/module_source/python/discovery/nameserver.py
usr/share/powershell-empire/empire/server/data/module_source/python/management
usr/share/powershell-empire/empire/server/data/module_source/python/management/socks.py
usr/share/powershell-empire/empire/server/data/module_source/python/privesc
usr/share/powershell-empire/empire/server/data/module_source/python/privesc/CVE-2021-3560.py
usr/share/powershell-empire/empire/server/data/module_source/python/privesc/CVE-2021-4034.py
usr/share/powershell-empire/empire/server/data/module_source/python/privesc/linuxprivchecker.py
usr/share/powershell-empire/empire/server/data/module_source/python/situational_awareness
usr/share/powershell-empire/empire/server/data/module_source/python/situational_awareness/LinPEAS.py
usr/share/powershell-empire/empire/server/data/module_source/recon
usr/share/powershell-empire/empire/server/data/module_source/recon/Fetch-And-Brute-Local-Accounts.ps1
usr/share/powershell-empire/empire/server/data/module_source/recon/Find-Fruit.ps1
usr/share/powershell-empire/empire/server/data/module_source/recon/Get-SQLServerLoginDefaultPw.ps1
usr/share/powershell-empire/empire/server/data/module_source/recon/HTTP-Login.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Find-TrustedDocuments.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Get-ComputerDetails.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Get-SystemDNSServer.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/HostRecon.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Invoke-Paranoia.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Invoke-Seatbelt.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Invoke-WinEnum.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/host/Start-MonitorTCPConnections.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/BloodHound3.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Get-KerberosServiceTicket.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Get-SPN.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Get-SQLInstanceDomain.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Get-SQLServerInfo.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Invoke-ARPScan.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Invoke-Portscan.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Invoke-ReverseDNSLookup.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Invoke-SMBAutoBrute.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Invoke-SMBLogin.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/Invoke-SmbScanner.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/SharpHound.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/powermad.ps1
usr/share/powershell-empire/empire/server/data/module_source/situational_awareness/network/powerview.ps1
usr/share/powershell-empire/empire/server/data/module_source/trollsploit
usr/share/powershell-empire/empire/server/data/module_source/trollsploit/Get-RickAstley.ps1
usr/share/powershell-empire/empire/server/data/profiles
usr/share/powershell-empire/empire/server/data/profiles/APT
usr/share/powershell-empire/empire/server/data/profiles/APT/apt1_virtuallythere.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/bluenoroff_rat.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/chches_APT10.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/comfoo.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/dukes_apt29.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/etumbot.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/havex.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/meterpreter.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/pitty_tiger.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/powruner.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/putter.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/ratankba.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/sofacy.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/string_of_paerls.profile
usr/share/powershell-empire/empire/server/data/profiles/APT/taidoor.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/POSeidon.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/asprox.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/backoff.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/bazarloader.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/covid19_koadic.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/emotet.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/fiesta.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/fiesta2.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/formbook.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/gandcrab.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/globeimposter.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/hancitor.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/jaff.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/jasperloader.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/kronos.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/magnitude.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/qakbot.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/quantloader.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/ramnit.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/rigEK.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/trick_ryuk.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/trickbot.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/ursnif_IcedID.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/xbash.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/zeus.profile
usr/share/powershell-empire/empire/server/data/profiles/Crimeware/zloader.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal
usr/share/powershell-empire/empire/server/data/profiles/Normal/amazon.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/bing_maps.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/bingsearch_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/cnnvideo_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/duckduckgo-ramen-search-get-only.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/gmail.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/googledrive_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/gotomeeting.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/iheartradio.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/jquery-c2.4.2.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/mayoclinic.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/microsoftupdate_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/mscrl.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/msnbcvideo_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/msu_edu.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/office365_calendar.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/onedrive_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/oscp.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/pandora.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/randomized.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/reddit.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/rtmp.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/safebrowsing.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/salesforce_api.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/slack.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/stackoverflow.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/trevor.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/webbug.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/webbug_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/wikipedia_getonly.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/windows-updates.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/youtube_video.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/zillow.profile
usr/share/powershell-empire/empire/server/data/profiles/Normal/zoom.profile
usr/share/powershell-empire/empire/server/data/profiles/README.md
usr/share/powershell-empire/empire/server/data/profiles/template.profile
usr/share/powershell-empire/empire/server/listeners
usr/share/powershell-empire/empire/server/listeners/http.py
usr/share/powershell-empire/empire/server/listeners/http_foreign.py
usr/share/powershell-empire/empire/server/listeners/http_hop.py
usr/share/powershell-empire/empire/server/listeners/http_malleable.py
usr/share/powershell-empire/empire/server/listeners/port_forward_pivot.py
usr/share/powershell-empire/empire/server/listeners/smb.py
usr/share/powershell-empire/empire/server/listeners/template.py
usr/share/powershell-empire/empire/server/modules
usr/share/powershell-empire/empire/server/modules/bof
usr/share/powershell-empire/empire/server/modules/bof/credentials
usr/share/powershell-empire/empire/server/modules/bof/credentials/nanodump.py
usr/share/powershell-empire/empire/server/modules/bof/credentials/nanodump.yaml
usr/share/powershell-empire/empire/server/modules/bof/credentials/tgtdelegation.py
usr/share/powershell-empire/empire/server/modules/bof/credentials/tgtdelegation.yaml
usr/share/powershell-empire/empire/server/modules/bof/management
usr/share/powershell-empire/empire/server/modules/bof/management/SpawnProcess.yaml
usr/share/powershell-empire/empire/server/modules/bof/management/clipboard_window_inject.py
usr/share/powershell-empire/empire/server/modules/bof/management/clipboard_window_inject.yaml
usr/share/powershell-empire/empire/server/modules/bof/management/spawn.py
usr/share/powershell-empire/empire/server/modules/bof/management/spawn.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/adcs_enum.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/adcs_enum_com.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/adcs_enum_com2.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/adv_audit_policies.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/arp.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/cacls.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/clipboard_window_inject_list.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/clipboard_window_inject_list.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/driversigs.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/enumLocalSessions.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/enum_filter_driver.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/env.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/get_password_policy.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/ipconfig.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/list_firewall_rules.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/listdns.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/listmods.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/locale.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netGroupList.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netGroupList.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netGroupListMembers.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netGroupListMembers.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netLocalGroupList.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netLocalGroupList.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netLocalGroupListMembers.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netLocalGroupListMembers.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netloggedon.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netloggedon.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netsession.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netshares.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netshares.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netstat.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/nettime.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netuptime.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netuser.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/netview.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/probe.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/resources.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/routeprint.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/schtasksenum.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/schtasksquery.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/tasklist.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/uptime.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/whoami.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/windowlist.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/windowlist.yaml
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/wmi_query.py
usr/share/powershell-empire/empire/server/modules/bof/situational_awareness/wmi_query.yaml
usr/share/powershell-empire/empire/server/modules/csharp
usr/share/powershell-empire/empire/server/modules/csharp/code_execution
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/Assembly.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/AssemblyReflect.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/RunCoff.py
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/RunCoff.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/SharpSploit
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/SharpSploit/PowerShell.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/SharpSploit/Shell.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/SharpSploit/ShellCmd.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/SharpSploit/ShellCmdRunas.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/SharpSploit/ShellRunAs.yaml
usr/share/powershell-empire/empire/server/modules/csharp/code_execution/Shellcode.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials
usr/share/powershell-empire/empire/server/modules/csharp/credentials/Certify.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/Rubeus.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpDPAPI.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpSploit
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpSploit/ImpersonateProcess.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpSploit/ImpersonateUser.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpSploit/Kerberoast.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpSploit/MakeToken.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/SharpSploit/RevertToSelf.yaml
usr/share/powershell-empire/empire/server/modules/csharp/credentials/Sharpdump.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management
usr/share/powershell-empire/empire/server/modules/csharp/management/PatchETW.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/PatchlessAMSI.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/ProcessInjection.py
usr/share/powershell-empire/empire/server/modules/csharp/management/ProcessInjection.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/SharpSploit
usr/share/powershell-empire/empire/server/modules/csharp/management/SharpSploit/BypassAmsi.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/SharpSploit/CreateProcessWithToken.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/SharpSploit/SetRegistryKey.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/SharpSploit/SetRemoteRegistryKey.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/Spawn.py
usr/share/powershell-empire/empire/server/modules/csharp/management/Spawn.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/StratumMiner.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/ThreadlessInject.py
usr/share/powershell-empire/empire/server/modules/csharp/management/ThreadlessInject.yaml
usr/share/powershell-empire/empire/server/modules/csharp/management/VNC.yaml
usr/share/powershell-empire/empire/server/modules/csharp/persistence
usr/share/powershell-empire/empire/server/modules/csharp/persistence/SharpSploit
usr/share/powershell-empire/empire/server/modules/csharp/persistence/SharpSploit/PersistAutorun.yaml
usr/share/powershell-empire/empire/server/modules/csharp/persistence/SharpSploit/PersistCOMHijack.yaml
usr/share/powershell-empire/empire/server/modules/csharp/persistence/SharpSploit/PersistStartup.yaml
usr/share/powershell-empire/empire/server/modules/csharp/persistence/SharpSploit/PersistWMI.yaml
usr/share/powershell-empire/empire/server/modules/csharp/privesc
usr/share/powershell-empire/empire/server/modules/csharp/privesc/SharpSploit
usr/share/powershell-empire/empire/server/modules/csharp/privesc/SharpSploit/GetSystem.yaml
usr/share/powershell-empire/empire/server/modules/csharp/privesc/SharpSploit/PrivExchange.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/Moriarty.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/Seatbelt.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSC.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetDomainComputer.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetDomainGroup.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetDomainUser.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetNetLocalGroup.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetNetLocalGroupMember.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetNetLoggedOnUser.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetNetSession.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetRegistryKey.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/GetRemoteRegistryKey.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/Keylogger.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/ListDirectory.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/Portscan.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpSploit/ProcessList.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpUp.yaml
usr/share/powershell-empire/empire/server/modules/csharp/situational_awareness/SharpWMI.yaml
usr/share/powershell-empire/empire/server/modules/powershell
usr/share/powershell-empire/empire/server/modules/powershell/code_execution
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_boolang.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_clearscript.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_dllinjection.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_ironpython.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_ironpython3.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_ntsd.py
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_ntsd.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_reflectivepeinjection.py
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_reflectivepeinjection.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_script.py
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_script.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_shellcode.py
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_shellcode.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_shellcodemsil.py
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_shellcodemsil.yaml
usr/share/powershell-empire/empire/server/modules/powershell/code_execution/invoke_ssharp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials
usr/share/powershell-empire/empire/server/modules/powershell/credentials/DomainPasswordSpray.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/Invoke-VSSExtract.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/USBKeylogger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/VeeamGetCreds.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/credential_injection.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/credential_injection.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/enum_cred_store.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/get_lapspasswords.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/invoke_internal_monologue.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/invoke_kerberoast.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/invoke_ntlmextract.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/keylogger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/cache.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/certs.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/command.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/dcsync.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/dcsync_hashdump.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/dcsync_hashdump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/extract_tickets.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/golden_ticket.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/golden_ticket.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/keys.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/logonpasswords.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/lsadump.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/lsadump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/mimitokens.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/mimitokens.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/pth.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/pth.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/purge.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/sam.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/silver_ticket.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/silver_ticket.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/terminal_server.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/trust_keys.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/mimikatz/trust_keys.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/powerdump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/sessiongopher.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/sharpsecdump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/tokens.py
usr/share/powershell-empire/empire/server/modules/powershell/credentials/tokens.yaml
usr/share/powershell-empire/empire/server/modules/powershell/credentials/vault_credential.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exfiltration
usr/share/powershell-empire/empire/server/modules/powershell/exfiltration/Invoke_ExfilDataToGitHub.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exfiltration/PSRansom.py
usr/share/powershell-empire/empire/server/modules/powershell/exfiltration/PSRansom.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exfiltration/egresscheck.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exfiltration/exfil_dropbox.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exploitation
usr/share/powershell-empire/empire/server/modules/powershell/exploitation/exploit_eternalblue.py
usr/share/powershell-empire/empire/server/modules/powershell/exploitation/exploit_eternalblue.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exploitation/exploit_jboss.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exploitation/exploit_jenkins.yaml
usr/share/powershell-empire/empire/server/modules/powershell/exploitation/invoke_spoolsample.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/Invoke-RDPHijack.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/inveigh_relay.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/inveigh_relay.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_dcom.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_dcom.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_executemsbuild.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_executemsbuild.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_portfwd.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_psexec.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_psexec.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_psremoting.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_psremoting.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_smbexec.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_smbexec.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_sqloscmd.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_sqloscmd.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_sshcommand.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_sshcommand.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_wmi.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_wmi.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_wmi_debugger.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/invoke_wmi_debugger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/jenkins_script_console.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/jenkins_script_console.yaml
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/new_gpo_immediate_task.py
usr/share/powershell-empire/empire/server/modules/powershell/lateral_movement/new_gpo_immediate_task.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management
usr/share/powershell-empire/empire/server/modules/powershell/management/disable_rdp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/downgrade_account.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/enable_multi_rdp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/enable_rdp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/get_domain_sid.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/honeyhash.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/invoke-downloadfile.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/invoke_bypass.py
usr/share/powershell-empire/empire/server/modules/powershell/management/invoke_bypass.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/invoke_sharpchisel.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/invoke_socksproxy.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/lock.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/logoff.py
usr/share/powershell-empire/empire/server/modules/powershell/management/logoff.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/disable_security.py
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/disable_security.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/get_emailitems.py
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/get_emailitems.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/get_subfolders.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/mail_search.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/search_gal.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/send_mail.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/mailraider/view_email.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/phant0m.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/powercat.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/psinject.py
usr/share/powershell-empire/empire/server/modules/powershell/management/psinject.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/reflective_inject.py
usr/share/powershell-empire/empire/server/modules/powershell/management/reflective_inject.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/restart.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/runas.py
usr/share/powershell-empire/empire/server/modules/powershell/management/runas.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/shinject.py
usr/share/powershell-empire/empire/server/modules/powershell/management/shinject.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/sid_to_user.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/spawn.py
usr/share/powershell-empire/empire/server/modules/powershell/management/spawn.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/spawnas.py
usr/share/powershell-empire/empire/server/modules/powershell/management/spawnas.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/start-processasuser.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/switch_listener.py
usr/share/powershell-empire/empire/server/modules/powershell/management/switch_listener.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/timestomp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/user_to_sid.py
usr/share/powershell-empire/empire/server/modules/powershell/management/user_to_sid.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/vnc.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/wdigest_downgrade.yaml
usr/share/powershell-empire/empire/server/modules/powershell/management/zipfolder.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/registry.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/registry.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/rid_hijack.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/schtasks.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/schtasks.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/wmi.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/wmi.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/wmi_updater.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/elevated/wmi_updater.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/add_netuser.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/add_sid_history.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/add_sid_history.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/debugger.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/debugger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/disable_machine_acct_change.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/get_ssps.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/install_ssp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/memssp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/misc/skeleton_key.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach/deaduser.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach/deaduser.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach/eventlog.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach/eventlog.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach/resolver.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/powerbreach/resolver.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/backdoor_lnk.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/backdoor_lnk.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/phishing_lnk.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/registry.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/registry.yaml
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/schtasks.py
usr/share/powershell-empire/empire/server/modules/powershell/persistence/userland/schtasks.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc
usr/share/powershell-empire/empire/server/modules/powershell/privesc/ask.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/ask.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_env.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_env.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_eventvwr.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_eventvwr.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_fodhelper.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_fodhelper.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_fodhelper_progids.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_sdctlbypass.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_sdctlbypass.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_tokenmanipulation.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_tokenmanipulation.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_wscript.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/bypassuac_wscript.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/getsystem.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/gpp.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/mcafee_sitelist.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/ms16-032.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/ms16-032.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/ms16-135.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/ms16-135.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_exe_restore.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_exe_stager.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_exe_stager.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_exe_useradd.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_stager.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_stager.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/service_useradd.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/write_dllhijacker.py
usr/share/powershell-empire/empire/server/modules/powershell/privesc/powerup/write_dllhijacker.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/printdemon.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/printnightmare.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/sweetpotato.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/tater.yaml
usr/share/powershell-empire/empire/server/modules/powershell/privesc/zerologon.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/ChromeDump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/FoxDump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/SauronEye.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/SharpChromium.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/SharpChromium.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/SharpLoginPrompt.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/WebcamRecorder.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/WireTap.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/WireTap.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/antivirusproduct.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/applockerstatus.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/browser_data.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/clipboard_history.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/clipboard_monitor.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/computerdetails.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/computerdetails.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/dnsserver.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/fetch_brute_local.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/fetch_brute_local.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/file_finder.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/find_fruit.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/find_fruit.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/find_interesting_file.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/findtrusteddocuments.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get-winupdates.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_indexed_item.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_pathacl.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_proxy.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_sql_column_sample_data.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_sql_column_sample_data.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_sql_query.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/get_uaclevel.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/hostrecon.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/inveigh.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/minidump.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/minidump.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/monitortcpconnections.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/netripper.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/ninjacopy.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/packet_capture.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/packet_capture.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/paranoia.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/powerup
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/powerup/allchecks.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/powerup/find_dllhijack.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/privesccheck.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/prompt.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/screenshot.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/screenshot.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/sherlock.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/toasted.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/vaults
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/vaults/add_keepass_config_trigger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/vaults/find_keepass_config.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/vaults/get_keepass_config_trigger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/vaults/keethief.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/vaults/remove_keepass_config_trigger.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/watson.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/winPEAS.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/host/winenum.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/arpscan.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/bloodhound.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_kerberos_service_ticket.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_spn.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_sql_instance_domain.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_sql_server_info.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_sql_server_info.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_sql_server_login_default_pw.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/get_sql_server_login_default_pw.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/http_login.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/portscan.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powermad
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powermad/get_adidns_permission.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powermad/get_adidns_zone.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/find_foreign_group.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/find_foreign_user.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/find_gpo_computer_admin.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/find_gpo_location.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/find_localadmin_access.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/find_managed_security_group.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_cached_rdpconnection.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_computer.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_dfs_share.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_domain_controller.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_domain_policy.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_domain_trust.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_fileserver.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_forest.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_forest_domain.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_gpo.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_gpo_computer.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_gpo_computer.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_group.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_group_member.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_localgroup.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_loggedon.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_object_acl.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_ou.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_rdp_session.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_session.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_site.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_subnet.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_subnet_ranges.py
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_subnet_ranges.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/get_user.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/map_domain_trust.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/process_hunter.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/set_ad_object.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/share_finder.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/powerview/user_hunter.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/reverse_dns.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/sharphound.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/smbautobrute.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/smblogin.yaml
usr/share/powershell-empire/empire/server/modules/powershell/situational_awareness/network/smbscanner.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/get_schwifty.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/invoke_bsod.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/message.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/process_killer.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/rick_ascii.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/rick_astley.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/thunderstruck.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/voicetroll.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/wallpaper.yaml
usr/share/powershell-empire/empire/server/modules/powershell/trollsploit/wlmdr.yaml
usr/share/powershell-empire/empire/server/modules/powershell_template.py
usr/share/powershell-empire/empire/server/modules/powershell_template.yaml
usr/share/powershell-empire/empire/server/modules/python
usr/share/powershell-empire/empire/server/modules/python/code_execution
usr/share/powershell-empire/empire/server/modules/python/code_execution/invoke_script.py
usr/share/powershell-empire/empire/server/modules/python/code_execution/invoke_script.yaml
usr/share/powershell-empire/empire/server/modules/python/code_execution/powershell_execution.yaml
usr/share/powershell-empire/empire/server/modules/python/collection
usr/share/powershell-empire/empire/server/modules/python/collection/linux
usr/share/powershell-empire/empire/server/modules/python/collection/linux/hashdump.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/linux/keylogger.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/linux/mimipenguin.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/linux/pillage_user.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/linux/sniffer.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/linux/xkeylogger.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx
usr/share/powershell-empire/empire/server/modules/python/collection/osx/browser_dump.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/clipboard.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/hashdump.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/imessage_dump.py
usr/share/powershell-empire/empire/server/modules/python/collection/osx/imessage_dump.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/kerberosdump.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/keychaindump.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/keychaindump_chainbreaker.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/keychaindump_decrypt.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/keylogger.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/native_screenshot.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/native_screenshot_mss.py
usr/share/powershell-empire/empire/server/modules/python/collection/osx/native_screenshot_mss.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/osx_mic_record.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/pillage_user.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/prompt.py
usr/share/powershell-empire/empire/server/modules/python/collection/osx/prompt.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/screensaver_alleyoop.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/screenshot.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/search_email.py
usr/share/powershell-empire/empire/server/modules/python/collection/osx/search_email.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/sniffer.py
usr/share/powershell-empire/empire/server/modules/python/collection/osx/sniffer.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/osx/webcam.yaml
usr/share/powershell-empire/empire/server/modules/python/collection/windows
usr/share/powershell-empire/empire/server/modules/python/collection/windows/TicketDumper.yml
usr/share/powershell-empire/empire/server/modules/python/credentials
usr/share/powershell-empire/empire/server/modules/python/credentials/aws_imds.yaml
usr/share/powershell-empire/empire/server/modules/python/credentials/linux_keyring.yaml
usr/share/powershell-empire/empire/server/modules/python/discovery
usr/share/powershell-empire/empire/server/modules/python/discovery/nameserver.yaml
usr/share/powershell-empire/empire/server/modules/python/exploit
usr/share/powershell-empire/empire/server/modules/python/exploit/web
usr/share/powershell-empire/empire/server/modules/python/exploit/web/jboss_jmx.yaml
usr/share/powershell-empire/empire/server/modules/python/lateral_movement
usr/share/powershell-empire/empire/server/modules/python/lateral_movement/multi
usr/share/powershell-empire/empire/server/modules/python/lateral_movement/multi/ssh_command.yaml
usr/share/powershell-empire/empire/server/modules/python/lateral_movement/multi/ssh_launcher.py
usr/share/powershell-empire/empire/server/modules/python/lateral_movement/multi/ssh_launcher.yaml
usr/share/powershell-empire/empire/server/modules/python/management
usr/share/powershell-empire/empire/server/modules/python/management/multi
usr/share/powershell-empire/empire/server/modules/python/management/multi/kerberos_inject.yaml
usr/share/powershell-empire/empire/server/modules/python/management/multi/socks.yaml
usr/share/powershell-empire/empire/server/modules/python/management/multi/spawn.py
usr/share/powershell-empire/empire/server/modules/python/management/multi/spawn.yaml
usr/share/powershell-empire/empire/server/modules/python/management/osx
usr/share/powershell-empire/empire/server/modules/python/management/osx/screen_sharing.yaml
usr/share/powershell-empire/empire/server/modules/python/management/osx/shellcodeinject64.py
usr/share/powershell-empire/empire/server/modules/python/management/osx/shellcodeinject64.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence
usr/share/powershell-empire/empire/server/modules/python/persistence/multi
usr/share/powershell-empire/empire/server/modules/python/persistence/multi/crontab.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/multi/desktopfile.py
usr/share/powershell-empire/empire/server/modules/python/persistence/multi/desktopfile.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/osx
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/CreateHijacker.py
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/CreateHijacker.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/LaunchAgent.py
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/LaunchAgent.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/LaunchAgentUserLandPersistence.py
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/LaunchAgentUserLandPersistence.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/RemoveLaunchAgent.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/loginhook.py
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/loginhook.yaml
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/mail.py
usr/share/powershell-empire/empire/server/modules/python/persistence/osx/mail.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc
usr/share/powershell-empire/empire/server/modules/python/privesc/linux
usr/share/powershell-empire/empire/server/modules/python/privesc/linux/linux_priv_checker.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/linux/unix_privesc_check.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/multi
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/CVE-2021-3560.py
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/CVE-2021-3560.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/CVE-2021-4034.py
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/CVE-2021-4034.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/bashdoor.py
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/bashdoor.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/sudo_spawn.py
usr/share/powershell-empire/empire/server/modules/python/privesc/multi/sudo_spawn.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/osx
usr/share/powershell-empire/empire/server/modules/python/privesc/osx/dyld_print_to_file.py
usr/share/powershell-empire/empire/server/modules/python/privesc/osx/dyld_print_to_file.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/osx/piggyback.py
usr/share/powershell-empire/empire/server/modules/python/privesc/osx/piggyback.yaml
usr/share/powershell-empire/empire/server/modules/python/privesc/windows
usr/share/powershell-empire/empire/server/modules/python/privesc/windows/get_gpppasswords.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/multi
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/multi/SuidGuidSearch.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/multi/WorldWriteableFileSearch.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/multi/linpeas.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/osx
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/osx/HijackScanner.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/osx/situational_awareness.py
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/host/osx/situational_awareness.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/dscl_get_groupmembers.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/dscl_get_groups.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/dscl_get_users.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_computers.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_domaincontrollers.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_fileservers.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_groupmembers.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_groupmemberships.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_groups.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_ous.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_userinformation.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/active_directory/get_users.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos/chronos_api_add_job.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos/chronos_api_delete_job.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos/chronos_api_start_job.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos/etcd_crawler.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos/marathon_api_create_start_app.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/dcos/marathon_api_delete_app.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/find_fruit.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/gethostbyname.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/http_rest_api.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/port_scan.yaml
usr/share/powershell-empire/empire/server/modules/python/situational_awareness/network/smb_mount.yaml
usr/share/powershell-empire/empire/server/modules/python/trollsploit
usr/share/powershell-empire/empire/server/modules/python/trollsploit/osx
usr/share/powershell-empire/empire/server/modules/python/trollsploit/osx/change_background.yaml
usr/share/powershell-empire/empire/server/modules/python/trollsploit/osx/login_message.yaml
usr/share/powershell-empire/empire/server/modules/python/trollsploit/osx/say.yaml
usr/share/powershell-empire/empire/server/modules/python/trollsploit/osx/thunderstruck.yaml
usr/share/powershell-empire/empire/server/modules/python_jobs_template.py
usr/share/powershell-empire/empire/server/modules/python_template.py
usr/share/powershell-empire/empire/server/modules/python_template.yaml
usr/share/powershell-empire/empire/server/plugins
usr/share/powershell-empire/empire/server/plugins/__init__.py
usr/share/powershell-empire/empire/server/plugins/basic_reporting
usr/share/powershell-empire/empire/server/plugins/basic_reporting/__init__.py
usr/share/powershell-empire/empire/server/plugins/basic_reporting/basic_reporting.py
usr/share/powershell-empire/empire/server/plugins/basic_reporting/plugin.yaml
usr/share/powershell-empire/empire/server/plugins/example
usr/share/powershell-empire/empire/server/plugins/example/__init__.py
usr/share/powershell-empire/empire/server/plugins/example/example.py
usr/share/powershell-empire/empire/server/plugins/example/example_helpers.py
usr/share/powershell-empire/empire/server/plugins/example/plugin.yaml
usr/share/powershell-empire/empire/server/server.py
usr/share/powershell-empire/empire/server/stagers
usr/share/powershell-empire/empire/server/stagers/CSharpPS.yaml
usr/share/powershell-empire/empire/server/stagers/CSharpPy.yaml
usr/share/powershell-empire/empire/server/stagers/Sharpire.yaml
usr/share/powershell-empire/empire/server/stagers/linux
usr/share/powershell-empire/empire/server/stagers/linux/bash.py
usr/share/powershell-empire/empire/server/stagers/linux/pyinstaller.py
usr/share/powershell-empire/empire/server/stagers/multi
usr/share/powershell-empire/empire/server/stagers/multi/generate_agent.py
usr/share/powershell-empire/empire/server/stagers/multi/go_exe.py
usr/share/powershell-empire/empire/server/stagers/multi/launcher.py
usr/share/powershell-empire/empire/server/stagers/multi/macro.py
usr/share/powershell-empire/empire/server/stagers/osx
usr/share/powershell-empire/empire/server/stagers/osx/applescript.py
usr/share/powershell-empire/empire/server/stagers/osx/application.py
usr/share/powershell-empire/empire/server/stagers/osx/ducky.py
usr/share/powershell-empire/empire/server/stagers/osx/dylib.py
usr/share/powershell-empire/empire/server/stagers/osx/jar.py
usr/share/powershell-empire/empire/server/stagers/osx/macho.py
usr/share/powershell-empire/empire/server/stagers/osx/macro.py
usr/share/powershell-empire/empire/server/stagers/osx/safari_launcher.py
usr/share/powershell-empire/empire/server/stagers/osx/shellcode.py
usr/share/powershell-empire/empire/server/stagers/osx/teensy.py
usr/share/powershell-empire/empire/server/stagers/windows
usr/share/powershell-empire/empire/server/stagers/windows/bunny.py
usr/share/powershell-empire/empire/server/stagers/windows/c_launcher.py
usr/share/powershell-empire/empire/server/stagers/windows/cmd_exec.py
usr/share/powershell-empire/empire/server/stagers/windows/csharp_exe.py
usr/share/powershell-empire/empire/server/stagers/windows/dll.py
usr/share/powershell-empire/empire/server/stagers/windows/ducky.py
usr/share/powershell-empire/empire/server/stagers/windows/hta.py
usr/share/powershell-empire/empire/server/stagers/windows/launcher_bat.py
usr/share/powershell-empire/empire/server/stagers/windows/launcher_vbs.py
usr/share/powershell-empire/empire/server/stagers/windows/launcher_xml.py
usr/share/powershell-empire/empire/server/stagers/windows/macro.py
usr/share/powershell-empire/empire/server/stagers/windows/shellcode.py
usr/share/powershell-empire/empire/server/stagers/windows/shellcode_launcher.py
usr/share/powershell-empire/empire/server/stagers/windows/teensy.py
usr/share/powershell-empire/empire/server/stagers/windows/war.py
usr/share/powershell-empire/empire/server/stagers/windows/wmic.py
usr/share/powershell-empire/empire/server/utils
usr/share/powershell-empire/empire/server/utils/__init__.py
usr/share/powershell-empire/empire/server/utils/bof_packer.py
usr/share/powershell-empire/empire/server/utils/data_util.py
usr/share/powershell-empire/empire/server/utils/datetime_util.py
usr/share/powershell-empire/empire/server/utils/file_util.py
usr/share/powershell-empire/empire/server/utils/git_util.py
usr/share/powershell-empire/empire/server/utils/listener_util.py
usr/share/powershell-empire/empire/server/utils/log_util.py
usr/share/powershell-empire/empire/server/utils/math_util.py
usr/share/powershell-empire/empire/server/utils/module_util.py
usr/share/powershell-empire/empire/server/utils/option_util.py
usr/share/powershell-empire/empire/server/utils/shellcode_compiler.py
usr/share/powershell-empire/empire/server/utils/string_util.py
usr/share/powershell-empire/empire/test
usr/share/powershell-empire/empire/test/__init__.py
usr/share/powershell-empire/empire/test/avatar.png
usr/share/powershell-empire/empire/test/avatar2.png
usr/share/powershell-empire/empire/test/conftest.py
usr/share/powershell-empire/empire/test/data
usr/share/powershell-empire/empire/test/data/module_source
usr/share/powershell-empire/empire/test/data/module_source/credentials
usr/share/powershell-empire/empire/test/data/module_source/credentials/Invoke-InternalMonologue.ps1
usr/share/powershell-empire/empire/test/data/module_source/credentials/Invoke-Kerberoast.ps1
usr/share/powershell-empire/empire/test/data/module_source/credentials/Invoke-Mimikatz.ps1
usr/share/powershell-empire/empire/test/data/module_source/custom_module_auto_get_source.py
usr/share/powershell-empire/empire/test/data/modules
usr/share/powershell-empire/empire/test/data/modules/test_custom_module.py
usr/share/powershell-empire/empire/test/data/modules/test_custom_module.yaml
usr/share/powershell-empire/empire/test/data/modules/test_custom_module_auto_finalize.py
usr/share/powershell-empire/empire/test/data/modules/test_custom_module_auto_finalize.yaml
usr/share/powershell-empire/empire/test/data/modules/test_custom_module_auto_get_source.py
usr/share/powershell-empire/empire/test/data/modules/test_custom_module_auto_get_source.yaml
usr/share/powershell-empire/empire/test/data/whoami.x64.o
usr/share/powershell-empire/empire/test/plugin_install
usr/share/powershell-empire/empire/test/plugin_install/FooPluginTemplate
usr/share/powershell-empire/empire/test/plugin_install/FooPluginTemplate/__init__.py
usr/share/powershell-empire/empire/test/plugin_install/FooPluginTemplate/foo.py
usr/share/powershell-empire/empire/test/plugin_install/FooPluginTemplate/foo_utils.py
usr/share/powershell-empire/empire/test/plugin_install/FooPluginTemplate/plugin.yaml
usr/share/powershell-empire/empire/test/plugin_install/LoadExceptionPlugin
usr/share/powershell-empire/empire/test/plugin_install/LoadExceptionPlugin/__init__.py
usr/share/powershell-empire/empire/test/plugin_install/LoadExceptionPlugin/foo.py
usr/share/powershell-empire/empire/test/plugin_install/LoadExceptionPlugin/plugin.yaml
usr/share/powershell-empire/empire/test/plugin_install/marketplace
usr/share/powershell-empire/empire/test/test-upload-2.yaml
usr/share/powershell-empire/empire/test/test-upload.yaml
usr/share/powershell-empire/empire/test/test_admin_api.py
usr/share/powershell-empire/empire/test/test_agent_api.py
usr/share/powershell-empire/empire/test/test_agent_checkins_api.py
usr/share/powershell-empire/empire/test/test_agent_communication_service.py
usr/share/powershell-empire/empire/test/test_agent_file_api.py
usr/share/powershell-empire/empire/test/test_agent_service.py
usr/share/powershell-empire/empire/test/test_agent_task_api.py
usr/share/powershell-empire/empire/test/test_agent_task_service.py
usr/share/powershell-empire/empire/test/test_agents.py
usr/share/powershell-empire/empire/test/test_async_hook_db_session.py
usr/share/powershell-empire/empire/test/test_auth.py
usr/share/powershell-empire/empire/test/test_bof_packer.py
usr/share/powershell-empire/empire/test/test_bypass_api.py
usr/share/powershell-empire/empire/test/test_common_agents.py
usr/share/powershell-empire/empire/test/test_config.py
usr/share/powershell-empire/empire/test/test_credential_api.py
usr/share/powershell-empire/empire/test/test_download_api.py
usr/share/powershell-empire/empire/test/test_download_service.py
usr/share/powershell-empire/empire/test/test_encryption.py
usr/share/powershell-empire/empire/test/test_go.py
usr/share/powershell-empire/empire/test/test_health_api.py
usr/share/powershell-empire/empire/test/test_helpers.py
usr/share/powershell-empire/empire/test/test_helpers_color.py
usr/share/powershell-empire/empire/test/test_hooks.py
usr/share/powershell-empire/empire/test/test_hooks_internal.py
usr/share/powershell-empire/empire/test/test_host_api.py
usr/share/powershell-empire/empire/test/test_host_process_api.py
usr/share/powershell-empire/empire/test/test_ip_api.py
usr/share/powershell-empire/empire/test/test_ip_service.py
usr/share/powershell-empire/empire/test/test_listener_api.py
usr/share/powershell-empire/empire/test/test_listener_generate_launcher.py
usr/share/powershell-empire/empire/test/test_listener_util.py
usr/share/powershell-empire/empire/test/test_logs.py
usr/share/powershell-empire/empire/test/test_malleable_transformation.py
usr/share/powershell-empire/empire/test/test_meta_api.py
usr/share/powershell-empire/empire/test/test_module_api.py
usr/share/powershell-empire/empire/test/test_module_service.py
usr/share/powershell-empire/empire/test/test_modules.py
usr/share/powershell-empire/empire/test/test_obfuscation_api.py
usr/share/powershell-empire/empire/test/test_openapi.py
usr/share/powershell-empire/empire/test/test_option_util.py
usr/share/powershell-empire/empire/test/test_packet_handling.py
usr/share/powershell-empire/empire/test/test_plugin.py
usr/share/powershell-empire/empire/test/test_plugin_api.py
usr/share/powershell-empire/empire/test/test_plugin_registry_api.py
usr/share/powershell-empire/empire/test/test_plugin_service.py
usr/share/powershell-empire/empire/test/test_plugin_task_api.py
usr/share/powershell-empire/empire/test/test_profile_api.py
usr/share/powershell-empire/empire/test/test_registry_1.yaml
usr/share/powershell-empire/empire/test/test_registry_2.yaml
usr/share/powershell-empire/empire/test/test_server_config.yaml
usr/share/powershell-empire/empire/test/test_setup.py
usr/share/powershell-empire/empire/test/test_shellcode_compiler.py
usr/share/powershell-empire/empire/test/test_socket_hooks.py
usr/share/powershell-empire/empire/test/test_stager_api.py
usr/share/powershell-empire/empire/test/test_stager_generation_service.py
usr/share/powershell-empire/empire/test/test_startup_loaders.py
usr/share/powershell-empire/empire/test/test_string_util.py
usr/share/powershell-empire/empire/test/test_tags_api.py
usr/share/powershell-empire/empire/test/test_user_api.py
usr/share/powershell-empire/empire.py
usr/share/powershell-empire/setup
usr/share/powershell-empire/setup/cert.sh
usr/share/powershell-empire/setup/checkout-latest-tag.sh
usr/share/python3
usr/share/python3/runtime.d
usr/share/python3/runtime.d/powershell-empire.rtupdate
usr/share/windows-resources
var
var/lib
var/lib/powershell-empire
var/lib/powershell-empire/empire
var/lib/powershell-empire/empire/client
var/lib/powershell-empire/empire/client/downloads
var/lib/powershell-empire/empire/client/generated-stagers
var/lib/powershell-empire/empire/server
var/lib/powershell-empire/empire/server/downloads
usr/share/powershell-empire/empire/client/config.yaml
usr/share/powershell-empire/empire/client/downloads
usr/share/powershell-empire/empire/client/generated-stagers
usr/share/powershell-empire/empire/server/config.yaml
usr/share/windows-resources/powershell-empire