Skip to content

Removing IPs as domain from the list

Is it possible to remove IPs from target list files via GSASER?

Comments

  • edited October 2015
    Sure there is. Just tick this one in the project that you don't want to post to IP sites:

    image
  • I already use that.

    I mean IP sites have no value to me, is there a way to completely remove them from the list to make GSA faster? Since it wont have to do extra work to account for IP sites.
  • edited October 2015
    You can use Notepad++ to replace all the lines containing an IP address using RegEx like this:

    .*((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(?1)){3}).*

    image

    This search should match the whole line containing an IP address. You simply replace it with nothing and do that to all files in your default GSA SER lists folder. You can also use it to subdomains if you have more lists in the same folder. Good luck! :)
  • That works, thank you.
  • Glad I could help @KawaiiChan!

    Just to be clear, instead of subdomains I meant sub-folders :)
Sign In or Register to comment.