summaryrefslogtreecommitdiff
path: root/Resurrect/resurrect.py
diff options
context:
space:
mode:
Diffstat (limited to 'Resurrect/resurrect.py')
-rw-r--r--Resurrect/resurrect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resurrect/resurrect.py b/Resurrect/resurrect.py
index b788fc0..ab2cdeb 100644
--- a/Resurrect/resurrect.py
+++ b/Resurrect/resurrect.py
@@ -96,7 +96,7 @@ def find_deleted_objects(args):
sam = attrs.get('sAMAccountName')
objectclass = attrs.get('objectClass')[3]
data = [[sam, guid, ou, objectclass]]
- headers = ['username', 'GUID', 'OU', 'objectClass', 'DN']
+ headers = ['username', 'GUID', 'OU', 'objectClass']
print(tabulate(data, headers=headers, tablefmt='grid'))
except Exception as e:
print("[-] An error has occured", e)