1 Star 0 Fork 0

李拓/kali-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kali-net.sh 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
李拓 提交于 2021-02-19 09:58 . add kali-net.sh.
#!/bin/sh
echo "======================================================================================="
echo "Temporarily configure the network"
echo "Ip Address: 192.168.1.51/24"
echo "Gateway: 192.168.1.2"
echo "DNS Server: 192.168.1.2"
sudo ifconfig eth0 192.168.1.51/24
sudo route add default gw 192.168.1.2
sudo bash -c 'echo "nameserver 192.168.1.2" > /etc/resolv.conf'
echo "Configuration complete"
echo "======================================================================================="
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/lituo666/kali-config.git
git@gitee.com:lituo666/kali-config.git
lituo666
kali-config
kali-config
master

搜索帮助