DataSoft / Honeyd

virtual honeypots
GNU General Public License v2.0
348 stars 101 forks source link

Honeyd Segfault #48

Closed PherricOxide closed 11 years ago

PherricOxide commented 11 years ago
Thread [1] 25846 [core: 0] (Suspended : Signal : SIGSEGV:Segmentation fault)    
    eth_send() at 0xb7f75f6c    
    _bcast() at dhcpclient.c:598 0x80826f0  
    _dhcp_getconf() at dhcpclient.c:223 0x808189a   
    dhcp_send_discover() at dhcpclient.c:189 0x8081763  
    main() at honeyd.c:3,607 0x8053c72  

Configuration file,

create default
set default default tcp action filtered
set default default udp action filtered
set default default icmp action filtered
set default personality "Linux 3.0"
set default ethernet "Dell"
set default droprate in 0

clone CustomNodeProfile-0 default
set CustomNodeProfile-0 default tcp action closed
set CustomNodeProfile-0 default udp action closed
set CustomNodeProfile-0 default icmp action open
add CustomNodeProfile-0 tcp port 21 open
add CustomNodeProfile-0 tcp port 79 open
add CustomNodeProfile-0 tcp port 80 open
add CustomNodeProfile-0 tcp port 515 open
add CustomNodeProfile-0 tcp port 631 open
add CustomNodeProfile-0 tcp port 5001 open
add CustomNodeProfile-0 tcp port 9000 open
add CustomNodeProfile-0 tcp port 9100 open
add CustomNodeProfile-0 tcp port 9200 open
add CustomNodeProfile-0 tcp port 9500 open
add CustomNodeProfile-0 tcp port 10000 open
set CustomNodeProfile-0 personality "Lexmark T522 or E332n printer"
set CustomNodeProfile-0 ethernet "Lexmark International"
dhcp CustomNodeProfile-0 on eth3 ethernet "00:04:00:44:83:ed"
PherricOxide commented 11 years ago

Bug seems to have vanished during a rebuild. Chalking it up to linking to old files or the start aligning a certain way.