SatIntel
SatIntel is an OSINT tool for Satellites 🛰. Extract satellite telemetry, receive orbital predictions, and parse TLEs 🔭
Install / Use
/learn @ANG13T/SatIntelREADME
SatIntel
. . . . . . . . .
. . . ________
. ///////// . . . . . .
. ________ . . ///////// . .
|.____. /\ ///////// . . . .
. // \/ |\ /////////
// \ | \ ///////// _______ _______ _______ _____ __ _ _______ _______ .
|| | | ///////// . . |______ |_____| | | | \ | | |______ |
. || | |// ///// ______| | | | __|__ | \_| | |______ |_____ .
\\ / // \/ .
\\.___./ //\ ,_\ . . .
. . \ //////\ / \ . . Satellite OSINT CLI Tool . .
. ///////// \| | .
. ///////// . \ __ / . Made by Angelina Tsuboi (G4LXY) .
. ///////// . . .
. . ///////// . . . . . .
-------- . .. . . .
. . . . . .
SatIntel is a OSINT tool for satellite reconnaissance made with Golang. The tool can extract satellite telemetry, receive orbital predictions, and parse TLEs.
Features
- Satellite Catalog Retrieval from NORAD ID or Selection Menu
- Display Satellite Telemetry
- Visual and Radio Orbital Predictions
- Parse Two Line Elements (TLE)
Preview
<img src="https://github.com/ANG13T/SatIntel/blob/main/assets/image.png" alt="SatIntel Image" width="600"/>Usage
Make an account at Space Track save username and password.
Create an account at N2YO and save API key.
The CLI will prompt for both Space Track and N2YO credentials if none are present in your environmental variables. To export your credentials enter the following commands:
$ export SPACE_TRACK_USERNAME="YOUR_USER_NAME"
$ export SPACE_TRACK_PASSWORD="YOUR_PASSWORD"
$ export N2YO_API_KEY="YOUR_API_KEY"
To build from source, you will need Go installed.
$ export GO111MODULE=on
$ go get ./...
$ go run main.go
APIs Used
- Space Track: Retrieve Satellite Catalog and TLE Information
- N2YO: Retrieve Passes Predictions
Satellite OSINT Explained
To get a general overview of the underlying concepts of this tool, read this article.
Upcoming Features
- [ ] Map Layout of Satellite Positioning
- [ ] Including the SGP4 Algorithm for Position Prediction
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
339.1kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
