avatar

黄金月河3.1

浴火重生

  • 首页
  • Linux基础
  • 运维
  • Github
  • Python
  • 网络安全
  • 软路由
  • 时光手札
  • 关于
Home 哈希加密类型识别工具 hashid 与 hash-identifier
文章

哈希加密类型识别工具 hashid 与 hash-identifier

Posted 2023-09-14 Updated 2023-09- 21
By 奈幽
3~4 min read

哈希加密类型识别工具 hashid 与 hash-identifier

hash-identifier

hash-identifier就是一款由python编写,可以快速识别hash加密类型的工具

用法:

执行命令启动程序

    hash-identifier

输入哈希密文

    hash-identifier 它会列出最有可能的两种加密算法:Possible Hashs:和可能性不大的Least Possible Hashs:

hashid

可识别大约210种HASH算法:给他个hash值,他就能判断出这个值是哪种类型的hash值

用法:

┌──(nerubian㉿kali)-[~]
└─$ hashid -h
usage: hashid.py [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT

Identify the different types of hashes used to encrypt data

positional arguments:
  INPUT                    input to analyze (default: STDIN)

options:
  -e, --extended           list all possible hash algorithms including salted passwords
  -m, --mode               show corresponding Hashcat mode in output
  -j, --john               show corresponding JohnTheRipper format in output
  -o FILE, --outfile FILE  write output to file
  -h, --help               show this help message and exit
  --version                show program's version number and exit

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
-e,--extended
列出所有可能的散列算法,包括加密密码

-m,--mode
在输出中包括相应的hashcat模式

-j,--john
在输出中包括相应的JohnTheRipper格式

-o FILE,--outfile FILE
将输出写入文件(默认值:STDOUT)

-h,--help
显示帮助信息并退出

--version
显示程序的版本信息并退出
渗透测试工具
实用教程
License:  CC BY 4.0
Share

Further Reading

Apr 15, 2025

Metasploit Framework (MSF) 使用指南

Metasploit Framework (MSF) 使用指南 0、MSF简介 Metasploit Framework(MSF)是一个开源的渗透测试框架,它是渗透测试领域的核心工具之一,被广泛应用于安全研究和渗透测试。MSF通过模块化设计,简化了漏洞利用和后渗透操作,帮助测试人员快速验证系统安全性

Oct 2, 2023

kali初始配置

kali初始配置 一、apt源 1、apt源配置文件 vim /etc/apt/sources.list 2、配置国内源 国内常用的几个源文件: #中科大 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

Sep 14, 2023

哈希加密类型识别工具 hashid 与 hash-identifier

哈希加密类型识别工具 hashid 与 hash-identifier hash-identifier hash-identifier就是一款由python编写,可以快速识别hash加密类型的工具 用法: 执行命令启动程序 hash-identifier 输入哈希密文 hash

OLDER

Hashcat安装与使用

NEWER

30余种加密编码类型的密文特征分析

Recently Updated

  • 奈幽的渗透测试总结-红队
  • 基于Docker的虚拟 Chrome 浏览器
  • Metasploit Framework (MSF) 使用指南
  • rhel9 安装docker和docker-compose
  • 内网穿透工具:zrok

Trending Tags

Halo elasticsearch debian openwrt KeepassXC 必看精选 webdav 热门文章 docker Linux

Contents

©2025 黄金月河3.1. Some rights reserved.

Using the Halo theme Chirpy