From ee5ab9a5fd53dabe44ca551e00a001954d23532c Mon Sep 17 00:00:00 2001 From: lgandx Date: Thu, 4 Jan 2024 19:04:15 -0300 Subject: [PATCH] default -> py3 --- DumpHash.py | 2 +- Report.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DumpHash.py b/DumpHash.py index 6ce39db..daf0382 100755 --- a/DumpHash.py +++ b/DumpHash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com diff --git a/Report.py b/Report.py index a05e6e7..ff09e16 100755 --- a/Report.py +++ b/Report.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com