展示HN:Spectator,一个跨平台的网络安全领域特定语言(DSL)
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 --><p>#Import Spec.GUI<p>open.window()<p>end()<p>Example Recon --><p>do --> Recon("example.com")<p>Example Hello World --><p>print("Hello World")<p>You can learn the full language in the official docs. Very cool and nice. Here --><p><a href="https://github.com/CzaxStudio/SpectatorDocs" rel="nofollow">https://github.com/CzaxStudio/SpectatorDocs</a><p>Download Spectator --><p><a href="https://spectatorlang.pages.dev/" rel="nofollow">https://spectatorlang.pages.dev/</a>