Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

AVERON

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.

Installation & Run

  1. Download the project and open the folder in terminal.
  2. Install dependencies:
pip install -r requirements.txt
  1. Start the server:
python manage.py runserver
  1. Open http://127.0.0.1:8000 in your browser.

Alternative Quick Launch

You can also start the project using the launcher script:

python launch.py

The 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.

How To Use

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.

About

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.

requirements.txt

django~=5.0.0
requests
phonenumbers
aiohttp

Responsible Use

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.

Preview

AVERON - OSINT Research Framework

About

AVERON - Django OSINT framework for IP, phone, domain, MAC, username, and directory lookup. Python + Django, powered by public APIs and libraries. Black & gold UI. For responsible OSINT research only.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages