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
docs: update lab READMEs with container info and references
- Add lab names and container info to Command_Injection, GraphQL,
Multi-Vulnerability-Gauntlet, Path_Traversal, deserial-gate, and
render-reign READMEs
- Add references sections with O'Reilly resources and training links
- Update main README with git clone install instructions
- Add .cursor/ to .gitignore
This standardizes documentation across all labs with consistent
container names, IPs, ports, and reference materials.
Because `shell=True` is used and `target` is not sanitized, an attacker can terminate the `ping` command and start a new one.
36
26
27
+
## References
28
+
For more information on command injection vulnerabilities and secure coding practices, check out these resources:
29
+
30
+
## Live Training
31
+
**Upcoming Live Cybersecurity and AI Training in O'Reilly:**[Register before it is too late](https://learning.oreilly.com/search/?q=omar%20santos&type=live-course&rows=100&language_with_transcripts=en) (free with O'Reilly Subscription)
32
+
33
+
## Reading List
34
+
35
+
-**Redefining Hacking**
36
+
A Comprehensive Guide to Red Teaming and Bug Bounty Hunting in an AI-driven World [Available on O'Reilly](https://learning.oreilly.com/library/view/redefining-hacking-a/9780138363635/)
37
+
38
+
-**Developing Cybersecurity Programs and Policies in an AI-Driven World**
39
+
Explore strategies for creating robust cybersecurity frameworks in an AI-centric environment. [Available on O'Reilly](https://learning.oreilly.com/library/view/developing-cybersecurity-programs/9780138073992)
40
+
41
+
-**Beyond the Algorithm: AI, Security, Privacy, and Ethics**
42
+
Gain insights into the ethical and security challenges posed by AI technologies. [Available on O'Reilly](https://learning.oreilly.com/library/view/beyond-the-algorithm/9780138268442)
43
+
44
+
## Video Courses
45
+
46
+
-**Building the Ultimate Cybersecurity Lab and Cyber Range (video)**[Available on O'Reilly](https://learning.oreilly.com/course/building-the-ultimate/9780138319090/)
47
+
48
+
-**Defending and Deploying AI (video)** This course provides a comprehensive, hands-on journey into modern AI applications for technology and security professionals, covering AI-enabled programming, networking, and cybersecurity to help learners master AI tools for dynamic information retrieval, automation, and operational efficiency. [Available on O'Reilly](https://www.oreilly.com/videos/defending-and-deploying/9780135463727/)
49
+
50
+
-**AI-Enabled Programming, Networking, and Cybersecurity**
51
+
Learn to use AI for cybersecurity, networking, and programming tasks. [Available on O'Reilly](https://learning.oreilly.com/course/ai-enabled-programming-networking/9780135402696/)
52
+
53
+
-**Securing Generative AI**
54
+
Explore security for deploying and developing AI applications, RAG, agents, and other AI implementations. [Available on O'Reilly](https://learning.oreilly.com/course/securing-generative-ai/9780135401804/)
55
+
56
+
-**Certified Ethical Hacker (CEH), Latest Edition**[Available on O'Reilly](https://learning.oreilly.com/course/certified-ethical-hacker/9780135395646/)
57
+
58
+
## Additional Resources
59
+
60
+
-**Hacking Scenarios (Labs) in O'Reilly**: [https://hackingscenarios.com](https://hackingscenarios.com)
Copy file name to clipboardExpand all lines: additional-labs/GraphQL/README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ This lab simulates a futuristic communications hub that exposes a GraphQL API. T
13
13
- Learn how to use GraphiQL to interact with the API.
14
14
15
15
## Installation
16
-
This lab is part of the WebSploit Labs framework.
16
+
This lab is part of the WebSploit Labs framework and it is running on the `graphql-galaxy` container on the `10.6.6.44` IP address.
17
+
17
18
To run it individually:
18
19
```bash
19
20
docker build -t graphql-galaxy .
@@ -26,3 +27,23 @@ docker run -p 5023:5023 graphql-galaxy
26
27
3.**Exploitation:** Query the `user` field with the ID of the administrator (`1`) and request the `api_token`.
27
28
4.**Flag:** The flag is the value of the administrator's `api_token`.
28
29
30
+
## References
31
+
For more information on GraphQL security vulnerabilities and secure coding practices, check out these resources:
32
+
33
+
-**Redefining Hacking: A Comprehensive Guide to Red Teaming and Bug Bounty Hunting in an AI-driven World** - [Available on O'Reilly](https://learning.oreilly.com/library/view/redefining-hacking-a/9780138363635/)
34
+
-**Developing Cybersecurity Programs and Policies in an AI-Driven World** - [Available on O'Reilly](https://learning.oreilly.com/library/view/developing-cybersecurity-programs/9780138073992)
35
+
-**Beyond the Algorithm: AI, Security, Privacy, and Ethics** - [Available on O'Reilly](https://learning.oreilly.com/library/view/beyond-the-algorithm/9780138268442)
36
+
-**The AI Revolution in Networking, Cybersecurity, and Emerging Technologies** - [Available on O'Reilly](https://learning.oreilly.com/library/view/the-ai-revolution/9780138293703)
37
+
38
+
## Additional References
39
+
40
+
-**Building the Ultimate Cybersecurity Lab and Cyber Range (video)** - [Available on O'Reilly](https://learning.oreilly.com/course/building-the-ultimate/9780138319090/)
41
+
-**Build Your Own AI Lab (video)** - [Available on O'Reilly](https://learning.oreilly.com/course/build-your-own/9780135439616)
42
+
-**Defending and Deploying AI (video)** - [Available on O'Reilly](https://www.oreilly.com/videos/defending-and-deploying/9780135463727/)
43
+
-**AI-Enabled Programming, Networking, and Cybersecurity** - [Available on O'Reilly](https://learning.oreilly.com/course/ai-enabled-programming-networking/9780135402696/)
44
+
-**Securing Generative AI** - [Available on O'Reilly](https://learning.oreilly.com/course/securing-generative-ai/9780135401804/)
45
+
-**The Art of Hacking** - [Visit The Art of Hacking](https://theartofhacking.org)
46
+
-**Hacking Scenarios (Labs) in O'Reilly** - [https://hackingscenarios.com](https://hackingscenarios.com)
0 commit comments