Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)