Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexlynd/colab-tools

InfoSec research and password cracking tools with Google Colab
https://github.com/alexlynd/colab-tools

colab-notebook google-colab google-colaboratory jupyter-notebook password-cracker python

Last synced: about 2 months ago
JSON representation

InfoSec research and password cracking tools with Google Colab

Awesome Lists containing this project

README

        

# Colab Tools

Prevent runtime disconnect:
```
function clickConnect() {
document.querySelector("colab-connect-button").click()
console.log("Reconnected notebook.");
}
setInterval(clickConnect,60000)
```