Closed nmmapper closed 1 year ago
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?
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
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.
Alright sounds great.
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
Thank you.