Skip to content

Commit d2e07eb

Browse files
Update README
1 parent 4965951 commit d2e07eb

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Table of Contents →
4141
- [Mobile Security](#mobile-security)
4242
- [Labs](#mobile-security-labs)
4343
- [Tools](#mobile-security-tools)
44+
- [Piracy](#piracy)
4445
- [Productivity & QoL](#productivity--qol)
46+
- [Uncategorized](#uncategorized)
4547
- [Web Security](#web-security)
4648
- [Fuzzing](#web-security-fuzzing)
4749
- [GraphQL](#web-security-graphql)
@@ -59,13 +61,16 @@ Table of Contents →
5961
| [Prompt Injection Defenses](https://github.com/tldrsec/prompt-injection-defenses) | GitHub - tldrsec/prompt-injection-defenses: Every practical and proposed defense against prompt injection. |
6062
| [Awesome ML for Cybersecurity](https://github.com/jivoi/awesome-ml-for-cybersecurity) | A curated list of amazingly awesome tools and resources related to the use of machine learning for cyber security.
6163
|
64+
| [Deep Learning AI](https://www.deeplearning.ai/) | AI Courses and Specializations |
65+
| [GenAI Agents](https://github.com/NirDiamant/GenAI_Agents) | This repository serves as a comprehensive resource for learning, building, and sharing GenAI agents, ranging from simple conversational bots to complex, multi-agent systems. |
6266

6367
## Labs <a id="ai-security-labs"></a>
6468

6569
| Name | Description |
6670
|------|-------------|
6771
| [AI Goat](https://github.com/dhammon/ai-goat) | vulnerable LLM CTF challenges setup locally |
6872
| [AI Goat](https://github.com/orcasecurity-research/AIGoat) | GitHub - orcasecurity-research/AIGoat: AIGoat: A deliberately Vulnerable AI Infrastructure. Learn AI security through solving our challenges. |
73+
| [Damn Vulnerable MCP](https://github.com/harishsg993010/damn-vulnerable-MCP-server) | The Damn Vulnerable Model Context Protocol (DVMCP) is an educational project designed to demonstrate security vulnerabilities in MCP implementations. It contains 10 challenges of increasing difficulty that showcase different types of vulnerabilities and attack vectors. |
6974

7075
# Cloud <a id="cloud"></a>
7176

@@ -222,7 +227,6 @@ Table of Contents &rarr;
222227
| [GCP Scanner](https://github.com/google/gcp_scanner) | GitHub - google/gcp_scanner: A comprehensive scanner for Google Cloud |
223228
| [GCPwn](https://github.com/NetSPI/gcpwn) | Enumeration/exploit/analysis/download/etc pentesting framework for GCP; modeled like Pacu for AWS; a product of numerous hours via @WebbinRoot |
224229
| [GCP Open Resource Enum](https://gitlab.com/gitlab-com/gl-security/security-operations/redteam/redteam-public/pocs/gcp_misc/-/tree/master?ref_type=heads) | Files · master · GitLab.com / GitLab Security Department / Security Operations Department / Red Team / Red Team Public / Scripts and PoCs / gcp_misc · GitLab |
225-
| [GCP IAM Privescs](https://github.com/RhinoSecurityLabs/GCP-IAM-Privilege-Escalation) | GitHub - RhinoSecurityLabs/GCP-IAM-Privilege-Escalation: A collection of GCP IAM privilege escalation methods documented by the Rhino Security Labs team. |
226230

227231
## IaC <a id="cloud-iac"></a>
228232

@@ -283,6 +287,7 @@ Table of Contents &rarr;
283287
| [Karpor](https://github.com/KusionStack/karpor) | Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams. |
284288
| [Grype](https://github.com/anchore/grype) | A vulnerability scanner for container images and filesystems. |
285289
| [Dive](https://github.com/wagoodman/dive) | A tool for exploring a Docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. |
290+
| [Cyphernetes](https://github.com/AvitalTamir/cyphernetes) | Cyphernetes is a Cypher-inspired query language for Kubernetes. A mixture of ASCII-art, SQL and JSONPath, it lets the user express Kubernetes graph operations in a fun and creative way. Cyphernetes works out-of-the-box with your CRDs, supports multi-cluster queries, and more. |
286291

287292
## Labs <a id="cloud-labs"></a>
288293

@@ -319,6 +324,10 @@ Table of Contents &rarr;
319324

320325
# Cybersecurity <a id="cybersecurity"></a>
321326

327+
| Name | Description |
328+
|------|-------------|
329+
| [Awesome Vulnerable Labs](https://github.com/kaiiyer/awesome-vulnerable) | A curated list of VULNERABLE APPS and SYSTEMS which can be used as PENETRATION TESTING PRACTICE LAB. |
330+
322331
## Labs <a id="cybersecurity-labs"></a>
323332

324333
| Name | Description |
@@ -502,6 +511,13 @@ Table of Contents &rarr;
502511
| [Mobile Security Framework](https://github.com/MobSF/Mobile-Security-Framework-MobSF) | GitHub - MobSF/Mobile-Security-Framework-MobSF: Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis. |
503512
| [GrapeFruit](https://github.com/chichou/grapefruit) | GitHub - ChiChou/grapefruit: (WIP) Runtime Application Instruments for iOS. Previously Passionfruit |
504513

514+
# Piracy <a id="piracy"></a>
515+
516+
| Name | Description |
517+
|------|-------------|
518+
| [Stremio Guide](https://guides.viren070.me/stremio) | This guide contains all the information you need to setup Stremio, your on-demand streaming experience. |
519+
| [Everything Moe](https://everythingmoe.com/) | Curated toplist of everything Otaku culture |
520+
505521
# Productivity & QoL <a id="productivity--qol"></a>
506522

507523
| Name | Description |
@@ -518,6 +534,13 @@ Table of Contents &rarr;
518534
| [Grep App](https://grep.app/) | grep.app \| code search |
519535
| [CodeGrepper](https://www.codegrepper.com/) | Grepper \| The Query & Answer System for the Coder Community |
520536

537+
# Uncategorized <a id="uncategorized"></a>
538+
539+
| Name | Description |
540+
|------|-------------|
541+
| [FMHY](https://fmhy.net/) | 4
542+
Free Media Heck Yeah. The largest collection of free stuff on the internet! |
543+
521544
# Web Security <a id="web-security"></a>
522545

523546
| Name | Description |
@@ -587,4 +610,9 @@ Table of Contents &rarr;
587610
| [Az Token Finder](https://github.com/HackmichNet/AzTokenFinder) | GitHub - HackmichNet/AzTokenFinder. It simply opens the processes you provide and searches through the memory for JWT like looking data and extracts them. |
588611
| [Yaak](https://github.com/mountain-loop/yaak) | The most intuitive desktop API client. Organize and execute REST, GraphQL, WebSockets, Server Sent Events, and gRPC 🦬 |
589612
| [Posting](https://github.com/darrenburns/posting) | A powerful HTTP client that lives in your terminal. |
613+
| [CDN Check](https://github.com/projectdiscovery/cdncheck) | A utility to detect various technology for a given IP address. |
614+
| [Graph Specter](https://github.com/CyberRoute/graphspecter) | Check if GraphQL introspection is enabled
615+
Export introspection data to JSON file
616+
Exports queries and mutations ready to test
617+
Executes queries and mutations in bulk or stand-alone |
590618

0 commit comments

Comments
 (0)