Luai Ehsan

Results 2 issues of Luai Ehsan

So I have the following ruby script: require 'msfrpc-client' user = 'kali' pass = 'kali' opts = { host: '127.0.0.1', port: 55553, uri: '/api/', ssl: true } rpc = Msf::RPC::Client.new(opts)...

bug

So I have a question, what if I want an exact CVE for a CPE, For example, cpe:/a:apache:http_server:2.2.8 should return one vulnerability because I specified the version. I have no...