How To Install thc-ipv6 on CentOS 7
Introduction
In this tutorial we learn how to install thc-ipv6 on CentOS 7.
What is thc-ipv6
A complete tool set to attack the inherent protocol weaknesses of IPV6 and ICMP6, and includes an easy to use packet factory library.
We can use yum or dnf to install thc-ipv6 on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install thc-ipv6.
Install thc-ipv6 on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install thc-ipv6 using yum by running the following command:
sudo yum -y install thc-ipv6
Install thc-ipv6 on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install thc-ipv6 using dnf by running the following command:
sudo dnf -y install thc-ipv6
How To Uninstall thc-ipv6 on CentOS 7
To uninstall only the thc-ipv6 package we can use the following command:
sudo dnf remove thc-ipv6
References
Summary
In this tutorial we learn how to install thc-ipv6 on CentOS 7 using yum and dnf.