inetsim

suite for simulating common internet services

WWW CVSWeb GITHub
  1. Package version
    inetsim-1.3.2p0
  2. Maintainer
    Jasper Lievisse Adriaanse

INetSim is a software suite for simulating common internet services in a
lab environment, e.g. for analyzing the network behaviour of unknown
malware samples.

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

Semaphores
==========

The default number of semaphore identifiers should be increased to at least 20:

sysctl kern.seminfo.semmni=20

Otherwise inetsim will fail at startup with the following error:
"Could not create semaphore set: No space left on device"

Response data
=============

Certain services may be configured to reply with actual response data. A set of
example data has been installed into ${PREFIX}/share/examples/inetsim/data/ .
Depending on the services which are simulated these can be copied over to
/var/db/inetsim/data/ .

  • devel/p5-IPC-Shareable
  • security/p5-IO-Socket-SSL
  • net/p5-Net-DNS
  • devel/p5-Net-Server