Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.25 KB

File metadata and controls

38 lines (33 loc) · 1.25 KB

NawalaChecker

Nawala Checker is a simple Python-based tool designed to check whether a website has been blocked by the Indonesian government through the Nawala DNS filtering system.

This tool helps developers, network administrators, and researchers quickly verify the accessibility status of a domain in Indonesia. By sending HTTP requests and analyzing the response, Nawala Checker can indicate whether a website is reachable or potentially blocked.

The program is built using Python and utilizes the requests module to perform HTTP requests efficiently.

🚀 Features

  • Check if a website is blocked by Nawala (Indonesia)
  • Lightweight and easy to use
  • Written in Python
  • Uses the requests module
  • Suitable for automation or manual checks

🧰 Requirements

Before running this tool, make sure you have the following installed:

  • Python 3.7 or newer
  • pip (Python package manager)
  • Internet connection

⚙️ Installation & Setup

Follow these steps to set up and run Nawala Checker:

git clone https://github.com/iSholvedx/NawalaChecker.git
cd nawala-checker
  • Create a Virtual Environment (Optional but Recommended)
    python -m venv venv
    
  • Install Dependencies
    pip install requests
    
  • Usage
    python nawala_checker.py