Skip to content

Releases: ZacariahCyberSec/Cybersecurity-python-algorithms

Automating Access Control List Update with Python

15 Jul 19:00
32e7c8d

Choose a tag to compare

Automating Access Control List Update with Python

This Python script automates the task of updating an access control list by removing unauthorized IP addresses listed in a separate remove_list.

🔐 Key Features:

Reads and parses allow_list.txt

Iterates through remove_list to identify IPs for removal

Updates the file with the revised list using .write() and .join()

📂 Attached File:

access_control_update.py — Python script that handles the automation

🛠 Use Case: This project was developed as part of the Google Cybersecurity Certificate to demonstrate hands-on Python scripting for cybersecurity automation tasks.