Metadata-Version: 2.3
Name: evsetool
Version: 0.1.0
Summary: EVSE Red Team Toolkit
Project-URL: Homepage, https://github.com/witchofthewires/evsetool.git
Project-URL: Issues, https://github.com/witchofthewires/evsetool.git/issues
Author-email: Danielle McGuire <dcm678@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# evsetool

A command-line utility to probe EVSE and CSMS over OCPP1.6

## Description

Open Charge Point Protocol (OCPP) is used to communicate betweeen Electric Vehicle Supply Equipment (EVSE) and Charge Station Management Systems (CSMS). This tool makes use of the OCPP library provided by MobilityHouse to query these systems for purposes of red team engagement.

*** This tool is for educational and awareness purposes only. Do NOT use this tool to attempt to breach systems for which you do not have explicit authorization to do so. The author(s) of this tool are not liable for any misuse of the tool ***

## Acknowledgements
[Starting point for WebSocket parser](https://github.com/mutantzombie/WebSocketNotes/blob/main/scapy/WebSocket.py)
