Coder Social home page Coder Social logo

tigretis / cyberarktools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jellever/cyberarktools

0.0 0.0 0.0 23 KB

Some Python tooling to for example try to decrypt CyberArk .cred credential files

License: GNU General Public License v3.0

Python 100.00%

cyberarktools's Introduction

CyberArkTools

Some Python tooling to try to decrypt CyberArk .cred credential files

Research: https://research.nccgroup.com/2021/10/08/reverse-engineering-and-decrypting-cyberark-vault-credential-files/

Verification Flag Breakdown

Vendor Documentation: https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/CreateCredFile-Utility.htm#CreateCredFileparameters

Application Type (--apptype)

This restriction limits what application types are able to use the .cred file. The options for this are:

  • CPM
  • PVWA
  • PVWAApp
  • AppPrv
  • PSMApp
  • CABACKUP
  • DR
  • ENE
  • WINCLIENT
  • GUI
  • PACLI
  • XAPI
  • NAPI
  • EVD
  • CACrypt

Source: https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/11.3/en/Content/PASIMP/CreateCredFile-Utility.htm

OS Username (--username)

The name of the user who can use this file. Typically specified in "domain\username" format. Example: SYSTEM -> "nt authority\system". This will normally also be a specific user created in the vault for initial setup purposes. In some cases, this user can be cyberark specific and will not exist on the Active Directory domain.

Executable Path (--exepath)

Full path to the executable that is using the file.

Machine IP (--machineip)

IP of the machine the .cred file is used on. In most cases this will be the local machine the file was found on, but CAN be a remote system.

Machine Hostname (--hostname)

Hostname of the system the .cred file is used on. FQDN not required. In most cases this will be the local machine the file was found on, but CAN be a remote system.

cyberarktools's People

Contributors

jellever avatar abs0lute-i avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.