展示HN:Spectator,一个跨平台的网络安全领域特定语言(DSL)

1作者: CzaxTanmay12 天前原帖
Spectator 是一款强大且稳健的网络安全领域领域特定语言(DSL),配备了非常易于使用的图形用户界面(GUI)、文本用户界面(TUI)和命令行界面(CLI)。使用起来非常简单,真的。以下是示例 GUI 代码: ```plaintext # 导入 Spec.GUI open.window() end() ``` 示例侦查代码: ```plaintext do -> Recon("example.com") ``` 示例“你好,世界”代码: ```plaintext 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>