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/env bash | |
| white_bg=$(tput setab 15) | |
| grey=$(tput setaf 8) | |
| black=$(tput setaf 0) | |
| red=$(tput setaf 1) | |
| bold=$(tput bold) | |
| reset=$(tput sgr0) | |
| generate_deck() { |
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
| require 'bindata' | |
| require 'benchmark' | |
| require 'win32/registry' | |
| require 'io/console' | |
| class GGPK | |
| class UTF16String < BinData::String | |
| def snapshot | |
| super.force_encoding('UTF-16LE') | |
| end |
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/env bash | |
| lists=( | |
| 'cad_servers.txt|https://hosts-file.net/.%5Cad_servers.txt' | |
| 'justdomains.txt|http://mirror1.malwaredomains.com/files/justdomains' | |
| 'immortal_domains.txt|http://mirror1.malwaredomains.com/files/immortal_domains.txt' | |
| 'yous.txt|https://raw.githubusercontent.com/yous/YousList/master/hosts.txt' | |
| 'RW_DOMBL.txt|https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt' | |
| 'mdlcsv.txt|http://www.malwaredomainlist.com/hostslist/hosts.txt' | |
| 'main-blacklist.txt|https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt' |
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/env bash | |
| #HOST=192.168.1.64:8080 | |
| HOST=192.168.1.70:8080 | |
| msg() { | |
| MESSAGE="Starting in 5 minutes" | |
| case "$1" in | |
| redsox) |
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/env bash | |
| # array=$(pacman -Ql coreutils \ | |
| # |grep '/usr/bin' \ | |
| # |cut -f2 -d' ' \ | |
| # |tail -n +3) | |
| array=( | |
| /usr/bin/base64 | |
| /usr/bin/basename |
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
| NAME abbout | |
| CMD about | |
| NAME abotu | |
| CMD about | |
| NAME abouta | |
| CMD about a | |
| NAME aboutit |