Y
Hacker News
new
|
ask
|
show
|
jobs
by
derimagia
2493 days ago
Malicious users would just change their code slightly to get past it. Use a different service than pastebin, or just obfuscating it more.
1 comments
gotts
2493 days ago
After thinking about.. I think you must be right. Malware detection is not an easy task especially because of Ruby's dynamic nature.
Even simple open(), sleep(), eval() could be easily obfuscated.
link
Even simple open(), sleep(), eval() could be easily obfuscated.