Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Yopass Panel - Detect" module is a test case designed to detect the presence of the Yopass panel. Yopass is a software that allows users to securely share sensitive information by encrypting it and generating a unique URL for access. This module focuses on identifying instances of the Yopass panel and provides information about its configuration.
This module has an informative severity level, meaning it provides valuable insights but does not indicate a vulnerability or misconfiguration.
Author: Adam Crosser
The "Yopass Panel - Detect" module does not have a direct impact on the target system. It simply identifies the presence of the Yopass panel, providing information for further analysis and potential security improvements.
The "Yopass Panel - Detect" module uses matching conditions to identify the Yopass panel. It searches for the presence of the word "Yopass
" in the HTML title of the target page. If a match is found, the module reports the detection of the Yopass panel.
Example HTTP request:
GET / HTTP/1.1
Host: example.com
The module's matching conditions:
- Part: All - Type: Word - Words:- Yopass
- Negative: False
- Condition: And
The module performs the HTTP request and checks if the HTML title contains the word "Yopass". If it does, the module reports the detection of the Yopass panel.
Metadata:
- Max Request: 1 - Shodan Query:title:"Yopass"