Skip to content

Commit

Permalink
More malware words
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Apr 30, 2024
1 parent 67a1bd0 commit 8c23ee4
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 @@ -43,7 +43,7 @@ def linkify
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).any? { |i| !!(self =~ /#{i}/i) }
unl0ck3r h4ck m0ney 0day exploit expl0it skinchanger skin-changer swapper).any? { |i| !!(self =~ /#{i}/i) }
end

def near_match? other, threshold=0.8
Expand Down

0 comments on commit 8c23ee4

Please sign in to comment.