Skip to content

Conversation

msutovsky-r7
Copy link
Contributor

This PR moves the LINQPad module into persistence category. In progress, because need to test some stuff before, but want to have a PR so I would not forget to do this...

def check
if datastore['LINQPAD_PATH'].blank? || !file?(datastore['LINQPAD_PATH'])
return Exploit::CheckCode::Unknown('LINQPad binary not specified or doesn\'t exist')
if datastore['LINQPAD_FILE'].blank? || !file?(datastore['LINQPAD_FILE'])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure if the datastore option being blank means that the target software is Safe from us exploiting it. Would it make more sense to return Unknown here like before?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants