You are browsing as a guest. Sign up (or log in) to start making projects!

triple-colons

@triple-colons

Joined July 7th, 2026

  • 4Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

53m 51s logged

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]

  1. Add security checks
    a. Firewall (Added today)
    b. UAC (Done)
    c. Windows version
    d. Hidden accounts
    e. Etc.
  2. Add an auto-fix feature
  3. Add a GUI
  4. And more…

[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

[Website]
https://dw1210.github.io/TungstenScore-website/

0
0
2
Open comments for this post

3h 7m 13s logged

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]

  1. Add some checks
    a. Firewall
    b.»UAC« - I made this today.
    c.Windows version
    d.Etc
    2.Add an auto-fix feature
    3.Add GUI
    4.And more…

[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

0
0
1
Open comments for this post

1h 18m 54s logged

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]

  1. Add some checks
    a.Firewall
    b.UAC
    c.Windows version
    d.Etc.
  2. Add an auto-fix feature
  3. Add GUI
  4. And more…

[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

0
0
33

Followers

Loading…