You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
``
Go get is deprecated installation instruction should use go install.
The text was updated successfully, but these errors were encountered: