OSINT lookup framework built with Django, Python, JavaScript, public REST APIs, and Python libraries. Web-based black and gold UI with IP, phone, domain, MAC, username, and directory lookup.
For educational purposes and responsible OSINT research only. Author not responsible for misuse.
- Download the project and open the folder in terminal.
- Install dependencies:
pip install -r requirements.txt- Start the server:
python manage.py runserver- Open
http://127.0.0.1:8000in your browser.
You can also start the project using the launcher script:
python launch.pyThe launcher will:
- Install all dependencies from
requirements.txt - Start the Django development server
- Automatically open the web interface in your default browser
This is the recommended option for users who want a quick startup experience.
Select a module and enter the required value.
-
IP Lookup - IP location, ISP, ASN, AS name, timezone, coordinates, and proxy/VPN/Tor status.
-
Phone Lookup - Carrier, country, region, timezone, line type, number formats, and validity.
-
Domain Lookup - Resolved IP, ASN, AS name, hosting information, and detected WAF services.
-
MAC Lookup - Hardware vendor associated with the MAC address OUI prefix.
-
Username Search - Search usernames across supported platforms and show found profiles.
-
Directory Lookup - Find accessible website directories and show their HTTP status codes.
AVERON sends the request to the corresponding public source and displays the returned information in the interface.
AVERON puts common OSINT lookups into one place instead of using multiple websites for different types of information.
Django handles the requests server-side, while the lookup modules use public APIs and Python libraries to retrieve and process the results.
There is no local OSINT database and lookup results are not cached between requests.
django~=5.0.0
requests
phonenumbers
aiohttp
AVERON is intended for educational OSINT research, security research, checking your own public exposure, and authorized investigations.
Do not use AVERON for stalking, harassment, doxxing, or targeting people without a legitimate reason.
AVERON - OSINT Research Framework
