Giter Club home page Giter Club logo

h3c_toolkit's Introduction

H3C_toolkit

license

针对 H3C inode 802.1x 认证服务的开发工具组 参照了liuqun的njit8021xclient认证客户端以及tengattack的windows分支完成开发。

目前包括工具:dummy_H3C、version_sniffer

version_sniffer

inode客户端版本捕获及解码工具

用于全自动嗅探出当前主机的inode客户端认证版本号。可以输出:

  • ASCII格式
  • 16进制表示,用于核对是否包含隐藏符号
  • C语言格式,用于第三方客户端开发。

截图

使用方法

  1. 安装winpcap;
  2. 完全退出inode;
  3. 编译运行 version_sniffer ;
  4. 选择网卡;
  5. 等待程序准备完毕后,打开inode,开始登录;
  6. 耐心等待输出结果。

dummy_H3C

802.1x服务器/交换机虚拟工具,用于第三方iNode客户端的开发与调试。

使用方法

  1. 使用Wireshark抓取iNode认证流程;
  2. 修改dummy_H3C代码,使其模拟交换机进行发包;
  3. 编译运行dummy_H3C,选择网卡;
  4. 打开你的inode/第三方认证客户端,进行调试。

inode_version_decoder

用于解码inode客户端版本的python脚本

使用方法

  1. 安装python环境。3.5+
  2. 使用wireshark抓包inode登录过程
  3. 修改脚本中的base64_data变量值
  4. 运行脚本

编译&依赖

编译环境为 Visual Studio 2013

依赖 winpcap,请从官方网站下载

Winpcap二进制安装包

以及

Winpcap开发包,并将其解压放置于Wpdpack文件夹中。

h3c_toolkit's People

Contributors

bitdust avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.