Attacking Windows Platform with EternalBlue Exploit via Android Phones | MS17-010

Image
Introduction On 14 April 2017, a hacker group know by the name of Shadow Brokers leaked exploitation toolkit used by the National Security Agency (NSA). The leak was also used as part of a worldwide WannaCry ransomware attack. EternalBlue is also an exploit developed and used by the NSA according to former NSA employees. Lab Environment Target Machine: Windows 7 Ultimate x64 bit Attacker Machine: Android 5.1  What is EternalBlue EternalBlue actually exploits a vulnerability found in Server Message Block (SMB) protocol of Microsoft Windows various platforms. This vulnerability can be found under CVE-2017-0144 in the CVE catalog.The most severe of the vulnerabilities could allow remote code execution if an attacker sends specially crafted messages to a Microsoft Server Message Block 1.0 (SMBv1) server. Windows 7 Operating with Release Effected by EternalBlue Installing Metasploit Framework on Android Step 1: Download Termux from play store....

XSS cross site scripting

XSS (CROSS SITE SCRIPTING)
It is a attack to the websites in this attacker attack the website from the client side.

Basically attacker enter malicious code/script/payload in the website from the user end.

Its types:-
Reflected Xss:-
Reflected Xss is also know as the Temporary Xss it is only for the Temporary Time of period.
It does not harm the database but can be be dangerous.

Stored Xss:-
Stored Xss is also know as the permanent Xss it is kept in the database for permanent time of period.

Both types of the Xss is vulnerable to the websites
To avoid this please don’t allow the user to enter the java script ,html code the search keybox.

For more details go through:

It is the top 3 attack which can be done on the websites


For do this attack we need to find out search box first

Comments

Popular posts from this blog

Practical of XSS cross site attack

How Hackers Cash out the Bitcoins Received in ransomWare Attack

Attacking Windows Platform with EternalBlue Exploit via Android Phones | MS17-010