From 1dbbc4c7971ef0a22b33c9b8e5729a49570ef6c5 Mon Sep 17 00:00:00 2001 From: Jerod Santo Date: Mon, 17 Jun 2024 09:17:54 -0500 Subject: [PATCH] More malware words --- lib/core_ext/string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core_ext/string.rb b/lib/core_ext/string.rb index 2c39d5a..c9e57ba 100644 --- a/lib/core_ext/string.rb +++ b/lib/core_ext/string.rb @@ -44,7 +44,7 @@ def malware? %w(cheat ch3at 0ptions sk1n hack spoof sp00f spoofer sp00f3r aimbot godlike g0dlike d4rk s1d3 roblox r0blox r0bl0x crack cracked scr1pt ap3x unl0cker unl0ck3r h4ck m0ney 0day exploit expl0it skinchanger skin-changer swapper - stealer keylogger miner crypto-bot).any? { |i| !!(self =~ /#{i}/i) } + stealer keylogger miner crypto-bot cryptobot wallet).any? { |i| !!(self =~ /#{i}/i) } end def near_match? other, threshold=0.8