10 lines
119 B
Python
10 lines
119 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
import ipq.ipq
|
||
|
|
|
||
|
|
def exec(URL):
|
||
|
|
ipq.ipq.attack(URL)
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
exec()
|