Skip to content

Commit

Permalink
More malware words
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Nov 18, 2024
1 parent 01457ea commit 960cb61
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 @@ -45,7 +45,7 @@ def malware?
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 cryptobot wallet autoclicker clicker
crypto blockchain free download testnet).any? { |i| !!(self =~ /#{i}/i) }
crypto blockchain free download testnet keygen airdrop autotrade).any? { |i| !!(self =~ /#{i}/i) }
end

def near_match? other, threshold=0.8
Expand Down

0 comments on commit 960cb61

Please sign in to comment.