A tool for searching Aviation-related intelligence from public sources.
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.The following information when possible:
==========================================
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: {}
pip install -r requirements.txt
git clone https://github.com/openskynetwork/opensky-api; pip install -e /path/to/repository/python
docker run -p 3001:3001 axarev/parsr
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
}
If you wish to offer me a coffee, you can donate at
> Visit AVOSINT Website <