Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions #13

Open
ferdinandmwal123 opened this issue Mar 14, 2022 · 2 comments
Open

Installation instructions #13

ferdinandmwal123 opened this issue Mar 14, 2022 · 2 comments

Comments

@ferdinandmwal123
Copy link

Go get is deprecated installation instruction should use go install.

@ferdinandmwal123
Copy link
Author

go install github.com/ndelphit/apkurlgrep@latest
add apkurlgrep to aliases

@GRodolphe
Copy link

GRodolphe commented Apr 14, 2022

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.

``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants