Additional info
1337x.to is returning false positives because it appears the body is not returning an expected message when a user does not exist. <p> Bad username. </p> is in the body, while the <title>Error something went wrong.</title> is still present as well, it appears <head><title>404 Not Found</title></head> is no longer present on non existing users . I added <p> Bad Username. </p> to the errorMsg field of 1337x.to and got correct results for finding users on the platform. Initially when I ran this as is, and got a result for 1337x.to/notarealuser, I checked and decided to see what message was on the page, "Bad Username" was in the body. Pardon if this is duplicated or somehow incorrect.
Code of Conduct
Additional info
1337x.to is returning false positives because it appears the body is not returning an expected message when a user does not exist.
<p> Bad username. </p>is in the body, while the<title>Error something went wrong.</title>is still present as well, it appears<head><title>404 Not Found</title></head>is no longer present on non existing users . I added<p> Bad Username. </p>to the errorMsg field of 1337x.to and got correct results for finding users on the platform. Initially when I ran this as is, and got a result for 1337x.to/notarealuser, I checked and decided to see what message was on the page, "Bad Username" was in the body. Pardon if this is duplicated or somehow incorrect.Code of Conduct