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)