Tib3rius / AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enum4linux error

Shak3 opened this issue · comments

commented

File "/home/kali/.config/AutoRecon/plugins/enum4linux.py", line 29, in run
if self.tool is not None:
AttributeError: 'Enum4Linux' object has no attribute 'tool'

Getting this error on a new setup, wasn't getting it on my old vm prior to wiping it.

commented

I changed self.tool to self.get_options on lines 29,30, and 32 and that fixed it.

Thanks, have updated the plugin.