Spectator is a powerful and Robust DSL for cybersecurity with built in very easy to use GUI, TUI and CLI. It is very easy, really. Example GUI code -->
#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 -->