Skip to content

Regular Expression to identify platforms?

Is it possible to use regex to identify platforms, for example check fir proxies on a site

Comments

  • s4nt0ss4nt0s Houston, Texas
    @webbyte - Most of the extended engines are using regex to identify the sites. There isn't a way for a user to add their own regex at the moment, but if you have some engines to identify with regex, you can send it over and I can get them added.
  • @s4nt0s oh awesome! I'm thinking for detecting proxies, so something like this (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(?=[^\d])\s*:?\s*(\d{2,5}) 
  • s4nt0ss4nt0s Houston, Texas
    Ok, we'll get this added and push an update for it this week.
  • Awesome, thank you! I'm not sure if that's the most effective expression...maybe use the same from gsa proxy scraper.... looking forward to the update!!!!
Sign In or Register to comment.