Fortress,Cross-platform DSL for cybersecurity
DSL for security scripting compiles to standalone binaries, but Nmap and Metasploit already exist.
Spectator programming language official documentation
Wraps security tools in a DSL without beating standard Python scripts.
Security hobbyists and beginners
Metasploit · Python · Burp Suite
#Import Spec.GUI
open.window()
end()
Example Recon -->
do --> Recon("example.com")
Example Hello World -->
print("Hello World")
You can learn the full language in the official docs. Very cool and nice. Here -->
https://github.com/CzaxStudio/SpectatorDocs
Download Spectator -->
DSL for security scripting compiles to standalone binaries, but Nmap and Metasploit already exist.
Wraps nmap and existing tools in custom syntax — security teams already have Python.
Native GUI framework for security tools, but Metasploit and Burp Suite already dominate.
New security DSL with built-in recon primitives, but Python already does this.
New DSL for pentesting, but Python libraries already do this without learning new syntax.
Natural-language keywords plus implicit file metadata in loops make common file tasks unexpectedly readable, and the built-in --dry-run and explicit error reporting show a sensible safety-first design. It isn't revolutionary — PowerShell and dozens of RPA/DSL tools exist — but as a compact, distributable exe for teams that loathe terse shell one-liners it’s a practical, usable effort; the main gaps are cross-platform clarity and a larger ecosystem of libraries/examples.