Closed yahanvesh closed 6 years ago
@yahanvesh It is possible to generate a shared secret with the use of Nexpose::ShareSecret as found in the documentation: http://www.rubydoc.info/gems/nexpose/Nexpose/SharedSecret
Something similar to: shared_secret = Nexpose::SharedSecret.new(nsc,'3600').key_string
Where nsc is your Nexpose Connection object. Hope that helps!
Is there a way to Generate Scan Engine Shared Secret through the nexpose client gem, i couldnt find any reference for this.