https://github.com/droe/sctp-services
Mock SCTP network services for testing port scanners and clients
https://github.com/droe/sctp-services
sctp
Last synced: over 1 year ago
JSON representation
Mock SCTP network services for testing port scanners and clients
- Host: GitHub
- URL: https://github.com/droe/sctp-services
- Owner: droe
- License: bsd-2-clause
- Created: 2018-02-22T20:11:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T20:34:36.000Z (over 8 years ago)
- Last Synced: 2025-01-31T15:44:43.510Z (over 1 year ago)
- Topics: sctp
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
These dummy SCTP services are designed to be run using daemon(1), for example
through /etc/rc.local, as was done on scanme.roe.ch:
/usr/sbin/daemon -c -f -p /var/run/sctp-httpd.pid /usr/local/sbin/sctp-httpd
/usr/sbin/daemon -c -f -p /var/run/sctp-smtpd.pid /usr/local/sbin/sctp-smtpd
/usr/sbin/daemon -c -f -p /var/run/sctp-echod.pid /usr/local/sbin/sctp-echod
/usr/sbin/daemon -c -f -p /var/run/sctp-discardd.pid /usr/local/sbin/sctp-discardd
Both /etc/rc.local and daemon(1) are BSD specific. If anyone on e.g. Linux
is interested, adding some portable code to detach from tty and write a pid
file is simple and I'll happily do that if it would be useful to someone.
-- Daniel Roethlisberger , 2011-05-09
This code was originally published only in a private repository for Nmap
developers, but given that this code could be useful beyond Nmap I decided to
make it public under dual BSD-license and original Nmap licensing terms.
-- Daniel Roethlisberger , 2018-02-22