Poisoning and Sniffing - is known pipename Exploit

Hello all,

I’m doing my eCPPTv2 right now and I’m on the Poisoning and Sniffing lab. There it says in the solution to use the “linux/samba/is_known_pipename” exploit (in MSF) but how do I get to use this exploit?

Nmap Vuln scan gave me no such result.

Thanks already for the answers.

Hi,
You can use “linux/samba/is_known_pipename” exploit through the following steps. These steps are repeatable for most cases.

  1. Start the Metasploit framework.
    On the linux terminal type msfconsole && service postgresql start This will start the Metasploit framework by running the ruby front end and the PostgreSQL database that contains all the exploits.

  2. Pull the exploit from the database.
    To pull the exploit from the database and load it into your Metasploit console type use exploit/linux/samba/is_known_pipename

  3. Configure the exploit.
    Type the following to see the different configurable settings show options .
    There are times where you might need to go into show advanced to get an exploit working.

  4. Launch the exploit.
    Once all your settings are configurated you can launch the exploit with run or exploit