14 lines
206 B
Python
14 lines
206 B
Python
# -*- coding: utf-8 -*-
|
|
import os
|
|
import kindeditor.kindeditor_under_4_1_5_fileupload
|
|
|
|
|
|
def exec(URL):
|
|
kindeditor.kindeditor_under_4_1_5_fileupload.attack(URL)
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
exec()
|