• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Concierge Toolkit: Physical Access Control Identification and Exploitation

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.