Skip to content

Instantly share code, notes, and snippets.

@hkm
Created August 8, 2017 15:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hkm/fe705e3ff9d0df3f6eaaafb44aeca4d6 to your computer and use it in GitHub Desktop.
Save hkm/fe705e3ff9d0df3f6eaaafb44aeca4d6 to your computer and use it in GitHub Desktop.
dpkg --add-architecture i386
apt-get update && apt-get install wine32 git
git clone https://github.com/BlackMathIT/Esteemaudit-Metasploit
mkdir /usr/share/metasploit-framework/modules/exploits/windows/rdp/
cp Esteemaudit-Metasploit/esteemaudit.rb /usr/share/metasploit-framework/modules/exploits/windows/rdp/
mkdir /usr/share/esteemaudit/
cp Esteemaudit-Metasploit/files/* /usr/share/esteemaudit/
wine /usr/share/esteemaudit/Esteemaudit-2.1.0.exe 2>0
rm -rf Esteemaudit-Metasploit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment