if main app.py client

This commit is contained in:
vSpaike 2025-01-14 11:29:56 +01:00
parent d416b9670c
commit e03b4ce473

View file

@ -20,4 +20,7 @@ def attaque():
GET / HTTP/1.1
Host: example.com
'''
'''
if __name__=="__main__":
attaque()