Skip to content

Commit 01457ea

Browse files
committed
Add a few more malware words
1 parent d1a9e73 commit 01457ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/core_ext/string.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def malware?
4444
%w(cheat ch3at 0ptions sk1n hack spoof sp00f spoofer sp00f3r aimbot godlike
4545
g0dlike d4rk s1d3 roblox r0blox r0bl0x crack cracked scr1pt ap3x unl0cker
4646
unl0ck3r h4ck m0ney 0day exploit expl0it skinchanger skin-changer swapper
47-
stealer keylogger miner crypto-bot cryptobot wallet autoclicker clicker).any? { |i| !!(self =~ /#{i}/i) }
47+
stealer keylogger miner crypto-bot cryptobot wallet autoclicker clicker
48+
crypto blockchain free download testnet).any? { |i| !!(self =~ /#{i}/i) }
4849
end
4950

5051
def near_match? other, threshold=0.8

0 commit comments

Comments
 (0)