apkurlgrep
apkurlgrep copied to clipboard
Installation instructions
Go get is deprecated installation instruction should use go install.
go install github.com/ndelphit/apkurlgrep@latest
add apkurlgrep to aliases
go install github.com/ndelphit/apkurlgrep@latest
add apkurlgrep to aliases
Go get
deprecated with Go 1.17.
Tested and it works properly.
┌──(rodolphe㉿LAPTOP-KALI)-[~]
└─$ go install github.com/ndelphit/apkurlgrep@latest
┌──(rodolphe㉿LAPTOP-KALI)-[~]
└─$ alias apkurlgrep=/home/rodolphe/go/bin/apkurlgrep
┌──(rodolphe㉿LAPTOP-KALI)-[~]
└─$ apkurlgrep
[-a|--apk] is required
usage: apkurlgrep [-h|--help] -a|--apk "<value>"
ApkUrlGrep - Extract endpoints from APK files
Arguments:
-h --help Print help information
-a --apk Input a path to APK file.
``