collinchen1218 发表于 2024-5-9 21:49

简单的安卓cm

本帖最后由 collinchen1218 于 2024-5-9 21:52 编辑

已获得正己老师许可,修改部分源码完成安卓cm,再次感谢老师的付出

ps:顺便打破一下寂寞,这个板块好冷清

本板块是cm区,遵从cm区版规,无关回复会被加违规

Arcticlyc 发表于 2024-5-9 22:01

https://img2.imgtp.com/2024/05/09/6Q9Fck7n.jpg

是这个吗?

cattie 发表于 2024-5-9 22:48

本帖最后由 cattie 于 2024-5-9 22:53 编辑


```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Crackme(20240510_New!)</title>
      <style>
    body {
      font-family: Arial, sans-serif;
      text-align: center;
      background-color: #ffffff;
      padding: 20px;
    }
    input {
      padding: 8px;
      margin: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
      background-color: #ffffcc;
    }
    button {
      padding: 10px 20px;
      background-color:#FF9100;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }button:hover {
      background-color:#FFD100;
    }
      div {
                color: #FF0000
      }
</style>
<script>
function verifyPassword() {
    var input = document.getElementById("inputPassword").value;
    var correctPassword = "flag{52pojie_Ha5py_M8y_cr6ck6e_5wer56uiop_6t01_N9w@2024}";
var Password = "flag{2p0ji5_Ha59y_M8y_c56c1me_qwer56ul6p_ht01_49w@2024}";
if (input === "flag{asdedfgh_cm_8888}") { }
    if (input === "flag{magic_cm_5050}") {
      document.getElementById('editable-div').innerHTML = "密码正确";
            } else {
      document.getElementById('editable-div').innerHTML = "密码错误";
    }
}
</script>
</head>
<body>
<form>
    <h1>Crackme (2024_05_10_New!)</h1>
      <label for="inputPassword">请输入密码:</label>
    <br>
    <input type="password" id="inputPassword" name="inputPassword">      
    <br>
    <button type="button">验证</button>
      <br>
      <br>
      <div id="editable-div" contenteditable="true">Welcome to the Crackme!</div>
      <h5>By 52pojie.cn   collinchen1218</h5>
</form>
</body>
</html>
```

if (input === "flag{magic_cm_5050}") {
document.getElementById('editable-div').innerHTML = "密码正确";
}

怜渠客 发表于 2024-5-10 10:33

没有混淆一下啊,甚至是明文

collinchen1218 发表于 2024-5-10 21:09

怜渠客 发表于 2024-5-10 10:33
没有混淆一下啊,甚至是明文

不是js加密了吗,难道放错了

collinchen1218 发表于 2024-5-10 21:23

怜渠客 发表于 2024-5-10 10:33
没有混淆一下啊,甚至是明文

oh,no。搞错了,手机编辑的,本来加密了js部分,结果没有保存……算了,这个cm就算看的出来是html吧,当做一个小判断吧

lingxing2320 发表于 2024-5-11 22:59

是不是没加密啊
if (input === "flag{magic_cm_5050}") {
      document.getElementById('editable-div').innerHTML = "密码正确";
            } else {
      document.getElementById('editable-div').innerHTML = "密码错误";

collinchen1218 发表于 2024-5-12 09:04

lingxing2320 发表于 2024-5-11 22:59
是不是没加密啊
if (input === "flag{magic_cm_5050}") {
      document.getElementById('editable-di ...

你这个是什么编辑器,我做这种cm都只能手机,np管理器的html编辑差评

lingxing2320 发表于 2024-5-12 14:04

collinchen1218 发表于 2024-5-12 09:04
你这个是什么编辑器,我做这种cm都只能手机,np管理器的html编辑差评

mt管理器
页: [1]
查看完整版本: 简单的安卓cm