From e16180824f56f40b4cd0a3964161621d59a6c633 Mon Sep 17 00:00:00 2001 From: abhishekkafle-crypto <72187543+abhishekkafle-crypto@users.noreply.github.com> Date: Wed, 13 Oct 2021 23:44:08 +0545 Subject: [PATCH] Update PyCodeInjectionApp.py --- VulnApp/PyCodeInjectionApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VulnApp/PyCodeInjectionApp.py b/VulnApp/PyCodeInjectionApp.py index 25b88d9..ef05873 100644 --- a/VulnApp/PyCodeInjectionApp.py +++ b/VulnApp/PyCodeInjectionApp.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Authors: Seth Art (sethsec@gmail.com, @sethsec), Charlie Worrell (@decidedlygray, https://keybase.io/decidedlygray)