msf利用ms17_010
┌─[✗]─[root@parrot]─[/home/jiang/Desktop] └──╼ #msfconsole ______________________________________________________________________________ |
┌─[✗]─[root@parrot]─[/home/jiang/Desktop] └──╼ #msfconsole ______________________________________________________________________________ |
Hackthebox学院(黑客盒子学院)https://referral.hackthebox.com/mz3DDJmTryHackmehttps://tryhackme.com/signup?referrer=649c2abdba104a0056984c44
import pymysql import time import matplotlib.pyplot as plt import matplotlib from matplotlib.font_manager import FontProperties # 指定字体,例如微软雅黑 font = FontProperties(fname=r'C:\Windows\Fonts\msyh.ttc',
diskpart list disk select disk n list partition select partition n format fs=ntfs
diskpart 进入disk part list disk 查看所有磁盘,与磁盘信息 select disk n 选择n磁盘 create partition extended size = n 创建扩展分区,大小为 n MB