View Issue Details

IDProjectCategoryView StatusLast Update
0000756Kali LinuxGeneral Bugpublic2013-12-07 15:45
Reporterxm Assigned Tomuts  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Platformx64OSKaliOS Version1.0
Product Version1.0.5 
Fixed in Version1.0.6 
Summary0000756: Tool: Responder 1.9-0kali1 fails to execute when defining an interface
Description

The new update to Responder "1.9-0kali1" has recently caused the following error when attempting to execute with the following message:

Traceback (most recent call last):
File "/usr/bin/responder", line 55, in <module>
BIND_TO_Interface = config.get('Responder Core', 'Bind_to')
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'Responder Core'

Steps To Reproduce

root@kali-linux:~# responder -i 192.168.1.2
Traceback (most recent call last):
File "/usr/bin/responder", line 55, in <module>
BIND_TO_Interface = config.get('Responder Core', 'Bind_to')
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'Responder Core'

Activities

muts

muts

2013-12-07 15:45

reporter   ~0001175

Added missing Responder.conf file. Fixed in 1.9-0kali2

Issue History

Date Modified Username Field Change
2013-12-07 15:43 xm New Issue
2013-12-07 15:45 muts Note Added: 0001175
2013-12-07 15:45 muts Status new => closed
2013-12-07 15:45 muts Assigned To => muts
2013-12-07 15:45 muts Resolution open => fixed
2013-12-07 15:45 muts Fixed in Version => 1.0.6
2013-12-07 15:45 muts Status closed => resolved