|
|
|
Show HN: Spectator: A Robust programming language made for Cybersecurity
|
|
3 points
by CzaxTanmay
82 days ago
|
|
Hi HN, Spectator is a powerful and robust programming language made for cybersecurity and hacking related tasks. Why Spectator? We need to use many tools for simple tasks, Nmap for network scanning, Metasploit for payload and tools like Sherlok for OSINT. Spectator combines them all. Python is simple and powerful but you would need many libraries for doing even simple tasks. You would still need to type 40 lines of code. Spectator is made to remove this problem. Simple, power and no external depedencies for core cybersecurity. Example for Recon --> do --> Recon("example.com") That's it! Download Spectator from here(Source Code) --> https://github.com/CzaxStudio/Spectator Or Go to the official website --> https://spectatorlang.pages.dev/ |
|
Have you considered releasing these as a library? There're some good reference implementations in here.