2 Star 6 Fork 2

Handsome/chahash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
batch.html 4.66 KB
一键复制 编辑 原始数据 按行查看 历史
Handsome 提交于 2020-04-21 22:29 . 代码
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="md5免费破解,搜Md5,md5加密,md5解密,md5批量破解,sha1破解,mysql破解,织梦加密破解,Discuz破解,mssql密码破解,ntlm hash" />
<meta name="description" content="MD5在线免费破解,支持md5,sha1,mysql,sha256,sha512,md4,织梦,vBulletin,Discuz,Joomla,mssql,ntlm等数十种加密方式" />
<title>CHAHASH - MD5免费批量破解 - Batch Crack</title>
<script src="//cdn.bootcss.com/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$('#crackbtn').click(function() {
var hashes = $.trim($('#hash').val());
var arr = hashes.split('\n');
if (arr.length > 100 || arr.length < 5) {
$.tips('<p align="center">批量破解数量需要大于5并且小于100<br><br><b>当前 ' + arr.length + ' 条</b></p>');
return;
}
$('#captcha').clicaptcha({
src: './captcha/clicaptcha.php',
callback: function() {
var hashtype = $('#hashtype').val();
var captcha = $('#captcha').val();
var unique = '&u=2';
if($('#unique').is(':checked')) {
var unique = '&u=1';
}
$('#crackbtn').attr('disabled', 'disabled');
$.ajax({
url: '/batch.php',
type: 'POST',
data: "hash=" + encodeURIComponent(hashes) + "&captcha=" + captcha + "&web=1&type=" + + hashtype + unique,
success: function(data) {
$('#crackbtn').removeAttr("disabled");
if(data.split('\n').length < 3){
$.tips('<p style="color:red;font-size:24px;" align="center">'+data+'</p>',3000);
}else{
document.getElementById("successhash").innerHTML = data;
}
}
});
}
});
});
});
</script>
</head>
<body>
<div align="center" style="MARGIN-RIGHT: auto; MARGIN-LEFT: auto;width: 900px;">
<div style="float: left;">
<br>
<div style="float: left; margin-left: 70px; margin-top: 20px">
<small><font color="red">密文(最少5条,最多100条)</font></small>
</div>
<table height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tbody>
<tr>
<td>
<textarea rows="40" cols="50" id="hash" name="hash"></textarea>
</td>
</tr>
</tbody>
</table>
</div>
<div style="float: left; margin-left: 70px; margin-top: 20px">
<table width="150">
<tr>
<select id="hashtype" style="margin-top: 10px;">
<option value="0">md5</option>
<optgroup label="框架名称">
<option value="3">Discuz,vBulletin</option>
<option value="5">ipb,mybb</option>
<option value="2">osCommerce</option>
<option value="1">Joomla</option>
</optgroup>
<optgroup label="普通加密">
<option value="14">md5(md5($pass))</option>
<option value="28">md5(md5(md5($pass)))</option>
<option value="26">md5(left)</option>
<option value="27">md5(right)</option>
<option value="21">md5(unicode)</option>
<option value="15">sha1</option>
<option value="16">mysql</option>
<option value="17">mysql5</option>
<option value="20">ntlm</option>
<option value="22">sha256</option>
<option value="23">sha256(md5($pass))</option>
<option value="24">sha512</option>
<option value="25">des(unix)</option>
</optgroup>
<optgroup label="加盐算法">
<option value="18">mssql</option>
<option value="19">mssql2012</option>
<option value="3">md5(md5($pass).$salt)</option>
<option value="1">md5($pass.$salt)</option>
<option value="2">md5($salt.$pass)</option>
<option value="4">md5(md5($salt).$pass)</option>
<option value="5">md5(md5($salt).md5($pass))</option>
<option value="6">sha1($pass.$salt)</option>
<option value="7">sha1($salt.$pass)</option>
<option value="8">sha1(hex($salt).$pass)</option>
<option value="9">sha1(lower($username).$pass)</option>
<option value="10">sha256($pass.$salt)</option>
<option value="11">sha256($salt.$pass)</option>
<option value="12">sha512($pass.$salt)</option>
<option value="13">sha512($salt.$pass)</option>
</optgroup>
</select>
<input type="hidden" id="captcha" name="captcha">
<input id="unique" type="checkbox" checked>去重
<button id='crackbtn'>查询</button>
</tr>
</table>
</div>
<table height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<thead>
</thead>
<tbody>
<tr>
<td>
<textarea rows="40" cols="55" id="successhash" name="hash"></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</body>
<script src="/captcha/clicaptcha.js"></script>
<script src="/js/alert.min.js"></script>
<link rel="stylesheet" href="/captcha/css/captcha.css">
<div style='display:none'><script type="text/javascript" src="https://s9.cnzz.com/z_stat.php?id=1277997163&web_id=1277997163"></script></div>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/byhandsome/chahash.git
git@gitee.com:byhandsome/chahash.git
byhandsome
chahash
chahash
master

搜索帮助