/Concierge

Concierge Toolkit: Physical Access Control Identification and Exploitation

Primary LanguagePythonMIT LicenseMIT

Concierge Toolkit: Physical Access Control Identification and Exploitation

The Concierge Toolkit is collection of various scripts and resources to aid the in identification and exploitation of physical access control and monitoring systems.

Concierge currently contains tests and/or exploits for the following vendors:

  • HID
  • AMAG
  • Mercury Security OEM (Mercury, Lenel, Honeywell, and others)
  • Generic/Vendor Neutral

Installation

A Concierge module requires libsnmp-dev:

apt-get update && apt-get -y install libsnmp-dev

Concierge currently uses Python 2.7. You can install the necessary modules using the included requirements.txt:

pip install -r requirements.txt

Usage

Usage for each script can be found it's associated directory's README.md file. At least until I get a wiki going.