TungstenScore
- 4 Devlogs
- 6 Total hours
A Windows security assessment tool built with Rust
A Windows security assessment tool built with Rust
Devlog #4 (v0.3.0)
[Project Summary]
‘TungstenScore’ is a Windows security assessment tool built with Rust. It checks your Windows system security and generates a overall security score.
[Project Plan]
[What I Did]
I finally managed to build the Firewall checker! It reads directly from the Windows Registry. Since I worked on a different computer that didn’t have Hackatime installed, my development time was only partially logged.
[Next Version Plan]
In the next release, I’ll fix some typos (my English isn’t great yet! 😅) and refactor the code structure for better maintainability.
[Repo Link]
https://github.com/dw1210/TungstenScore
Devlog #2 (v0.2.0)
[Project summary]
‘TungstenScore’ is a Windows security assessment tool written in Rust. This app checks the security of your Windows computer and scores it.
[Project plan]
[What I did]
Initially, I attempted to add a Windows version checker but ran into issues. I’m going to find a new way to make this later.
So, I made UAC checker and score system today!
[Next version plan]
In the next version, I’m going to make a Windows version checker and a companion website for the project!
[Repo link]
https://github.com/dw1210/TungstenScore
Devlog #1 (v0.1.0)
Today, I started building TungstenScore, a Windows security assessment tool written in Rust. This app checks the security of your Windows computer and scores it.
[Project plan]
[What I did]
I created a basic CLI structure, including the menu system and the ‘About’ screen.
[What I’m going to do]
In the next version, I will add some security checks, such as verifying the firewall status.
[Repo link]
https://github.com/dw1210/TungstenScore