Skip to content

Nawala Checker is a simple Python-based tool designed to check whether a websiteNawala Checker is a simple Python-based tool designed to check whether a websiteNawala Checker is a simple Python-based tool designed to check whether a website

License

Notifications You must be signed in to change notification settings

iSholvedx/NawalaChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Nawala Checker is a simple Python-based tool designed to check whether a websiteNawala Checker is a simple Python-based tool designed to check whether a websiteNawala Checker is a simple Python-based tool designed to check whether a website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages