From a14b22d856c6e7341aa52c13d0dbc4a58bab457f Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 21 Aug 2023 19:38:37 +0700 Subject: [PATCH] feat: add grpcurl --- docs/2023-06-25-useful-tools.html | 5 +++++ docs/2023-07-01-pastebin.html | 15 +++++++++++++++ posts/2023-06-25-useful-tools.md | 1 + posts/2023-07-01-pastebin.md | 9 +++++++++ 4 files changed, 30 insertions(+) diff --git a/docs/2023-06-25-useful-tools.html b/docs/2023-06-25-useful-tools.html index e9d56da..55876f8 100644 --- a/docs/2023-06-25-useful-tools.html +++ b/docs/2023-06-25-useful-tools.html @@ -590,6 +590,11 @@ >https://github.com/itchyny/gojq +
  • + https://github.com/fullstorydev/grpcurl +
  • https://github.com/plantuml/plantuml"{mtime.YYYY}{mtime.MM}{mti
    instaloader +login.txt +args.txt +targets.txt
    +

    + gRPCurl +

    +
    +
    grpcurl -proto path/file.proto \
    +    -d '{"key": "value"}' \
    +    internal-social.zalopay.vn:443 \
    +    pkg.Service/GetData
    +
    Feel free to ask me via diff --git a/posts/2023-06-25-useful-tools.md b/posts/2023-06-25-useful-tools.md index 17d5644..448cbaf 100644 --- a/posts/2023-06-25-useful-tools.md +++ b/posts/2023-06-25-useful-tools.md @@ -133,6 +133,7 @@ Misc - https://github.com/mikefarah/yq - https://github.com/itchyny/gojq +- https://github.com/fullstorydev/grpcurl - https://github.com/plantuml/plantuml Memory diff --git a/posts/2023-07-01-pastebin.md b/posts/2023-07-01-pastebin.md index 3a82349..d36b88e 100644 --- a/posts/2023-07-01-pastebin.md +++ b/posts/2023-07-01-pastebin.md @@ -321,3 +321,12 @@ Run: ```txt instaloader +login.txt +args.txt +targets.txt ``` + +## [gRPCurl](https://github.com/fullstorydev/grpcurl) + +```sh +grpcurl -proto path/file.proto \ + -d '{"key": "value"}' \ + internal-social.zalopay.vn:443 \ + pkg.Service/GetData +```