Hacker News new | ask | show | jobs
Show HN: Fortress Language: Cybersecurity DSL
2 points by CzaxTanmay 97 days ago
Fortress is a new programming language made for cybersecurity that mix Python like ease with C like speed.

It is made for OSINT, Recon and reporting.

Example code -->

compute("Hello World") //This prints Hello World

It is cross platform for mac, windows and linux.

Download from here --> https://forthackers.pages.dev/ (official website)

or go to github -->

https://github.com/CzaxStudio/Fortress

Thanks for your time.