This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
員工編號 | 姓名 | 性別 | 帳號名稱 | 預設密碼 | 部門 | 是否主管 | |
---|---|---|---|---|---|---|---|
E1001 | 蔡正雄 | 男 | ben | loveyou2 | 行政管理部 | 是 | |
E1002 | 鄭承恩 | 男 | charlie | AGp8@odtfDkz | 資訊及資安部 | 是 | |
E1003 | 鄭承思 | 男 | ethan | fbCc%qpR5ROD | 研發部 | 是 | |
E1004 | 吳文雄 | 男 | george | 78gB!YNrWh9T | 商務部 | 是 | |
E1005 | 劉承翰 | 男 | jack | xFwWnD2H5X&M | 資訊及資安部 | 否 | |
E1006 | 李子睿 | 男 | leo | htg2vzXDm*PA | 研發部 | 否 | |
E1007 | 洪德成 | 男 | nathan | D^nzoebIugwV | 行政管理部 | 否 | |
E1008 | 謝二郎 | 男 | peter | WXMh2)pxLJZT | 行政管理部 | 否 | |
E1009 | 黃品睿 | 男 | ryan | cowgirl | 資訊及資安部 | 否 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
部門 | 允許功能 | 限制事項 | |
---|---|---|---|
資訊資安部 ITSec | 允許管理電腦、RDP遠端、USB存取、安裝軟體 | 禁止連外網未經授權(例如 proxy管控) | |
研發部 RnD | 允許本地開發(本地Debug工具、安裝必要軟體) | 禁止外接USB隨身碟 | |
商務部 Business | 允許Office、郵件收發、ERP等商務軟體 | 禁止安裝任何軟體,禁止USB | |
行政部 Manage | 只允許基本打字、郵件、瀏覽特定網站 | 禁止USB、禁止安裝、禁止打開命令列、Powershell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import subprocess | |
import ipaddress | |
from time import sleep | |
import os | |
import argparse | |
env = os.environ.copy() | |
def info(s, *rest): |