kensdy / OSINT-Blogger

Script to extract additional information from a website built on Blogger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSINT Blogger

English | Português

Repository Views

This Python script is designed to perform Open Source Intelligence (OSINT) operations on websites built on the Blogger platform. It offers three main functionalities:

  1. Check if a site was created using Blogger

    • This function verifies if a provided website was built using the Blogger platform.
  2. Identify the owner's profile of a blog on Blogger

    • This function searches for profiles associated with a Blogger site and displays links to these profiles.
  3. Identify public blogs associated with a profile on Blogger

    • This function identifies public blogs associated with a profile on Blogger and displays their names and links.

Prerequisites

  • Python 3
  • Required Python libraries: requests, BeautifulSoup4, pyfiglet

How to Use

  1. Clone the repository:

    git clone https://github.com/kensdy/OSINT-Blogger
  2. Install the dependencies:

    pip install -r requirements.txt
  3. Run the script:

    python main.py

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.


Confira o readme.md em potuguês.

About

Script to extract additional information from a website built on Blogger.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%