Firewall Blocker is a simple GUI application written in AutoIt that allows users to manage Windows Firewall rules for blocking or unblocking executable files in a specified folder.
- Browse and select a folder to scan for executable files (.exe).
- View a list of executable files found in the selected folder.
- Select individual files or use "Select All" to choose multiple files for blocking or unblocking.
- Block selected executable files by creating inbound and outbound firewall rules.
- Remove firewall blocks for selected executable files.
- Clear the list of executable files displayed in the GUI.
- Windows operating system with administrative privileges.
- AutoIt scripting language installed.
- Clone or download the repository to your local machine.
- Ensure you have AutoIt installed on your system.
- Run the
FirewallBlocker.au3
script to launch the GUI application.
- Launch the application by running the
FirewallBlocker.au3
script. - Click the "Browse" button to select a folder to scan for executable files.
- Click "Scan Folder" to populate the list view with executable files found in the selected folder.
- Select individual files or use "Select All" to choose multiple files.
- Click "Block Selected" to create firewall rules blocking the selected executable files.
- To remove firewall blocks, select the desired files and click "Remove Block."
- Use the "Clear List" button to clear the list view and start over.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.
This project is licensed under the GNU General Public License v3.0.