Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 704 Bytes

libc6 Downloader

This Python script downloads the libc6 package for a specified version from the Ubuntu launchpad repository. it really helps for pwn challanges.

Usage

You can run the script with the following command:

python script.py <version_number> or put that in path directory

If you don't specify the version number as a command-line argument, the script will prompt you to enter it interactively.

Requirements

  • Python 3.x
  • Requests library
  • tqdm library

You can install the required libraries using pip:

pip install requests tqdm

License

This project is licensed under the MIT License - see the LICENSE file for details.