This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import os, sys | |
| import time | |
| #import requests | |
| import socket | |
| from bs4 import BeautifulSoup | |
| print("") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- | |
| -- le code ci-dessous a a été fortement amélioré par un effor collaboratif sur | |
| -- https://github.com/jeantil/admission_post_bac | |
| -- Pull requests, issues et contributions wiki sont les bienvenues. | |
| -- Une partie du code a été rétro analysé a partir de diverses sources cf https://github.com/jeantil/admission_post_bac/wiki | |
| -- | |
| FUNCTION gen class alea V1 relatif grp( | |
| o_g_ea_cod_ins IN VARCHAR2, | |
| o_g_ti_cod IN NUMBER, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os,hashlib,time,base64 | |
| monitor=[ | |
| {'path':'E:\Dropbox\SVL\Projects\AdvancedFIM_GatherFiles','recursive':True}, | |
| {'path':'E:\Dropbox\SVL\Projects','recursive':False}, | |
| {'path':'E:\Dropbox\SVL\Projects\BasicFIM\BasicFIM.py','recursive':False} | |
| ] | |
| files={} | |
| def getFiles(): | |
| filesList=[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Script iptables by olto | |
| # Réinitialisation | |
| iptables -F | |
| echo - Réinitialisation... : [OK] | |
| # Suppression des chaînes utilisateurs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def insultgen(): | |
| from random import randrange | |
| list1 = ['lazy','stupid','insecure','idiotic','slimy','slutty', | |
| 'smelly','pompous','communist','dicknose','pie-eating', | |
| 'racist','elitist','white trash','drug-loving','butterface', | |
| 'tone deaf','ugly','creepy'] | |
| list2 = ['douche','ass','turd','rectum','butt','cock','shit', | |
| 'crotch','bitch','turd','prick','slut','taint','fuck', | |
| 'dick','boner','shart','nut','sphincter'] | |
| list3 = ['pilot','canoe','captain','pirate','hammer','knob','box','jockey', |