C
C#2y ago
turtlesx

❔ Is it possible to scan for viruses/abnormal text in .txt using c#?

I have tried to research if it possible but couldnt find any
20 Replies
ero
ero2y ago
A text file can't exactly contain a virus
turtlesx
turtlesxOP2y ago
oh how about scanning for abnormal text in the file
ero
ero2y ago
What do you consider "abnormal"?
turtlesx
turtlesxOP2y ago
smth like jumble up words and number d41d8cd98f0d
ero
ero2y ago
What makes that abnormal? What if that's a GUID? What if it's a hash?
MODiX
MODiX2y ago
Ero#1111
REPL Result: Success
Guid.NewGuid()
Guid.NewGuid()
Result: Guid
07303173-bbe1-4467-bf5b-c237be3bec07
07303173-bbe1-4467-bf5b-c237be3bec07
Compile: 377.411ms | Execution: 28.954ms | React with ❌ to remove this embed.
turtlesx
turtlesxOP2y ago
if not is there any way to scan the txt file
ero
ero2y ago
Scan it for what? You need to have a clear goal
turtlesx
turtlesxOP2y ago
like random hashes that is not suppose to be in the file as it is a text file
ero
ero2y ago
Why not? I can store anything i want in a text file, no?
turtlesx
turtlesxOP2y ago
true
ero
ero2y ago
If i choose to store "d41d8cd98f0d" in a file, because that has some significance to me, then i will do that
turtlesx
turtlesxOP2y ago
but what if you dont want that like in a text from an email
ero
ero2y ago
an email can contain keys like that as well. perhaps for verifying timestamps so basically, what you wanna try and do is check whether a text has only english words, or something?
turtlesx
turtlesxOP2y ago
yes
ero
ero2y ago
that's both not easy (as in, incredibly difficult, actually), and perhaps not even possible
turtlesx
turtlesxOP2y ago
man sry for not explaining it well nvr struck my mind
ero
ero2y ago
if we're talking emails: a person's name doesn't need to be an english word if the person is foreign, for example
turtlesx
turtlesxOP2y ago
just ignore, isolate and delete the file
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server