1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

Remove extra character in development guide

This commit is contained in:
Jens Steube 2020-03-20 09:04:16 +01:00
parent 9776738a2c
commit bb94bf4359

View File

@ -1,5 +1,5 @@
# Hashcat Plugin Development Guide #
"
The purpose of this document is to introduce you to the development of plugins for hashcat 6.0.0 and newer. We will update this document regularly and add more detailed content. The content in its current state includes enough details to write easy, medium and hard plugins.
With hashcat 6.0.0, a new interface has been designed which enables you to add new hash-modes more easily than in older hashcat versions. The plugin interface is an essential new feature of hashcat 6.0.0.