Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Json and subdomain IP Query #17

Closed
nmmapper opened this issue Dec 16, 2019 · 4 comments
Closed

Support for Json and subdomain IP Query #17

nmmapper opened this issue Dec 16, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@nmmapper
Copy link

I love this tools, it's quite faster, and it has a features particularly i love that is

  • Github data checking scan

  • External Javascript examination

But particulary, Github scan, so It is possible to add just this few features

  • Json output

  • Query subdomain IP

And also add support for module import, that way it will support this tool from being used in
other python scripts. I wanted to intergrate this tool at https://www.nmmapper.com and particulary at it's collection of subdomain tools

So to be something like this

import subdomainizer
scan_result = subdomainizer.subdomain_scan("example.com")

git_scan_result = subdomainizer.git_scan("whatever")

Thank you.

@nsonaniya2010
Copy link
Owner

Does it really need to be different, I mean two different sets of functions??

scan_result = subdomainizer.subdomain_scan("example.com")

will this will work for you?

scan results can be of the form :

{
'subdomains': [list_of_subdomains], 
'gitResults': [git_results_in_list]
}

I also want to know what kind of results you want from git?

@nsonaniya2010 nsonaniya2010 self-assigned this Dec 16, 2019
@nsonaniya2010 nsonaniya2010 added the enhancement New feature or request label Dec 16, 2019
@latest-release
Copy link

latest-release commented Dec 16, 2019

Thanks for your swift reply, if you can minimize it to this

{
'subdomains': [list_of_subdomains], 
'gitResults': [git_results_in_list]
}

As for github it can be any kind of information you scrounge from git that's on github.
Thank you

@nsonaniya2010
Copy link
Owner

There is also information might be in JS files, which could be helpful. As I am using a single list for both of the secrets from JS as well as Github.

@nmmapper
Copy link
Author

Alright sounds great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants