Skip to content

Custom LFS/BLFS distribution specialized for penetration testing and security analysis. Built from scratch with isolated partitions and security-focused configuration.

License

Notifications You must be signed in to change notification settings

Mara-hack/custom-pentest-lfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LFS Pentest Distribution

MIT License Status: Building

Custom Pentest LFS

This is a custom Linux From Scratch (LFS) system optimized for penetration testing.

Features

  • Pentest-optimized glibc: Enhanced security and performance for pentest tools.

For details on the optimizations, see PENTEST-OPTIMIZATIONS.md.

πŸ”₯ Custom Pentest LFS Distribution

14-year-old building penetration testing OS from scratch!

🎯 Why This Project?

  • πŸ›‘οΈ Security-focused LFS distribution
  • πŸ”§ Learn Linux internals the hard way
  • ⚑ Minimal & Fast for penetration testing

🚧 Project Status

Chapter 6

πŸ—‚οΈ Security-Focused Partition Layout

/dev/sda1 511M /boot/efi (EFI System Partition)

/dev/sda2 974M /boot (Bootloader)

/dev/sda3 8G swap (Swap space)

/dev/sda4 30G / (Root filesystem)

/dev/sda5 49G /home (User data)

/dev/sda6 30G /var (Logs and variables)

/dev/sda7 49G /opt (Additional software)

/dev/sda8 2.0G /tmp (Temporary files)

Security Benefits:

  • Isolated /tmp prevents overflow attacks
  • Separate /var contains log explosions
  • /home isolation protects user data
  • /opt dedicated for security tools

πŸ“š Documentation

  • Build Journal (coming soon)
  • Partition Design (coming soon)
  • Debugging Guide (coming soon)

About

Custom LFS/BLFS distribution specialized for penetration testing and security analysis. Built from scratch with isolated partitions and security-focused configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages