UnamSanctam / UnamDownloader

A Free Silent (Hidden) Open Source Downloader (Binder) - Includes Windows Defender Bypass - Build Native - Unam Downloader
MIT License
173 stars 56 forks source link

UnamDownloader Exodus check #63

Open shainodev opened 1 year ago

shainodev commented 1 year ago

Would it be detected to check if exodus exists on the users pc if so then it runs one more powershell command to download one more app?

UnamSanctam commented 1 year ago

It probably shouldn't be no.

shainodev commented 1 year ago

how tho? cant antiviruses see it querying the path? or it containing the filepath

shainodev commented 1 year ago

is it better to check the path with a hardcoded xorstr-d string or should i get every folder in %appdata% and hash it and then compare it to a hashed exodus

UnamSanctam commented 1 year ago

They can detect it but it doesn't matter compared to all the other things the downloader does, and you can also use some less intrusive ways of checking files, like how I do with some files it in the miner.

shainodev commented 1 year ago

They can detect it but it doesn't matter compared to all the other things the downloader does, and you can also use some less intrusive ways of checking files, like how I do with some files it in the miner.

is ShellExecute detected? and also should i then put it in it or not what do you suggest?