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

[!] Error: Service scan OneSixtyOne

tieupham267 opened this issue · comments

I'm getting errors when scanning the Hack the box: Conceal.

Error details:
[!] Error: Service scan OneSixtyOne (udp/161/snmp/onesixtyone) running against 10.10.10.116 produced an exception:

File "/root/.config/AutoRecon/plugins/onesixtyone.py", line 18, in run
await service.execute('onesixtyone -c ' + service.get_option('community-strings') + ' -dd 10.10.10.116 2>&1', outfile='udp_161_snmp_onesixtyone.txt')
AttributeError: 'Service' object has no attribute 'get_option'

Thanks! That was a simple typo.