Show HN:Spectator,一个跨平台的网络安全领域 DSL

1作者: CzaxTanmay5 个月前
Spectator 是一款强大且稳健的、专为网络安全设计的 DSL(领域特定语言),内置了非常易于使用的 GUI(图形用户界面)、TUI(文本用户界面)和 CLI(命令行界面)。它真的非常简单。 GUI 示例代码 --> ``` # 导入 Spec.GUI open.window() end() ``` 侦察示例 --> ``` do --> Recon("example.com") ``` Hello World 示例 --> ``` print("Hello World") ``` 你可以在官方文档中学习完整的语言。非常酷而且很棒。在这里 --> [https://github.com/CzaxStudio/SpectatorDocs](https://github.com/CzaxStudio/SpectatorDocs) 下载 Spectator --> [https://spectatorlang.pages.dev/](https://spectatorlang.pages.dev/)
查看原文
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 --&gt;<p>#Import Spec.GUI<p>open.window()<p>end()<p>Example Recon --&gt;<p>do --&gt; Recon(&quot;example.com&quot;)<p>Example Hello World --&gt;<p>print(&quot;Hello World&quot;)<p>You can learn the full language in the official docs. Very cool and nice. Here --&gt;<p><a href="https:&#x2F;&#x2F;github.com&#x2F;CzaxStudio&#x2F;SpectatorDocs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;CzaxStudio&#x2F;SpectatorDocs</a><p>Download Spectator --&gt;<p><a href="https:&#x2F;&#x2F;spectatorlang.pages.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spectatorlang.pages.dev&#x2F;</a>