To check if Golang is installed, run the following:
go version
If you get an error, you must install Go:
On Linux:
sudo apt install golang -y
On macOS:
brew install go
Use the following to automatically build and create aliases:
./full_install.sh
./build_all.sh
(Optional) Manually create aliases for each program
Modify your .bash_rc
or .zsh_rc
to add the following lines, replacing the path with the actual path for each:
alias urlencode='/path/to/goscripts-oscp/url_encode/url_encode'
alias escape_double_quotes='/path/to/goscripts-oscp/escape_quotes/escape_double_quotes'
alias psencode='/path/to/goscripts-oscp/base64_powershell/b64'
alias path='/path/to/goscripts-oscp/path/copy_path'
Note that if you you relocate the binaries, you will need to update the path for each alias.
- Automatically copying to the system clipboard may not work on Linux