Files
vulnerability-list/kindeditor/Main_kindeditor.py

14 lines
206 B
Python
Raw Permalink Normal View History

# -*- 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()