aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.73k stars 2.1k forks source link

Additional options #61

Open JonhSilver opened 7 years ago

JonhSilver commented 7 years ago

1.How to add own search engine such as ya.ru, mail.ru, censys.io, shodan.io

  1. How to search by IP address?
  2. Can you add robtex.com results?
the-st0rm commented 7 years ago

1.How to add own search engine such as ya.ru, mail.ru, censys.io, shodan.io

It should be very easy to add a search engine. All you need to do is to inherit the following class enumratorBaseThreaded and then define the abstract functions. It should be very easy to introduce your own search class

  1. How to search by IP address?

It depends on the class that you will inherit and how you want to define your search function

  1. Can you add robtex.com results?

You can write the class and send PR?