You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: