Skip to content

WeaponsAndTools/green-hat-suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green-hat-suite


Green-hat-suite is a tool to make meterpreter evade antivirus.

Put this green hat on others head.

Install on Kali

apt-get install metasploit-framework
gem install os   
apt-get install mingw-w64
apt-get install wine

# install tdm-gcc from sourceforge
TMP=`mktemp /tmp/XXXXXXXXX.exe` && wget https://sourceforge.net/projects/tdm-gcc/files/latest/download -O $TMP && wine $TMP && rm $TMP

Notice: Please use ruby 2.2.x or above,otherwise it could cause some error.

Start green-hat-suite

You must install metasploit before start!

git clone https://github.com/Green-m/green-hat-suite.git
cd green-hat-suite
ruby greenhat.rb

image

Upload to virustotal

image

Contact to me If you have any question .

About

Green-hat-suite is a tool to make meterpreter evade antivirus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%