diff --git a/server.py b/server.py index 210c884..7770ea4 100644 --- a/server.py +++ b/server.py @@ -1,5 +1,9 @@ from websocket_server import WebsocketServer +#IN CASE OF BOTO3 - FOR PRIVESC -2 +#access_key = "AKIAR5ZYVNEQ6BJ2JYCN" +#iam_role = "pv2-securitydojo" + # Called for every client connecting (after handshake) def new_client(client, server): print("New client connected and was given id %d" % client['id']) diff --git a/setup.py b/setup.py index 684b88d..86c33c0 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,9 @@ import subprocess import shlex +#access_key = "AKIAR5ZYVNEQYQWLKNFO" +#secret_key = "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" + try: from setuptools import setup, find_packages from setuptools.command.install import install