Commit Graph

217 Commits

Author SHA1 Message Date
shiva108 669df2d770 docs: Enlarge images in Chapter 30 to 75% width for improved readability. 2026-01-15 15:27:03 +01:00
shiva108 bac01b5977 feat: Enhance security by disabling RCE payloads, using environment variables for API keys, improving security test error handling, and refining socket resource management. 2026-01-15 10:18:04 +01:00
shiva108 cbfd7ed8db docs: resize Chapter 30 illustrations to 50% width
Updates the image tags in Chapter 30 to use relative 50% width instead of fixed 768px for better responsiveness, while maintaining center alignment.
2026-01-12 00:06:21 +01:00
shiva108 69e227cbd0 docs: add illustrations to Chapter 30
Generates and inserts 4 technical diagrams for Backdoor Attacks (Chapter 30), covering Neural Trojans, Clean Label poisoning, Neural Cleanse detection, and STRIP defense.
2026-01-12 00:01:49 +01:00
shiva108 baa1d62414 docs: fix table column alignment in Chapter 27 2026-01-11 23:52:08 +01:00
shiva108 4aa288fef6 Removeed " 2026-01-11 23:42:14 +01:00
shiva108 bc261113bc Chapter 27 updated illustrations. 2026-01-11 23:38:30 +01:00
shiva108 9477f38e64 Updated illustration in chapter 26 2026-01-11 23:34:14 +01:00
shiva108 05b9b45cf6 gitignore update 2026-01-11 23:24:06 +01:00
shiva108 8d5f675bda chore: Removed test hook (test_hook.md) 2026-01-11 23:21:48 +01:00
shiva108 6ba0680ba6 chore: Added test_hook.md 2026-01-11 23:21:40 +01:00
shiva108 71d63eff83 Chapter numbers are back 2026-01-11 23:14:48 +01:00
shiva108 2737eef7d5 New illustrations. 2026-01-10 22:57:28 +01:00
shiva108 8df3329062 Banner resize. 2026-01-10 18:01:46 +01:00
shiva108 2248a1b22a changing figure widths. 2026-01-10 17:33:01 +01:00
shiva108 67d9d679b7 Updating links 2026-01-10 14:45:05 +01:00
shiva108 b0f91dac47 Rescaling 2026-01-10 14:39:47 +01:00
shiva108 e7c265ed28 update chapter links 2026-01-10 14:28:32 +01:00
shiva108 dc3229b2a5 Small reading friendly fixes to 24 2026-01-10 14:13:39 +01:00
shiva108 f2e83e8c2e Removing code block markdown 2026-01-10 13:59:33 +01:00
shiva108 88faf9acf7 Improving reading prompt examples 2026-01-10 13:43:27 +01:00
shiva108 c17ae53684 Renaming yaml to text 2026-01-10 13:36:55 +01:00
shiva108 6a060fa94f New illustrations 2026-01-10 13:32:08 +01:00
shiva108 bf480c23c6 More centering 2026-01-10 10:45:58 +01:00
shiva108 edefb64b2e Centering illustrations. 2026-01-10 10:41:48 +01:00
shiva108 62411850ab New illustrations. 2026-01-09 23:08:49 +01:00
shiva108 a9c8e006bf Fixing names for code blocks 2026-01-09 16:23:28 +01:00
shiva108 ae28a848e8 updating 15.11 2026-01-09 16:13:52 +01:00
shiva108 faf937353c Lint fixing 2026-01-09 16:09:58 +01:00
shiva108 21c7273e4e Fixing codeblocks 2026-01-09 16:01:00 +01:00
shiva108 614a216598 Renaming codeblock 2026-01-09 15:54:44 +01:00
shiva108 cc0868acdb markdown fixes 2026-01-09 15:48:31 +01:00
shiva108 505fcac51b More size fitting 2026-01-09 14:43:30 +01:00
shiva108 c64efc2051 setting illustration sizes to 75% 2026-01-09 14:28:56 +01:00
shiva108 1af744a3f5 Image rescaling 2026-01-09 14:18:16 +01:00
shiva108 c3d7cb1b0f Illustrations have been inserted. 2026-01-09 14:03:32 +01:00
shiva108 00ca56743a More illustratrations 2026-01-09 13:59:23 +01:00
shiva108 4eaef8d38f docs: Rename 'Rate Limiting' heading to 'Rate Limit Errors' 2026-01-07 13:58:57 +01:00
shiva108 a0e68af189 fix: Resolve markdown lint errors in docs
- Fixed duplicate headings in Field Manual and Configuration.md by using bold text for repetitive sub-sections
- Added missing language identifiers to fenced code blocks
- Fixed header increment issues
2026-01-07 13:49:06 +01:00
shiva108 0d0cbf9682 fix: Update install.sh logic to use correct parent paths
- Fixed bug where artifacts were created in tools/ instead of scripts/
- Corrected PARENT_DIR calculation
2026-01-07 13:46:03 +01:00
shiva108 5db451ebdd docs: Add Configuration Guide link to scripts/README.md 2026-01-07 13:44:46 +01:00
shiva108 3c72bb3ae0 refactor: Move Configuration.md to scripts/docs/ and update links
- Moved docs/Configuration.md to scripts/docs/Configuration.md
- Updated docs/README.md to point to new location
- Updated internal links in Configuration.md to be relative to new location
2026-01-07 13:44:11 +01:00
shiva108 9a09e13f32 fix: Update paths after scripts reorganization and fix GitBook config
- README.md: Update requirements.txt and runner.py paths
- .gitbook.yaml: Fix chapter count (24 → 51) and date (Jan 2026)
- Configuration.md: Update all script paths to new structure
- Remove broken links to non-existent files
2026-01-07 13:40:48 +01:00
shiva108 1bbc027313 Remove: health_report.txt 2026-01-07 13:30:11 +01:00
shiva108 2ea5d9a1fb docs: Update README script execution examples and consolidate comprehensive test command. 2026-01-07 12:15:00 +01:00
shiva108 92f16a543e refactor: Reorganize scripts into dedicated subdirectories for examples, tools, config, and docs. 2026-01-07 12:14:03 +01:00
shiva108 74b1ad5bbd feat: Add a repository health check script, its generated report, and update .gitignore to exclude __init__.py files. 2026-01-07 11:50:03 +01:00
shiva108 84735ac5eb Add repository health check script and report 2026-01-07 11:48:20 +01:00
shiva108 b3d3bac51f Add practical scripts directory with 400+ tools
- Extracted all code examples from handbook chapters
- Organized into 15 attack categories
- Created shared utilities (api_client, validators, logging, constants)
- Added workflow orchestration scripts
- Implemented install.sh for easy setup
- Renamed all scripts to descriptive functional names
- Added comprehensive README and documentation
- Included pytest test suite and configuration
2026-01-07 11:39:46 +01:00
shiva108 2c69755b97 feat: Add script to extract code blocks from markdown files and generate a JSON catalog. 2026-01-07 11:26:48 +01:00