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.
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.
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.