Categories: Kali Linux

Blackowl – Tool To Gather Information, Based On Operative-Framework

Blackowl is a simple tool to gather information, based on Operative-Framework. Leading source of Security Tools, Hacking Tools, CyberSecurity and Network Security.

Blackowl Requirements

  • requests
  • pythonwhois
  • beautifulsoup4

Also Read Scout2 – Security Auditing Tool For AWS Environments

How To Use Blackowl

$ git clone https://github.com/qqwaszx/blackowl.git ; cd blackowl
$ pip install -r requirements.txt
$ python main.py

: blackowl > help

Demo

Modules /core/modules/

  • CMS Gathering : CMS Detection
  • Email to Domain : Get domain with email
  • Hackedmail : Check if email as been hacked
  • IP Geolocation : Obtain IP geolocation information
  • Namech_k : Get info on a specific person with his username
  • Subdomain Search : Search for subdomain
  • Whois Domain : Whois information for domain

Write module

  • Create new module:
: blackowl > new_module
: blackowl(New module name ?) > my_module
: blackowl(New module description ?) > This is a module
  • Write your code in ‘def main(self):
$ vim core/modules/my_module.py

R K

Recent Posts

Best OSINT Tools for Journalists 2026: Verify Sources, Images and Claims

Journalists use OSINT to verify public information before publishing. In 2026, misinformation, AI-generated images, fake…

9 hours ago

Install Docker on Ubuntu 20.04: Complete Step-by-Step Guide

Docker is an open-source platform that lets you package and run applications inside containers. Each container…

19 hours ago

Install PostgreSQL on Ubuntu: Database Setup and Admin Guide

PostgreSQL (often called Postgres) is an open-source relational database system. It supports advanced features like JSON…

20 hours ago

Install Xrdp Remote Desktop on Ubuntu: Setup and Connect

Xrdp is an open-source server that lets you connect to your Ubuntu machine from another computer…

20 hours ago

Tomcat 9 on Ubuntu 20.04: Install, Configure, and Start

Apache Tomcat is an open-source web server and Java servlet container. It is one of the…

20 hours ago

Automatic Updates on Ubuntu: Set Up unattended-upgrades

Keeping your Ubuntu system updated is one of the best ways to protect it. Security…

21 hours ago