文件名称:madness-write-up:疯狂写
文件大小:22KB
文件格式:ZIP
更新时间:2024-04-14 06:31:27
疯狂写 这是tryhackme机器“疯狂”的写照 首先部署机器,并确保您已连接到VPN 第一步是枚举查找尽可能多的有关目标的信息,我将使用此命令“ nmap -p- -A -sC -vv -oN full_ports” -p- -> the option is used to scan all ports, the default is to scan only the top 1000 ports but this flag will scan all 65535 ports -A -> flag enables os detection, version detection and script scanning -sC -> to scan with default NSE scripts. Considered useful for discovery and safe -v
【文件预览】:
madness-write-up-main
----stego.jpeg(29KB)
----README.md(5KB)