From c8efdadcc339496ff822a66118147fec77f02d47 Mon Sep 17 00:00:00 2001 From: DIVYANSHU SHUKLA <86191568+justmorpheus@users.noreply.github.com> Date: Mon, 19 Dec 2022 00:04:19 +0530 Subject: [PATCH 1/2] Update server.py --- server.py | 4 ++++ 1 file changed, 4 insertions(+) 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']) From 5d486d39193351d51f3304d34892079f523e3d14 Mon Sep 17 00:00:00 2001 From: DIVYANSHU SHUKLA <86191568+justmorpheus@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:42:10 +0530 Subject: [PATCH 2/2] Update setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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