Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dika-maulidal/aerotrack
✈️ This Python script helps you track and display information about aircraft registrations and flight history
https://github.com/dika-maulidal/aerotrack
ads-b aircraft aviation flight osint planes python radar tracking
Last synced: 9 days ago
JSON representation
✈️ This Python script helps you track and display information about aircraft registrations and flight history
- Host: GitHub
- URL: https://github.com/dika-maulidal/aerotrack
- Owner: dika-maulidal
- License: mit
- Created: 2024-08-29T01:09:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T11:39:13.000Z (5 months ago)
- Last Synced: 2024-11-25T12:42:02.148Z (2 months ago)
- Topics: ads-b, aircraft, aviation, flight, osint, planes, python, radar, tracking
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This OSINT (Open Source Intelligence) tool is designed to simplify the process of obtaining and analyzing aircraft-related data. It provides a convenient way to retrieve information such as ICAO codes,
ownership details, aircraft creation dates, and expiration dates. By leveraging data from sources like FlightAware and FAA, this tool supports aviation investigations and research by offering a clear and
formatted presentation of crucial aircraft registration details.This repository is inspired by [ANG13T](https://github.com/ANG13T/skytrack/).
## USAGE
```bash
$ git clone https://github.com/dika-maulidal/aerotrack.git
$ cd aerotrack
$ pip install -r requirements.txt
$ python main.py
```
## Aircraft Information
- ICAO
- OWNER
- Serial Number
- Last Action Date
- Registration History
- Flight History
- And Others.## Preview
![aircraftimages](https://github.com/user-attachments/assets/a1ad61bc-9b92-4aa2-bbaf-35991ff6ada5)## Key Feutures
- Retrieve ICAO codes, owner information, and registration dates.
- Display aircraft creation and expiration dates.
- Access detailed historical registration records.## Data Sources
- [FlightAware](https://www.flightaware.com/)- [FAA](https://registry.faa.gov/AircraftInquiry/)
- [JetPhotos](https://www.jetphotos.com/)