From 8a68b88ebdd7b1188e49a370811458df2518f78f Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Wed, 8 May 2019 16:24:10 +0200 Subject: [PATCH 1/3] python2 --- cachedump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachedump.py b/cachedump.py index a05ae88..c4cbcad 100755 --- a/cachedump.py +++ b/cachedump.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This file is part of creddump. # From f09eb5c278ecd31173bc9691b03235a7f07bbb65 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Wed, 8 May 2019 16:24:42 +0200 Subject: [PATCH 2/3] Update lsadump.py --- lsadump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsadump.py b/lsadump.py index ca7c883..100681a 100755 --- a/lsadump.py +++ b/lsadump.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This file is part of creddump. # From 831fa2137f0c5fb567cf245245fd6fe70607ac87 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Wed, 8 May 2019 16:25:11 +0200 Subject: [PATCH 3/3] python2 --- pwdump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwdump.py b/pwdump.py index 1bbdf0e..3adf014 100755 --- a/pwdump.py +++ b/pwdump.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This file is part of creddump. #