Show HN:Spectator,一个跨平台的网络安全领域 DSL
1 分•作者: CzaxTanmay•5 个月前
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 --><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>