I hereby claim:
- I am Creased on github.
- I am creased (https://keybase.io/creased) on keybase.
- I have a public key whose fingerprint is 327D BAD6 978E E6BF 2812 1328 5802 D817 860B 5424
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # Written by: | |
| # Baptiste MOINE <[email protected]> | |
| # | |
| function print() { | |
| if (( $# == 1 )); then | |
| str=${1} | |
| printf "%b" "${str}\n" >&3 |
I hereby claim:
To claim this, I am signing this object:
| # Nmap OS Fingerprint List. -*- mode: fundamental; -*- | |
| # $Id: nmap.prints,v 1.7 2005/09/24 22:49:05 provos Exp $ | |
| # | |
| # Contributions to this database are welcome. If Nmap obtains a new | |
| # fingerprint (and test conditions are favorable), it will print out a | |
| # URL you can use to submit the fingerprint. If Nmap guesses wrong, | |
| # please send the full Nmap output and the exact destination host OS | |
| # name and version to [email protected] . Thanks! | |
| # | |
| # By submitting fingerprints you are transfering any and all copyright |
| #!/bin/sh -e | |
| # | |
| ### BEGIN INIT INFO | |
| # Provides: honeyd | |
| # Required-Start: | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Service to simulate hosts and networks | |
| # Description: Daemon that provides a way to fully simulate |