Is Wadsmoosh really a virus?

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Is Wadsmoosh really a virus?

Post by yum13241 »

Windows Defender labels it as a Trojan for some reason. Are these claims true, or is it a false positive? If you are telling to install a different anti virus, I did on 5/22/2021.
Gez
 
 
Posts: 17921
Joined: Fri Jul 06, 2007 3:22 pm

Re: Is Wadsmoosh really a virus?

Post by Gez »

I very strongly doubt there's a virus in it. It's a Python script (you can see the source code here) in an exe shell for convenience, and that's the kind of things that sometimes trips anti-virus software because they can't check the script that the program runs so they flag it "just in case".
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

Gez wrote:I very strongly doubt there's a virus in it. It's a Python script (you can see the source code here) in an exe shell for convenience, and that's the kind of things that sometimes trips anti-virus software because they can't check the script that the program runs so they flag it "just in case".

Makes a lot of sense. Open source is a lot less likely to get infected, it's only logical.
User avatar
Rachael
Posts: 13718
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Is Wadsmoosh really a virus?

Post by Rachael »

yum13241 wrote: Open source is a lot less likely to get infected, it's only logical.
It is dangerous to make such dubious assumptions. Open source is a good target for malware authors - so make sure you download from trusted sources.

This is why Linux distros tend to have signature and hashing mechanisms to check packages for integrity before they install them. If the downloaded signature does not match, then obviously the package was compromised and it is immediately discarded. As a package maintainer you only ever sign packages if you are absolutely sure you can trust them and you can assert that it is safe.

Open source is as good a target as any for malware and other fuckery. But Wadsmoosh is definitely safe.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

Rachael wrote:
yum13241 wrote: Open source is a lot less likely to get infected, it's only logical.
It is dangerous to make such dubious assumptions. Open source is a good target for malware authors - so make sure you download from trusted sources.

This is why Linux distros tend to have signature and hashing mechanisms to check packages for integrity before they install them. If the downloaded signature does not match, then obviously the package was compromised and it is immediately discarded. As a package maintainer you only ever sign packages if you are absolutely sure you can trust them and you can assert that it is safe.

Open source is as good a target as any for malware and other fuckery. But Wadsmoosh is definitely safe.

Good to know...
User avatar
Redneckerz
Spotlight Team
Posts: 1084
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Is Wadsmoosh really a virus?

Post by Redneckerz »

yum13241 wrote:Windows Defender labels it as a Trojan for some reason. Are these claims true, or is it a false positive? If you are telling to install a different anti virus, I did on 5/22/2021.
It is hosted on this very forum. If it were a virus, the staff would know this immediately.

It is a false positive, because apparently its contents look like something resembling a virus, but it is harmless.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

Redneckerz wrote:
yum13241 wrote:Windows Defender labels it as a Trojan for some reason. Are these claims true, or is it a false positive? If you are telling to install a different anti virus, I did on 5/22/2021.
It is hosted on this very forum. If it were a virus, the staff would know this immediately.

It is a false positive, because apparently its contents look like something resembling a virus, but it is harmless.

So you people made it?
User avatar
Redneckerz
Spotlight Team
Posts: 1084
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Is Wadsmoosh really a virus?

Post by Redneckerz »

yum13241 wrote:
Redneckerz wrote:
yum13241 wrote:Windows Defender labels it as a Trojan for some reason. Are these claims true, or is it a false positive? If you are telling to install a different anti virus, I did on 5/22/2021.
It is hosted on this very forum. If it were a virus, the staff would know this immediately.

It is a false positive, because apparently its contents look like something resembling a virus, but it is harmless.

So you people made it?
JPL made Wadsmoosh yes.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

Redneckerz wrote:
yum13241 wrote:
It is hosted on this very forum. If it were a virus, the staff would know this immediately.

It is a false positive, because apparently its contents look like something resembling a virus, but it is harmless.

So you people made it?[/quote]
JPL made Wadsmoosh yes.[/quote]

Good. Where would it store the smooshed wad?
User avatar
Redneckerz
Spotlight Team
Posts: 1084
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Is Wadsmoosh really a virus?

Post by Redneckerz »

yum13241 wrote: Good. Where would it store the smooshed wad?
It generates a .pk3 file and i assume its in the same directory as where Wadsmoosh is located.

Wadsmoosh has an itch.io page here.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

Redneckerz wrote:
yum13241 wrote: Good. Where would it store the smooshed wad?
It generates a .pk3 file and i assume its in the same directory as where Wadsmoosh is located.

Wadsmoosh has an itch.io page here.

My reason for asking was bc it wasn't showing up, I fixed it by NOT smooshing PLUTONIA.WAD, which always has caused problems.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: Is Wadsmoosh really a virus?

Post by wildweasel »

Was the program generating any useful error messages with Plutonia present? You might need to report it to the author so it can be fixed.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

wildweasel wrote:Was the program generating any useful error messages with Plutonia present? You might need to report it to the author so it can be fixed.
It closed before I could see it and the log didn't show it. The last thing that was in the log was scanning plutonia or something like that. Does it work with anyone elses plutonia.wad?
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: Is Wadsmoosh really a virus?

Post by wildweasel »

I've got a Wadsmoosh that includes Plutonia, so it worked for me. Try running the program from a Command Prompt, so it doesn't disappear immediately and you can read whatever error it gives.
yum13241
Posts: 852
Joined: Mon May 10, 2021 8:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): EndeavorOS (basically Arch)
Graphics Processor: Intel with Vulkan/Metal Support

Re: Is Wadsmoosh really a virus?

Post by yum13241 »

wildweasel wrote:I've got a Wadsmoosh that includes Plutonia, so it worked for me. Try running the program from a Command Prompt, so it doesn't disappear immediately and you can read whatever error it gives.
Will do.

Return to “General”