monkeym4ster / green-hat-suite

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%