NightShade is a simple security capture the flag framework that is designed to make running your own contest as easy as possible. SCREENSHOTS They say a screen shot is worth a thousand words. A challenge page. A jeopardy style capture the flag. A traditional style capture the flag. A blind style capture the flag. A user profile. A list of all the contests. HOSTING/SAAS If you want someone to host your platform, contact me. If you are a non-profit or a educational group, I might be willing to host it for free. INSTALLING Install all the requirements in the requirements.txt pip install -r requirements.txt Now we have to setup the database. This is a bit strange because it is designed to run multiple sites at the same time but this isn't needed for most people. python manage.py migrate_schemas --shared python manage.py migrate_schemas Now we have to add the domain we want to use so that django starts serving requests from those domains. This must all be entered in the python shell. python manage.py shell Then change the values and enter the following statements. from customers.models import Client # create your first real tenant tenant = Client(domain_url='your.domain.here.com', # don
FEATURES
ALTERNATIVES
The OWASP AppSec Europe '16 Conference is a leading gathering in web application security, featuring keynote speakers and in-depth trainings in application security topics.
Mellivora Mellivora is a PHP-based CTF engine with a wide range of features for managing Capture The Flag competitions.
PINNED
InfoSecHired
An AI-powered career platform that automates the creation of cybersecurity job application materials and provides company-specific insights for job seekers.
Fabric Platform by BlackStork
Fabric Platform is a cybersecurity reporting solution that automates and standardizes report generation, offering a private-cloud platform, open-source tools, and community-supported templates.
Mandos Brief Newsletter
Stay ahead in cybersecurity. Get the week's top cybersecurity news and insights in 8 minutes or less.
System Two Security
An AI-powered platform that automates threat hunting and analysis by processing cyber threat intelligence and generating customized hunt packages for SOC teams.
Aikido Security
Aikido is an all-in-one security platform that combines multiple security scanning and management functions for cloud-native applications and infrastructure.
Permiso
Permiso is an Identity Threat Detection and Response platform that provides comprehensive visibility and protection for identities across multiple cloud environments.
Wiz
Wiz Cloud Security Platform is a cloud-native security platform that enables security, dev, and devops to work together in a self-service model, detecting and preventing cloud security threats in real-time.
Adversa AI
Adversa AI is a cybersecurity company that provides solutions for securing and hardening machine learning, artificial intelligence, and large language models against adversarial attacks, privacy issues, and safety incidents across various industries.