Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SpiderLabs/CryptOMG
CryptOMG is a configurable CTF style test bed that highlights common flaws in cryptographic implementations.
https://github.com/SpiderLabs/CryptOMG
Last synced: 10 days ago
JSON representation
CryptOMG is a configurable CTF style test bed that highlights common flaws in cryptographic implementations.
- Host: GitHub
- URL: https://github.com/SpiderLabs/CryptOMG
- Owner: SpiderLabs
- License: gpl-3.0
- Created: 2012-06-11T20:47:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T17:23:48.000Z (over 9 years ago)
- Last Synced: 2024-03-26T00:41:54.282Z (8 months ago)
- Language: PHP
- Size: 167 KB
- Stars: 190
- Watchers: 19
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-cyber-skills - CryptOMG
- awesome-vulnerable - CryptOMG - CryptOMG is a configurable CTF style test bed that highlights common flaws in cryptographic implementations. (Vulnerable Web Applications)
README
CryptOMG
Released on SpiderLabs Anterior
Andrew Jordan
https://www.trustwave.comINTRODUCTION
============***
WARNING: CryptOMG IS AN INTENTIONALLY VULNERABLE APPLICATION. IT SHOULD
ONLY BE INSTALLED ON A TRUSTED WEB ENVIRONMENT. IT SHOULD NOT BE PUBLISHED
ON A PRODUCTION SERVER AND SHOULD NOT BE ACCESSIBLE THROUGH THE INTERNET.
***CryptOMG is a configurable CTF style test bed that highlights common
flaws in cryptographic implementations. Most of the challenges are
designed to be cipher independent and to illustrate this, configuration
options are provided that allow you to change the algorithm in use as
well as the type of encoding.Cool Stuff Includes:
o Cryptographic Oracles
o Side Channel Attacks
o Electronic Code Book Flaws
o Configuration options for cipher and encodingREQUIREMENTS
============A webserver running PHP 5.x
MySQL
libmcrypt4PHP Modules/Libraires:
php5-mysql
php5-mcryptUSAGE
=====
Place the CryptOMG source files somewhere in your webroot. Modify
/includes/db.inc.php with the settings for your database server.COPYRIGHT
=========CryptOMG - A configurable CTF style test bed.
Andrew Jordan
Copyright (C) 2012 Trustwave Holdings, Inc.This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.You should have received a copy of the GNU General Public License along
with this program. If not, see .