# 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)
