How to Install and Uninstall routersploit Package on Kali Linux

Last updated: May 19,2024

1. Install "routersploit" package

This guide covers the steps necessary to install routersploit on Kali Linux

$ sudo apt update $ sudo apt install routersploit

2. Uninstall "routersploit" package

Please follow the guidance below to uninstall routersploit on Kali Linux:

$ sudo apt remove routersploit $ sudo apt autoclean && sudo apt autoremove

3. Information about the routersploit package on Kali Linux

Package: routersploit
Version: 3.4.0+git20220926-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 2195
Depends: python3-paramiko, python3-pysnmp4, python3-requests, python3:any, python3-pycryptodome
Recommends: python3-bluepy
Homepage: https://github.com/threat9/routersploit
Priority: optional
Section: misc
Filename: pool/main/r/routersploit/routersploit_3.4.0+git20220926-0kali1_all.deb
Size: 354408
SHA256: 0960e644dee4a181ef232f5ccb29d9033bbd682458ea49700c36dd8477e4af60
SHA1: 35c6da355f7bc3c1477bcc5516f5d5248fdcd597
MD5sum: 465acdc1bf77b40390824824f7066552
Description: Exploitation Framework for Embedded Devices
This package contains an open-source exploitation framework dedicated to
embedded devices. It consists of various modules that aids penetration testing
operations:
* exploits - modules that take advantage of identified vulnerabilities.
* creds - modules designed to test credentials against network services.
* scanners - modules that check if target is vulnerable to any exploit.
* payloads - modules that are responsible for generating payloads for various
architectures and injection points.
* generic - modules that perform generic attacks.
Description-md5:

5. The same packages on other Linux Distributions