-
sectemplates Public
Forked from securitytemplates/sectemplatesOpen source templates you can use to bootstrap your security programs
UpdatedFeb 17, 2025 -
-
opengrep Public
Forked from opengrep/opengrep🔎 Static code analysis engine to find security issues in code.
OCaml GNU Lesser General Public License v2.1 UpdatedJan 24, 2025 -
ogp-ctf-2024 Public
Forked from spaceraccoon/ogp-ctf-2024A web CTF for training developers in bug hunting and secure coding!
TypeScript MIT License UpdatedDec 31, 2024 -
semgrep-rules Public
Forked from semgrep/semgrep-rulesSemgrep rules registry
Solidity Other UpdatedNov 12, 2024 -
godot Public
Forked from godotengine/godotGodot Engine – Multi-platform 2D and 3D game engine
C++ MIT License UpdatedOct 24, 2024 -
the-art-of-fuzzing Public
Forked from raminfp/the-art-of-fuzzingApplication Fuzzing: Tools, Techniques, and Best Practices
C UpdatedSep 23, 2024 -
PentestGPT Public
Forked from hackerai-tech/PentestGPTAI-Powered Automated Penetration Testing Tool
TypeScript GNU General Public License v3.0 UpdatedSep 10, 2024 -
learn-evm-attacks Public
Forked from coinspect/learn-evm-attacksLearn and contribute by exploring blockchain attacks in detail. Maintained by Coinspect smart contract audit team, renowned for their top-tier smart contract audit services.
Solidity MIT License UpdatedAug 24, 2024 -
semgrep-rules-android-security Public
Forked from mindedsecurity/semgrep-rules-android-securityA collection of Semgrep rules derived from the OWASP MASTG specifically for Android applications.
Java GNU General Public License v3.0 UpdatedJul 29, 2024 -
semgrep-rules2 Public
Forked from federicodotta/semgrep-rulesA collection of my Semgrep rules
PHP MIT License UpdatedJul 4, 2023 -
Secure-Coding-Handbook Public
Forked from joswha/Secure-Coding-HandbookWeb Application Secure Coding Handbook resource.
UpdatedMar 10, 2023 -
This repository contains code examples of system engineering and devops during my full-stack software engineering program with alx.
Shell UpdatedFeb 10, 2023 -
-
-
alx-higher_level_programming Public
This repository contains code examples of Python high level programming during my full-stack software engineering program with alx.
Python UpdatedJan 25, 2023 -
-
-
alx-low_level_programming Public
This repository contains code examples of C low level programming during my full-stack software engineering program with alx.
C UpdatedJan 4, 2023 -
-
AirBnB_clone Public
This is the first phase of a four phase project, to create a basic clone of the AirBnB web app. destroy to the existing classes and subclasses.
-
binsec Public
Forked from binsec/binsecBINSEC binary-level open-source platform
OCaml GNU Lesser General Public License v2.1 UpdatedOct 31, 2022 -
-
-
fuzzing-learning-in-30-days Public
Forked from u1f383/fuzzing-learning-in-30-daysUpdatedOct 2, 2022 -
-
-
monty Public
Monty is an interpreter of Monty ByteCodes files. Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python).
C UpdatedSep 13, 2022 -
resources Public
Forked from seal9055/resourcesCollection of resources I have used throughout my studies (cybersecurity and systems)
UpdatedSep 6, 2022 -
simple_shell Public
hsh - simple_shell is a unix command interpreter that is part of the alx low level programming module and is intended to emulate the basics sh shell.