How to Install and Uninstall python3-ropgadget Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-ropgadget" package

This tutorial shows how to install python3-ropgadget on Kali Linux

$ sudo apt update $ sudo apt install python3-ropgadget

2. Uninstall "python3-ropgadget" package

In this section, we are going to explain the necessary steps to uninstall python3-ropgadget on Kali Linux:

$ sudo apt remove python3-ropgadget $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ropgadget package on Kali Linux

Package: python3-ropgadget
Source: ropgadget
Version: 7.4+dfsg-1
Installed-Size: 165
Maintainer: Debian Python Team
Architecture: all
Depends: python3-capstone, python3:any
Size: 24876
SHA256: 8eb8b713b94201980e9ab42e56d717f9b624ec102240372c05abaf1ce8505fe0
SHA1: 562b27e5514d94cbada9e311909f7f874f2f5701
MD5sum: f4ed19621d465cd4f10d17f861e8d1f9
Description: Gadgets finder for ROP exploitation code
ROPGadget is a tool for security research and vulnerability exploitation. It
lets you search binaries for sequences of useful machine code instructions
followed by a return statement ("gadgets"). If an exploit can manipulate the
callstack to point to a sequence of gadgets, the return statements will
redirect the program flow to execute the sequence ("return oriented
programming"). By reusing existing code out of context, an attacker can
potentially circumvent security measures which prevent the execution
of injected code.
Description-md5:
Homepage: https://shell-storm.org/project/ROPgadget/
Section: python
Priority: optional
Filename: pool/main/r/ropgadget/python3-ropgadget_7.4+dfsg-1_all.deb