其他分享
首页 > 其他分享> > HTB-Emdee five for life

HTB-Emdee five for life

作者:互联网

一开始扫了一下端口,发现了30951端口,浏览器打开后没有什么特别的,然后就按照题目提示写了,跟以前做的一个叫秋名山神的题目很像,就拿python跑了一个

lao@laolao:~$ sudo nmap -sS -Pn -A 188.166.173.208
Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower.
Starting Nmap 7.91 ( https://nmap.org ) at 2021-08-16 23:48 CST
Nmap scan report for 188.166.173.208
Host is up (0.28s latency).
Not shown: 908 filtered ports, 91 closed ports
PORT      STATE SERVICE VERSION
30951/tcp open  http    Apache httpd 2.4.41 ((Ubuntu))
|_http-title: HTB Academy
Aggressive OS guesses: Linux 2.6.32 or 3.10 (90%), Synology DiskStation Manager 5.1 (89%), Linux 3.10 (89%), Linux 2.6.35 (89%), Linux 4.9 (89%), Linux 2.6.32 (89%), Linux 2.6.39 (89%), Linux 3.10 - 3.12 (89%), Linux 3.4 (89%), Linux 4.4 (89%)

脚本如下,好久没写了,有点手生,修修补补了蛮久的,中间注释掉的是多线程,开了10个线程跑,然后网站就崩了?后来发现不用多线程也行

标签:__,life,Emdee,five,89%,Linux,print,import,2.6
来源: https://www.cnblogs.com/chrysanthemum/p/15150632.html