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
EXPLORE BY TAGS
SIMILAR TOOLS
A collection of writeups of CTF challenges I solved, including explanations of the challenges and how I solved them.
A comprehensive server cryptographic protocol analyzer with API and CLI interface.
An easy-to-use and lightweight API wrapper for Censys APIs with support for Python 3.8+.
Node package for preparing CTF events with OWASP Juice Shop challenges for popular CTF frameworks.
Certificate Transparency Monitor that alerts you when an SSL/TLS certificate is issued for your domains.
CLI program for cybersecurity solution management with multiple functionalities and authentication methods.
Mellivora Mellivora is a PHP-based CTF engine with a wide range of features for managing Capture The Flag competitions.
A tool for scraping CTF writeups from ctftime.org and organizing them for easy access.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.