Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 655 Bytes

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