From 4c877f3a081ff657b0b01c570262ecbfcc65a1ce Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Sat, 6 Jun 2020 00:00:37 -0400 Subject: [PATCH] Shortened line in enumerate. Nothing big... --- pwncat/commands/enumerate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwncat/commands/enumerate.py b/pwncat/commands/enumerate.py index ae66f01..a8a0230 100644 --- a/pwncat/commands/enumerate.py +++ b/pwncat/commands/enumerate.py @@ -321,7 +321,7 @@ class Command(CommandDefinition): ] util.progress("enumerating report_data") - for fact in pwncat.victim.enumerate.iter(): + for fact in pwncat.victim.enumerate(): util.progress(f"enumerating report_data: {fact.data}") if fact.type in ignore_types: continue