The Wayback Machine - https://web.archive.org/web/20220411055719/https://github.com/topics/bypass-antivirus
Skip to content
#

bypass-antivirus

Here are 80 public repositories matching this topic...

Keylogger is 100% invisible keylogger not only for users, but also undetectable by antivirus software. Blackcat keylogger Monitors all keystokes, Mouse clicks. It has a seperate process which continues capture system screenshot and send to ftp server in given time.

  • Updated May 20, 2021
  • C++
AnnaMachovec
AnnaMachovec commented Sep 27, 2021

Hi!
I am having trouble finding out as to why the functions are not obfuscating in my small script:

test1.ps1---------------
function runmefor-fun {
$variablenopurpose = "no purpose"
Write-Host $variablenopurpose
}
#commment
runmefor-fun
#hi


My command line is:
chameleon.py -l 1 -o OUTPUT.ps1 -v -c -f Test1.ps1

and my output file is this: -

bug good first issue

Improve this page

Add a description, image, and links to the bypass-antivirus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bypass-antivirus topic, visit your repo's landing page and select "manage topics."

Learn more