# GoogleColab破解HASH

```
之前在freebuf上看到过相关文章，最近在github上也看到了这个脚本，所以拿起来试试，速度可观
https://www.freebuf.com/geek/195453.html
https://gist.github.com/chvancooten/59acfbf1d8ee7a865108fca2e9d04c4a
打开
https://drive.google.com/drive
新建一个文件夹，右键，更多选择google Colab
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/667.png)

```
如果没有，点关联更多应用，搜索这个名字，安装一下即可
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/668.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/669.png)

```
安装hashcat，下载字典
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/670.png)

```
运行类型选择GPU加速
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/671.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/672.png)

```
这里测试个简单密码
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/673.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/674.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/675.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/676.png)

```
12亿条密码大概20多分钟
https://download.weakpass.com/wordlists/1851/hashesorg2019.gz
以上是字典
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/677.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.heresecurity.wiki/hash-cao-zuo/googlecolab-po-jie-hash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
