Skip to content

InfoSec research and password cracking tools with Google Colab

Notifications You must be signed in to change notification settings

AlexLynd/Colab-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Colab Tools

Prevent runtime disconnect:

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

Releases

No releases published

Packages

No packages published