This project started when I discovered that a simple TXT file could be turned into a basic program capable of executing commands written inside it. I found it much easier than using a full programming language, which requires a deep understanding of syntax and keywords.
The project is designed to explore what basic information your computer can provide about your network and activity. It includes tools for:
- Viewing network details, such as your IP address, active connections, and open ports.
- Simple defenses against unwanted processes or programs.
- Flushing DNS and inspecting communication.
It’s an accessible way for beginners and enthusiasts to learn about networking and basic system security without requiring complex tools or programming knowledge.
During development, I realized how powerful batch scripting can be. By combining commands like netstat
and taskkill
, I created tools that mimic features of more advanced software in a lightweight and approachable way.
In the future, I plan to integrate PowerShell for additional features and improve the interface for easier use. This project is perfect for anyone curious about what their computer can reveal or looking for a simple way to inspect and manage their system.
Thanks AlanX I appreciate the passion you have for that kind of things.
I am still new and struggling a bit so I use just the basic commands. I have some PDF books which I find over the internet, and I spend time try to find new features. Is my way to understand better computer and make it works.
By the way my father is a professor, I would like to teach a bit how to use the computer one day...