Skip to content

Instantly share code, notes, and snippets.

@hkm
Created August 20, 2017 19:29
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save hkm/ff4180b4d13ca7d8a93d5b3cff848afc to your computer and use it in GitHub Desktop.
Save hkm/ff4180b4d13ca7d8a93d5b3cff848afc to your computer and use it in GitHub Desktop.
apt-get update -y
apt-get upgrade -y
apt-get install wine -y
apt-get install winetricks -y
dpkg --add-architecture i386 && apt-get update && apt-get install wine32 -y
git clone https://github.com/ElevenPaths/Eternalblue-Doublepulsar-Metasploit
cd Eternalblue-Doublepulsar-Metasploit/
cp eternalblue_doublepulsar.rb /usr/share/metasploit-framework/modules/exploits/windows/smb
mkdir -p /root/.wine/drive_c/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment