ExploitRemotingService
ExploitRemotingService copied to clipboard
Fixes OS version command according to documentation
According to the documentation the command to retrieve the OS version information is ver. In ExploitRemotingService, the internally interpreted command is osver. This pull request fixes the command supplied to ExploitRemotingService from osver to ver to align with the documentation.