Найти в Дзене
Cyber Tools

Cyber Tools

CyberTools is a collection of useful tools and utilities people often search for online. It has a lot of amazing tools that your users can use in their day-to-day tasks we will keep adding new tools in updates.
подборка · 17 материалов
1 год назад
MS-DOS: For those who think modern OSes are too user-friendly
The release of the MS-DOS source code is significant for educational purposes, historical preservation, community engagement, and as a technical reference, making it a valuable resource even in the modern era. Educational Value: 📌Learning Tool: The source code provides a valuable resource for students and new programmers to study the fundamentals of operating system development. It offers insights into low-level programming, particularly in assembly language, which is crucial for understanding how early operating systems managed hardware and resources...
1 год назад
Nimfilt: Because Authors Needed Another Language to Complicate Our Lives
📌Function and Package Names: Nimfilt demangles Nim-specific function and package names, making them more readable and easier to analyze. 📌Package Init Function Names: It also demangles the initialization function names of Nim packages. 📌Nim Strings: Nimfilt applies C-style structs to Nim strings, which helps in interpreting the data structures within the binary. This includes identifying the length and payload of the strings. 📌IDA Plugin: Nimfilt can be used as an IDA plugin, where it organizes functions into directories based on their package name or path...
1 год назад
Android Live Threat Detection: 200 billion Scans a Day Still Won’t Catch Everything
The security updates announced at Google I/O 2024 are poised to enhance the security and privacy of Android devices significantly, impacting various industries by reducing fraud, protecting sensitive data, and fostering greater trust in mobile technologies. Key Points Google Play Protect Live Threat Detection: 📌Functionality: Scans 200 billion Android apps daily using on-device AI to detect and mitigate malware and fraudulent apps. 📌Implementation: Uses Private Compute Core for privacy-preserving analysis...
1 год назад
Registry Hacking for Dummies: Removing Ads the Hard Way by OFGB (Oh Frick Go Back)
The OFGB (Oh Frick Go Back) tool is designed to remove ads from various parts of the Windows 11 operating system by modifying specific keys in the Windows Registry. 📌Ad Removal: The primary function of OFGB is to disable ads that were introduced in a Windows 11 update on April 23, 2024. These ads appear in various parts of the OS, including the File Explorer and Start Menu. 📌Registry Modification: The tool works by changing certain keys in the Windows Registry. This method is used to disable the ads effectively...
1 год назад
ICSpector: Solving Forensics Problems You Didn’t Know You Had
The Microsoft ICS Forensics Tools framework, known as ICSpector, is an open-source tool designed to facilitate the forensic analysis of Industrial Control Systems (ICS), particularly focusing on Programmable Logic Controllers (PLCs). 📌Modular Design: ICSpector is composed of several components that can be developed and executed separately, allowing for flexibility and customization based on specific needs. Users can also add new analyzers 📌Network Scanner: Identifies devices communicating via supported OT protocols and ensures they are responsive...
1 год назад
Raytracing on a ZX Spectrum: Who Needs Modern GPUs When You Can Spend a Weekend Rendering a Single Frame
ZX Raytracer is project not only demonstrates the feasibility of implementing a raytracer on the ZX Spectrum but also serves as an educational resource, a celebration of computing history, and an inspiration for future projects in retro computing, embedded systems, and optimization techniques 📌Implementing a Raytracer on Legacy Hardware: The project demonstrates the possibility of implementing a raytracer, a computationally intensive graphics rendering technique, on the ZX Spectrum, a home computer from the 1980s with very limited hardware capabilities (3...