文件名称:sylkie:使用邻居发现协议进行IPv6地址欺骗
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-21 03:06:56
ipv6 security-tools address-spoofing neighbor-discovery-protocol C
sylkie
用于使用邻居发现协议测试网络中IPv6网络中常见地址欺骗安全漏洞的命令行工具和库。
入门
注意:该项目仍处于开发的早期阶段。 如果您遇到任何问题,请考虑提交。 它目前仅在Linux上运行。
依存关系
(可选,但强烈建议)
(可选,但推荐)
有关更多详细,请参见 。
建造
获取代码并进行编译!
# Get the code
git clone https://github.com/dlrobertson/sylkie
cd ./sylkie
# Compile the code
mkdir -p ./build
cd ./build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install
基本用法
下面介绍sylkie的基本用法。 运行sylkie -h或sylkie
【文件预览】:
sylkie-master
----.travis.sh(301B)
----CMake()
--------headers.txt(228B)
--------GTest.txt.in(513B)
----src()
--------utils.c(3KB)
--------cmds.c(2KB)
--------neighbor-advert.c(6KB)
--------cfg.c(26KB)
--------transmitter.c(6KB)
--------receiver.c(1KB)
--------ipc.c(1KB)
--------router-advert.c(7KB)
--------include()
--------main.c(13KB)
----lib()
--------packet.c(4KB)
--------buffer.c(3KB)
--------ndp.c(7KB)
--------errors.c(3KB)
--------sender_map.c(5KB)
--------proto_list.c(5KB)
--------sender.c(6KB)
----.clang-format(3KB)
----CMakeLists.txt(13KB)
----.travis.yml(329B)
----LICENSE(1KB)
----README.md(5KB)
----tests()
--------test_buffer.cpp(2KB)
--------test_cfg_set.cpp(8KB)
--------test_utils.cpp(3KB)
--------test_ipc.cpp(1KB)
--------runner.cpp(1KB)
--------test_proto_list.cpp(3KB)
--------test_errors.cpp(2KB)
----.gitignore(83B)
----Doxyfile.in(105KB)
----include()
--------sender_map.h(3KB)
--------buffer.h(3KB)
--------packet.h(3KB)
--------sender.h(4KB)
--------proto_list.h(5KB)
--------errors.h(2KB)
--------ndp.h(4KB)
--------config.in(3KB)