Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ANG13T/skytrack
skytrack is a planespotting and aircraft OSINT tool made using Python 🛩🔍
https://github.com/ANG13T/skytrack
aerospace aircraft aviation cybersecurity cybersecurity-tools osint planes planespotting python reconnaissance
Last synced: 3 months ago
JSON representation
skytrack is a planespotting and aircraft OSINT tool made using Python 🛩🔍
- Host: GitHub
- URL: https://github.com/ANG13T/skytrack
- Owner: ANG13T
- Created: 2023-10-03T17:36:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T20:15:20.000Z (11 months ago)
- Last Synced: 2024-05-29T20:19:28.374Z (6 months ago)
- Topics: aerospace, aircraft, aviation, cybersecurity, cybersecurity-tools, osint, planes, planespotting, python, reconnaissance
- Language: Python
- Homepage:
- Size: 26.9 MB
- Stars: 322
- Watchers: 8
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-aviation - skytrack - A planespotting and aircraft OSINT tool made using Python (OSINT)
README
## About
skytrack is a command-line based plane spotting and aircraft OSINT reconnaissance tool made using Python.
It can gather aircraft information using various data sources, generate a PDF report for a specified aircraft, and convert between ICAO and Tail Number designations.
Whether you are a hobbyist plane spotter or an experienced aircraft analyst, skytrack can help you identify and enumerate aircraft for general purpose reconnaissance.## What is Planespotting & Aircraft OSINT?
Planespotting is the art of tracking down and observing aircraft. While planespotting mostly consists of photography and videography of aircraft, aircraft information gathering and OSINT is a crucial step in the planespotting process. OSINT (Open Source Intelligence) describes a methodology of using publicy accessible data sources to obtain data about a specific subject — in this case planes!## Aircraft Information
- Tail Number 🛫
- Aircraft Type ⚙️
- ICAO24 Designation 🔎
- Manufacturer Details 🛠
- Flight Logs 📄
- Aircraft Owner ✈️
- Model 🛩
- Much more!## Usage
To run skytrack on your machine, follow the steps below:```bash
$ git clone https://github.com/ANG13T/skytrack
$ cd skytrack
$ pip install -r requirements.txt
$ python skytrack.py
```skytrack works best for Python version 3.
## Preview
## Features
skytrack features three main functions for aircraft information gathering and display options. They include the following:### Aircraft Reconnaissance & OSINT
skytrack obtains general information about the aircraft given its tail number or ICAO designator.
The tool sources this information using several reliable data sets.
Once the data is collected, it is displayed in the terminal within a table layout.
### PDF Aircraft Information Report
skytrack also enables you the save the collected aircraft information into a PDF.
The PDF includes all the aircraft data in a visual layout for later reference.
The PDF report will be entitled "skytrack_report.pdf"### Tail Number to ICAO Converter
There are two standard identification formats for specifying aircraft: Tail Number and ICAO Designation. The tail number (aka N-Number) is an alphanumerical ID starting with the letter "N" used to identify aircraft. The ICAO type designation is a six-character fixed-length ID in the hexadecimal format.
Both standards are highly pertinent for aircraft reconnaissance as they both can be used to search for a specific aircraft in data sources.
However, converting them from one format to another can be rather cumbersome as it follows a tricky algorithm. To streamline this process, skytrack includes a standard converter.Further Explanation
ICAO and Tail Numbers follow a mapping system like the following:
ICAO address N-Number (Tail Number)
a00001 N1
a00002 N1A
a00003 N1AA
You can learn more about aircraft registration numbers [here](https://www.faa.gov/licenses_certificates/aircraft_certification/aircraft_registry/special_nnumbers)
> :warning: Converter only works for USA-registered aircraft
## Data Sources & APIs Used
[ICAO Aircraft Type Designators Listings](https://www.icao.int/publications/doc8643/pages/search.aspx)[FlightAware](flightaware.com)
[Wikipedia](wikipedia.org)
[Aviation Safety Website](https://aviation-safety.net)
[Jet Photos Website](https://www.jetphotos.com)
[OpenSky API](https://opensky-network.org/datasets/metadata/aircraftDatabase.csv)
[Aviation Weather METAR](https://aviationweather.gov)
[Airport Codes Dataset](https://pkgstore.datahub.io/core/airport-codes/airport-codes/archive/dfadb79d7ba34a49242332f2eaf4f1b0/airport-codes.csv)
## Contributing
skytrack is open to any contributions. Please fork the repository and make a pull request with the features or fixes you want to implement.## Upcoming
- Obtain Latest Flown Airports
- Obtain Airport Information
- Obtain ATC Frequency Information## Support
If you enjoyed skytrack, please consider [becoming a sponsor](https://github.com/sponsors/ANG13T) or donating on [buymeacoffee](https://www.buymeacoffee.com/angelinatsuboi) in order to fund my future projects.To check out my other works, visit my [GitHub profile](https://github.com/ANG13T).