Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aatlasis/Chiron
Chiron - An IPv6 Security Assessment framework with advanced IPv6 Extension Headers manipulation capabilities.
https://github.com/aatlasis/Chiron
ipv6 security-assessments
Last synced: about 2 months ago
JSON representation
Chiron - An IPv6 Security Assessment framework with advanced IPv6 Extension Headers manipulation capabilities.
- Host: GitHub
- URL: https://github.com/aatlasis/Chiron
- Owner: aatlasis
- License: gpl-3.0
- Created: 2017-12-25T21:16:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T14:29:20.000Z (about 6 years ago)
- Last Synced: 2024-01-24T00:44:14.732Z (12 months ago)
- Topics: ipv6, security-assessments
- Language: Python
- Homepage: https://www.secfu.net/tools-scripts/
- Size: 1020 KB
- Stars: 203
- Watchers: 11
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scapy - Chiron - An IPv6 security assessment framework. (Tools)
README
# Chiron
Chiron is an IPv6 Security Assessment Framework, written in Python and employing Scapy.
It is comprised of the following modules:
• IPv6 Scanner
• IPv6 Local Link
• IPv4-to-IPv6 Proxy
• IPv6 Attack Module
• IPv6 Proxy.
All the above modules are supported by a common library that allows the creation of completely arbitrary IPv6 header chains, fragmented or not.Suggested host OS: Linux (*BSD may also work).
Chiron incorporates its own IPv6 sniffer. It doesn't use OS stack.
The main advantage of the tool, in comparison with others, is that it allows you to easily craft arbitrary IPv6 headers chain by using various types of IPv6 Extension Headers. This option can be used for example:
• To evade IDS/IPS devices, firewalls, or other security devices.
• To fuzz IPv6-capable devices regarding the handling of IPv6 Extension Headers.
To run Chiron, you need Scapy, and of course, Python.
You also need the following python module: python-netaddr