Skip to content

mosheDO/PwnUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published