资源以及wp
官方视频:
https://www.youtube.com/watch?v=LMCKbR_wWds
大佬:
渗透测试学习日记之第一天:Meow_哔哩哔哩_bilibili
下载vpn并连接
下载好
复制到kali
sudo openvpn starting_point_yx.ovpn
连接
看到框框说明连接成功
查看ip地址(主机地址/本地地址/创建的地址)
┌──(kali㉿kali)-[~/Desktop]
└─$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.164.128 netmask 255.255.255.0 broadcast 192.168.164.255
inet6 fe80::ccfa:c618:7e6b:6116 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:84:59:63 txqueuelen 1000 (Ethernet)
RX packets 699 bytes 128651 (125.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 758 bytes 137407 (134.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 4 bytes 240 (240.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4 bytes 240 (240.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.10.15.249 netmask 255.255.254.0 destination 10.10.15.249
inet6 fe80::47be:dc2b:ea79:a4ca prefixlen 64 scopeid 0x20<link>
inet6 dead:beef:2::11f7 prefixlen 64 scopeid 0x0<global>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC)
RX packets 625 bytes 52500 (51.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 660 bytes 55152 (53.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
测试连接
ping xxx_ip
#出现速度即成功连接
任务一:VM缩写virtual machine
任务二 终端作用
任务三 连接vpn
任务四 测试连接以及网速
ping(测试网速)
任务五 nmap扫描端口
扫描端口(nmap xxx_ip)
nmap 10.129.224.26
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-06-17 10:23 EDT
Stats: 0:01:50 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan
Connect Scan Timing: About 67.31% done; ETC: 10:26 (0:00:52 remaining)
Stats: 0:01:53 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan
Connect Scan Timing: About 68.03% done; ETC: 10:26 (0:00:52 remaining)
Stats: 0:03:18 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan
Connect Scan Timing: About 91.29% done; ETC: 10:27 (0:00:19 remaining)
Nmap scan report for 10.129.224.26
Host is up (0.29s latency).
Not shown: 999 closed tcp ports (conn-refused)
PORT STATE SERVICE
23/tcp open telnet
任务六 telnet服务
任务七 root(linux最高权限)
任务八 ls -al(查看目录下有那些文件)
b40abdfe23665f766f9c61ecba8a4c19
哈哈哈,终于完成一个机器了,爽。
标签:00,errors,HTB,--,bytes,RX,overruns,Connect,pwned From: https://blog.csdn.net/2301_80284843/article/details/139806749