You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I’m Abdullahi Abdinoor Mohamed, and this is my cybersecurity portfolio. Here, I showcase my hands-on experience, projects, and knowledge in the field of cybersecurity, ethical hacking, and IT security.
The CyberSec Toolkit is a comprehensive, web-based cybersecurity utility suite developed as a semester project for the Information Security course. The application consolidates three essential security tools into a single, intuitive, hacker-themed interface, enabling users to perform practical and ethical cybersecurity assessments.
This simple repository offers a set of guards to mitigate secret leakage into application source codes. It can prevent the disclosure of sensitive API keys, web hooks and cloud tokens by setting three guards. Pre-commit, Pre-Push and on PR. If secret somehow escapes into the PR, it fails it and opens an issue.
In cybersecurity and IT systems management, automation plays a crucial role in ensuring that devices stay updated and only authorized users gain access to sensitive information. The following Python script demonstrates two essential security operations: checking an operating system’s update status and verifying user login attempts.