docs: remove "References and Further Reading" sections from various chapters and the main handbook.

This commit is contained in:
shiva108
2025-12-06 09:54:41 +01:00
parent 69ae67e9e6
commit 3759b77ec6
12 changed files with 12 additions and 548 deletions
@@ -842,28 +842,3 @@ if __name__ == "__main__":
---
## References and Further Reading
### Academic Papers
1. **"Multi-Turn Jailbreak Attacks on LLMs"** (2023)
2. **"Context Manipulation in Conversational AI"** (2024)
3. **"Persistent Adversarial Attacks"** (2023)
### Industry Resources
- **OWASP LLM Top 10** - Persistence risks
- **MITRE ATLAS** - Multi-stage attacks
- **NIST AI Security** - Session management
### Tools
- **Multi-Turn Tester**: Attack sequence validation
- **Context Analyzer**: Injection pattern detection
- **Chain Detector**: Sequential attack identification
---
**End of Chapter 23: Advanced Persistence and Chaining**
_This chapter provided comprehensive coverage of persistence techniques and attack chaining for LLM systems. Understanding multi-turn attacks, context manipulation, and sequence-based exploits is critical for both red team testing and defense implementation. Remember: test responsibly and build better defenses._