11 lines
256 B
Python
11 lines
256 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
import navigate_vuln.navigate_Unauthenticated_Remote_Code_Execution_CVE_2018_17553
|
||
|
|
|
||
|
|
|
||
|
|
def exec(URL):
|
||
|
|
navigate_vuln.navigate_Unauthenticated_Remote_Code_Execution_CVE_2018_17553.attack(URL)
|
||
|
|
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
exec()
|