AVOSINT

No description is available yet
AVOSINT logo

AVOSINT

A tool for searching Aviation-related intelligence from public sources.


Usage

docker run -p 3001:3001 axarev/parsr

./avosint.py [--action ACTION] [--tail-number TAIL-NUMBER] [--icao ICAO]

Actions:

  • ICAO: Gather information about an aircraft by its ICAO number.
  • tail: Gather information starting from a tail number. Requires --tail-number.
  • convert: Convert USA hex to ICAO. Requires --icao number.
  • monitor: Gathers positional information from OSINT sources and detects hovering patterns. Requires --icao number.

Returns

The following information when possible:

  • Owner of the aircraft
  • User of the aircraft
  • Aircraft transponder ID
  • Aircraft manufacturer serial number
  • Aircraft model
  • Aircraft picture links
  • Aircraft incident history

Display

==========================================
Current Status: [Done]
Last action: tail
Current tail: {tail_n}
==========================================

✈️ Aircraft infos:

        Manufacturer: {}
        Manufacturer Serial Number: {}
        Tail Number: {}
        Call Sign: {}
        Last known position: {}
        Last known altitude: {}

🧍 Owner infos

        Name: {} 
        Street: {}   
        City: {} 
        ZIP: {}
        Country: {}

Dependencies

  • Install Python requirements: pip install -r requirements.txt
  • OpenSkyApi (https://github.com/openskynetwork/opensky-api): git clone https://github.com/openskynetwork/opensky-api; pip install -e /path/to/repository/python
  • Parsr docker image: docker run -p 3001:3001 axarev/parsr

Bug Fix

Due to a bug in the current version of the Parsr library (https://github.com/axa-group/Parsr/issues/565#issue-1111665010), apply the following fix:

return {
    'file': file_path,
    'config': config_path,
    'status_code': r.status_code,
    'server_response': r.text
}

Donations

If you wish to offer me a coffee, you can donate at ko-fi





> Visit AVOSINT Website <