Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool fails to generate a valid pin code when LFI response contains HTML or other data #4

Open
0xsudomode opened this issue Dec 24, 2024 · 0 comments

Comments

@0xsudomode
Copy link

Description: Currently, the tool fails to generate a valid pin code if the LFI response contains HTML or other types of unexpected data. This results in errors that prevent the pin code from being generated.

Suggested Improvements: I suggest refining the regex used in the tool and adding additional checks to validate the LFI response. These checks would help detect whether the response contains only the expected values (such as a numeric pin code) and ignore any HTML or irrelevant data that might appear in the response.

This would make the tool more robust and reliable, especially when dealing with varied or unexpected server responses.

@0xsudomode 0xsudomode changed the title Title: Tool fails to generate a valid pin code when LFI response contains HTML or other data Tool fails to generate a valid pin code when LFI response contains HTML or other data Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant