(https://2.bp.blogspot.com/-ebEXboez-GA/WXJ7VQgyY6I/AAAAAAAAITI/FCM3YSqqjLcm87TdjLvynjO7ZPi69yyHQCLcBGAs/s1600/eternal_scanner_01.png)
Escáner Eternal es un escáner de red para Evere Blue exploit CVE-2017-0144.
Requisitos
• masscan
• metasploit-framework
Cómo instalar
• git clone https://github.com/peterpt/eternal_scanner.git
• cd eternal_scanner && ./escan
• OR ./escan -h (to change scanner speed)
Requisitos de instalación
• apt-get install masscan metasploit-framework
(https://2.bp.blogspot.com/-4ZNlV-7ckHs/WXJ7bweYVMI/AAAAAAAAITM/m1JxWOzp-38O2kbC8CarDwDMvuNnmlPQwCLcBGAs/s640/eternal_scanner_02.png)
(https://3.bp.blogspot.com/-TimKnQRCUXo/WXJ7bwGRiAI/AAAAAAAAITQ/2uV5P4byYYkAnQSJNe-DWjNhkj9LnIg8ACLcBGAs/s640/eternal_scanner_03.png)
(https://4.bp.blogspot.com/-qZ6IfE1iMQ8/WXJ7b7y74FI/AAAAAAAAITU/NMvDIFUu0ToXP6_lDqwMNfrzXwVkqG7SgCLcBGAs/s640/eternal_scanner_04.png)
(https://1.bp.blogspot.com/-prlZCQt8VmM/WXJ7cHR8hBI/AAAAAAAAITY/lYJZHQC3-UYghdHL9UaYTDk2EwVTK-9rwCLcBGAs/s640/eternal_scanner_05.png)
You are not allowed to view links.
You are not allowed to view links.
Register or Login or You are not allowed to view links.
Register or Login
Para los amantes de nmap aqui esta el script nse que identifica este bug
https://github.com/cldrn/nmap-nse-scripts/blob/master/scripts/smb-vuln-ms17-010.nse
https://github.com/cldrn/nmap-nse-scripts.git
cd /Desktop/nmap-nse-scripts/scripts
cp smb-vuln-ms17-010.nse /usr/share/nmap/scripts/
nmap -sC -p445 --script smb-vuln-ms17-010.nse <target>
o actualicen el nmap y pongan
nmap -p445 --script smb-vuln-ms17-010 <target>
o
nmap -p445 --script vuln <target>
:)