Skip to content

Instantly share code, notes, and snippets.

<?php
/*
+---------------------------------------------------------------------------
| PHP-IRC v2.2.3 Service Release
| ========================================================
| by Manick
| (c) 2001-2005 by http://www.phpbots.org/
| Contact: manick@manekian.com
| irc: #manekian@irc.rizon.net
package main
import (
"fmt"
"log"
"net"
"strings"
"time"
"github.com/tatsushid/go-fastping"
<?php
class socketexample_mod extends module
{
public $title = "Socketexample";
public $author = "g2x3k";
public $version = "1.0";
private $delay = 0;
@PixiBixi
PixiBixi / iOS Commandes.md
Last active August 20, 2016 11:43
Commandes iOS

C O M M A N D E S -- C I S C O

IOS - Internetwork Operating System

IOS est un système d'exploitation propriétaire à CISCO, il offre une CLI (Command Line Interface). EXEC est le programme d'exécution des commandes entrées dans la CLI.

Connexion console

Vitesse: 9600 bauds Bits de données: 8

@PixiBixi
PixiBixi / Antho.sql
Created June 19, 2016 16:24
Antho.sql
CREATE TABLE ACHETER_NOURRITURE(
IdRefCommande INTEGER NOT NULL REFERENCES COMMANDES,
IdRefConsommable INTEGER NOT NULL REFERENCES CONSOMMABLES,
QteConsoAchetee FLOAT NOT NULL
);
@PixiBixi
PixiBixi / Sublime Text 3 Build 3103 License Key - CRACK
Last active April 17, 2016 19:49
Sublime Text 3 Build 3103 License Key - CRACK
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
B085E65E 2F5F5360 8489D422 FB8FC1AA
93F6323C FD7F7544 3F39C318 D95E6480
FCCC7561 8A4A1741 68FA4223 ADCEDE07
@PixiBixi
PixiBixi / OpenSSL.md
Last active May 6, 2017 15:23
Génération de SSL

Pour générer ses certificats auto-signés d'une manière propre

Créer la clé privé RSA

openssl genrsa -out $ndd.$tld.key 4096

Générer l'autorité

openssl req -new -sha256 -key $ndd.$tld.key -out $ndd.$tld.csr