Rapid7 Vulnerability & Exploit Database

Jupyter Login Utility

Back to Search

Jupyter Login Utility

Created
08/13/2020

Description

This module checks if authentication is required on a Jupyter Lab or Notebook server. If it is, this module will bruteforce the password. Jupyter only requires a password to authenticate, usernames are not used. This module is compatible with versions 4.3.0 (released 2016-12-08) and newer.

Author(s)

  • Spencer McIntyre

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/http/jupyter_login
msf auxiliary(jupyter_login) > show actions
    ...actions...
msf auxiliary(jupyter_login) > set ACTION < action-name >
msf auxiliary(jupyter_login) > show options
    ...show and set options...
msf auxiliary(jupyter_login) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;