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
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
Minemeld Regex returns the first ip but not the second, looking through the source code, it looks like it is splitting the response in line and doing an re.search(line). What would be the implications of modifying to re.findall, or any suggestion is appreciated to catching the second address value in the td.
The text was updated successfully, but these errors were encountered:
hfeixas
changed the title
Issues with re.search only returning the first IP in the page.
Issues with re.search only returning the first IP in the table column.
Mar 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having issues with a website that displays their IP list with values in the same td (No idea why)
IE:
Minemeld Regex returns the first ip but not the second, looking through the source code, it looks like it is splitting the response in line and doing an re.search(line). What would be the implications of modifying to re.findall, or any suggestion is appreciated to catching the second address value in the td.
The text was updated successfully, but these errors were encountered: