Skip to content

Commit

Permalink
More malware words
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Jun 17, 2024
1 parent 9f70844 commit 1dbbc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core_ext/string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dbbc4c

Please sign in to comment.