This file is indexed.

/usr/share/honeyd/scripts/snmp/README is in honeyd-common 1.5c-8ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
INTRO
====
This is a module for Honeyd...
Its purpose is to provide fake but realistic SNMP answers to snmpget and snmpwalk requests.

HOWTO
=====
Quite simple indeed.

1. Add the following line in your honeyd configuration file :  
   add host udp port 161 "/full/path/to/fake-snmp.pl (community ...)"
   several communities can be specified (space separated). if no community is defined the system will answer to "public" and "private"

2. Buid the specific configuration files with the command :
   buildSNMPConfig.pl /full/path/to/honeyd_configuration_file
   answer the questions

3. change dirs in fake-snmp.pl

TODO
====
1. Improve stability
2. Improve customizability (open ports, uptime etc.)
3. Manage SET requests
4. Learn PERL

WHO
===
The FrenchHoneynetProjet - http://www.frenchhoneynet.org
Renaud Bidou - renaud.bidou@iv2-technologies.com