feat(detector): Enhance port detection and service fingerprinting with improved HTTP/HTTPS and SSH checks, update test scripts for verbose output, and revise documentation with new hints and a detailed improvement plan.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
// node native
|
||||
import * as net from 'net';
|
||||
import * as tls from 'tls';
|
||||
import * as http from 'http';
|
||||
import * as https from 'https';
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartnetwork from '@push.rocks/smartnetwork';
|
||||
import * as smarturl from '@push.rocks/smarturl';
|
||||
|
||||
export { smartnetwork, smarturl };
|
||||
export { net, tls, http, https, smartnetwork, smarturl };
|
||||
|
||||
Reference in New Issue
Block a user