
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
github.com/seoyhaein/grpc-go-net
https://github.com/protocolbuffers/protobuf-go - currently go protobuf official site.
https://pkg.go.dev/google.golang.org/protobuf - documentation
https://developers.google.com/protocol-buffers/docs/overview - protobuf developing guide
proto file 읽기
grpcurl --import-path proto 위치 -proto proto 파일 이름 list
plaintext insecure server 접속의 경우
grpcurl --plaintext 서버주소(localhost:50051) list > grpc 서비스 호출
grpcurl --plaintext 서버주소(localhost:50051) list 서비스 이름 > 해당 서비스의 rpc api 호출
grpc 메서드 살펴보기
grpcurl --plaintext 서버주소(localhost:50051) describe 서비스.메서드 이름
grpc 메세지 살펴보기
grpcurl --plaintext 서버주소(localhost:50051) describe .메세지이름
grpc 메세지 json 형태로 바꾸기
grpcurl --plaintext -ㅡmgs-template 서버주소(localhost:50051) describe .메세지이름
grpc 메서드 호출
grpcurl --plaintext -d '{
"name": "seoyhaein"
}' 서버주소(localhost:50051) 서비스 이름/메서드 이름
https://github.com/nicholasjackson/all-things-microservices/tree/master/grpc-curl
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.