vulnhub靶场-y0usef笔记
信息收集
首先fscan找到目标机器ip
http://192.168.167.70/
nmap扫描端口
Host is up (0.00029s latency).
Not shown: 998 closed tcp ports (reset)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 6.6.1p1 Ubuntu 2ubuntu2.13 (Ub…
Reinforcement Learning with Code & (对比Monte-Carlo与TD算法)【Code 3. MonteCarlo】
This note records how the author begin to learn RL. Both theoretical understanding and code practice are presented. Many material are referenced s…