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
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 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 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 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 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 |