Skip to content

GJaswin/CrackOnGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description GitHub commit activity GitHub last commit GitHub repo size

An aircrack-ng script built with Go

Installation and running

  1. Download and install the Go compiler

    Or use a package manager:

    sudo apt install golang
    
    sudo pacman -S go
    
  2. To directly run the script:

    go run crack.go
    
  3. To build and run:

    go build .
    ./crackongo
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages