#band

SPAG Issue 54

eZine's profile picture
Published in 
 · 9 months ago
... d don't think I saw a single one repeat. Jeremy: After writing Violet, I discovered the interactive fiction MUD. On it, there is a channel called #band-name. Every so often when people are chatting somebody will say some deliciously quirky phrase and somebody else will post it to #band-name. Maybe if there is a polyamorous MUD somewhere they have a channel called #pet-name that is the same thing with endearments. I kept a list of petnames and every so often a new phrase would come up, usually when talking with My Aforementioned Australian Friend. Believe it or not, I was actually picky about which names from the list were ultimately included. ...

MTZ: Puertos en UNIX

eZine's profile picture
Published in 
 · 2 years ago
... 0; target = 0; filter portscan ip () { if (tcp.is) { # buscar ACK, RST¥s y, si tiene el mismo origen, contar # solo uno if (byte(ip.blob, 13) == 20 ) #bandera definida como ACK, RST { count = count + 1; source = ip.dest; target = ip.source; port = tcp.sport; time = system.time; } } on tick = timeout ( sec: maxtime, repeat ) call checkcount; } func checkount { if (count >>= maxcount) { echo ("Port scan Georgie?, Time: ", time, "\n") ; record system.time, source, target, port to the_recorder_portscan; count = 0; } else count = 0; } the_recorder_portscan=recorder("bin/histogram packages/sandbox/portscan.cfg", port_schema"); -------- ...
loading
Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT