0x00 將程式碼clone到本地
git clone https://github.com/oblique/create_ap
cd create_ap
make install
0x01 安裝依賴的庫
有些源中可能使用util-Linux
apt install util-linux procps hostapd iproute2 iw haveged dnsmasq
0x02 建立WiFi熱點(GitHub上有多種方式建立,可以查詢自己需要的那種)
create_ap 無線網路卡名 有線網路卡名 熱點名 密碼
0x03 開機啟動
一定要在命令後新增&使其後臺執行
vim /etc/rc.local
create_ap 無線網路卡名 有線網路卡名 熱點名 密碼 &