Skip to content

This is a python tool to enumerate subdomains.

License

Notifications You must be signed in to change notification settings

p5yph3r/subenum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Synopsis

SubEnum is a python automation tool to enumerate subdomains of any domain. It uses Search engines like google,bing,yahoo,baidu, It also uses DNS-Dumpster. Basically this script is to make the enumeration work easy.
It can be useful for BugBounty Hunters, Penetration testers, OSINT researchers for recon. System Admins can use this tool to manage subdomains.
Please feel free to edit any part of the code, and use it according to your preference and choice.

Motivation

There are a lot of other tools out there written by some great people, but none of them worked for me.Hence I tried to write this script as my contribution to the community.

Installation

SubEnum requires the following extra libraries to run. DNSDumpsterAPI requests

Install the dependencies.

$ pip install dnsdumpster
$ pip install requests

usage

Using this tool is as easy as hitting a few keystrokes. once you have installed all the requirements listed above. open the directory, where this file is located. and simply type

$ cd directory
$ chmod +x subenum.py
$ python subenum.py

thats all you have to do,now you just have to enter the name of the target.

Todos

  • Write subdomain-bruteforcer module.
  • Make it as efficient as possible.

License

MIT License

Copyright (c) [2018] [p5yph3r]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT

Releases

No releases published

Packages

No packages published

Languages