mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 15:05:00 +00:00
Update server.py
This commit is contained in:
parent
c089a8e099
commit
670cd3c7e6
|
@ -512,10 +512,10 @@ class Extension():
|
||||||
self.method = ""
|
self.method = ""
|
||||||
|
|
||||||
def test(self, filtered, data, webserver, port, scheme, method, url):
|
def test(self, filtered, data, webserver, port, scheme, method, url):
|
||||||
print ("[*] Not implemented")
|
raise NotImplementedError
|
||||||
|
|
||||||
def dispatch(self, type, id, params, conn = None):
|
def dispatch(self, type, id, params, conn = None):
|
||||||
print ("[*] Not implemented")
|
raise NotImplementedError
|
||||||
|
|
||||||
if __name__== "__main__":
|
if __name__== "__main__":
|
||||||
# initalization
|
# initalization
|
||||||
|
|
Loading…
Reference in New Issue
Block a user