mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1179] How to bypass windows Security ? #865
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#865
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BBOIII on GitHub (Jun 14, 2023).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1179
Quasar version
1.4.0
Server installed .NET version
No response
Server operating system
Windows 10/Server 2019/2016
Client installed .NET version
No response
Client operating system
Windows 10/Server 2019/2016
Build configuration
Release
Describe the bug
Im using this as a remote access to my own pcs/laptop because I trust opensource more than any other software.
the problem is windows keeps seeing it as a virus / trojan / backdoor .... etc, even when I add the file and the folder to exception it keeps on getting caught and stopped by windows security.
I only need the remote access and the reverse shell features, allowing me to maintain many pcs remotely and easily.
I don't need the rest.
Teamviewer works without any issues, how could I remove all the features that makes antivirus go crazy over it ?
any ideas?
maybe a script that could stop the windows security once and for all from interfering with this service specially onstart up? because Im usually miles away from the target computer.
How to reproduce
just make a build , add it to start up , install it in app folder , maybe modify descriptions , but that is it .
Expected behavior
windows security to leave it alone after adding it and the folder which it's in it to the exception.
Actual behavior
windows keeps on stopping it from launching specially on startup
Additional context
No response
@MaxXor commented on GitHub (Jun 14, 2023):
There is no way for me to change this behavior of AVs. You need to add the download location of Quasar client to exception list and the install location. That should be fine and works for me as well. Windows Defender doesn't interfere then anymore.
Other than that you could try removing all features which are not necessary for your use case.