diff --git a/client/main.py b/client/main.py index 7410200..1ab4f73 100644 --- a/client/main.py +++ b/client/main.py @@ -20,4 +20,7 @@ def attaque(): GET / HTTP/1.1 Host: example.com -''' \ No newline at end of file +''' + +if __name__=="__main__": + attaque()