Powershell Rat
#!/usr/bin/env python3”’This tool allows to exfiltrate data using screen capture of a user activity.Author: Viral Maniar Twitter: https://twitter.com/maniarviralGithub: https://github.com/ViralmaniarLinkedIn: https://au.linkedin.com/in/viralmaniar”’import os, sysimport subprocessfrom subprocess import check_output def logo(): logo = ”’ __ ___ // ) ___–“” “-. \ |,”( /`–“” `. _ _ _ _ _ _ _ _ _ _ _ _ _ …

You must be logged in to post a comment.