2018-10-30 21:49:52 +08:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
import fckeditor.fckeditor_version
|
|
|
|
|
import fckeditor.fckeditor_dangerfile
|
2018-11-05 21:41:25 +08:00
|
|
|
import fckeditor.fckeditor_getshell
|
2018-10-30 21:49:52 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
def exec(URL):
|
|
|
|
|
fckeditor.fckeditor_version.attack(URL)
|
|
|
|
|
fckeditor.fckeditor_dangerfile.attack(URL)
|
2018-11-05 21:41:25 +08:00
|
|
|
fckeditor.fckeditor_getshell.attack(URL)
|
2018-10-30 21:49:52 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
|
exec()
|