Skip to content

Conversation

@msutovsky-r7
Copy link
Contributor

@msutovsky-r7 msutovsky-r7 commented Sep 30, 2025

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?

@msutovsky-r7 msutovsky-r7 marked this pull request as ready for review October 27, 2025 14:45
@msutovsky-r7 msutovsky-r7 force-pushed the modules/persistence/linqpad_deserialization branch from 7ceb3ba to b167a2b Compare October 29, 2025 06:59
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