View gist:328892692ac5a90564fbcd76e7aa40eb
This file contains 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
https://bitwarden.joph-auth.com | |
https://passwords.minifyx.de | |
https://passwords.mscripps.com/ | |
https://bitwarden.asgardian.co.uk/ | |
https://vault.passwordspace.com/ | |
http://bitwarden.deluxe-services.xyz | |
https://pw.security-vault.de/ | |
https://safe.nickf.de/ | |
http://bitwarden.cdr-services.com/ | |
http://safe.in.kremer-pigmente.de/ |
View Toot all the world
This file contains 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
/* Toot */ | |
.compose-form__publish-button-wrapper > .button.button--block { | |
font-size: 0 !important; | |
} | |
.compose-form__publish-button-wrapper > .button.button--block::after { | |
content: "Toot!"; | |
text-transform: none; | |
font-size: 15px; | |
position: relative; |
View DNSBench.ini
This file contains 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
192.168.0.1 Non-routable local internet address | |
1.0.0.1 one.one.one.one | |
1.1.1.1 one.one.one.one | |
8.8.4.4 dns.google | |
8.8.8.8 dns.google | |
9.9.9.9 dns9.quad9.net | |
9.9.9.11 dns11.quad9.net | |
45.90.28.100 dns1.nextdns.io | |
45.90.30.100 dns2.nextdns.io | |
94.140.14.140 dns-unfiltered.adguard.com |
View abuseIP.php
This file contains 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/local/bin/php | |
<?php | |
// Credits | |
// https://www.webniraj.com/2019/03/12/auto-reporting-lfd-block-reports-to-abuse-ip-db-v2/ | |
// AbuseIPDB API v2 Key | |
$api_key = 'xxx'; | |
// AbuseIPDB API v2 Endpoint |
View gist:351c005c3356d8e8eeee5ba803b10d08
This file contains 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
rpm -Uvh --force http://mirror.centos.org/centos-7/7/os/x86_64/Packages/centos-release-7-8.2003.0.el7.centos.x86_64.rpm | |
yum clean all | |
yum update -y |
View mailhelo
This file contains 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
*: PTR.DO.IP | |
NOTA: PTR corresponde ao hostname do IP basicamente. Deve criar algo e configurar um domínio para tal. Por exemplo - mailserver.dominio.com | |
O PTR pode ser alterado na empresa onde comprou o IP. |
View disable-bing-search.reg
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] | |
"CortanaConsent"=dword:00000000 | |
"BingSearchEnabled"=dword:00000000 | |
View gist:e36851f33da0a2586a416f70d7afd84e
This file contains 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
#Force www | |
RewriteEngine on | |
RewriteCond %{HTTP_HOST} ^example.com [NC] | |
RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301,NC] |
View gist:92280af1f32a71c285c8fe50b3bbddf9
This file contains 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
# CONFIGURAR UTILIZAÇÃO DO HTTPS | |
RewriteEngine On | |
RewriteCond %{SERVER_PORT} 80 | |
RewriteRule ^(.*)$ https://dominiodosite.pt/$1 [R,L] |
View adware websites
This file contains 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
- keepass.fr | |
- 7zip.fr | |
- inkscape.fr | |
- gparted.fr | |
- clonezilla.fr | |
- paintnet.fr | |
- greenshot.fr | |
- scribus.fr | |
- audacity.es | |
- stellarium.fr |
NewerOlder