Affected by GO-2024-2989
and 1 other vulnerabilities
GO-2024-2989 : projectdiscovery/nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-3114 : Nuclei Template Signature Verification Bypass in github.com/projectdiscovery/nuclei
Retracted : https://go.dev/ref/mod#go-mod-file-retract
retract due to broken js protocol issue
Discover Packages
github.com/projectdiscovery/nuclei/v3
pkg
js
libs
pop3
package
Version:
v3.2.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Warning - This is generated code
type IsPOP3Response struct {
IsPOP3 bool
Banner string
}
IsPOP3Response is the response from the IsPOP3 function.
this is returned by IsPOP3 function.
@example
```javascript
const pop3 = require('nuclei/pop3');
const isPOP3 = pop3.IsPOP3('acme.com', 110);
log(toJSON(isPOP3));
```
IsPOP3 checks if a host is running a POP3 server.
@example
```javascript
const pop3 = require('nuclei/pop3');
const isPOP3 = pop3.IsPOP3('acme.com', 110);
log(toJSON(isPOP3));
```
Source Files
¶
Click to show internal directories.
Click to hide internal directories.