nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

bug #16

Closed sk3lk0 closed 4 years ago

sk3lk0 commented 4 years ago

i use mitm for check requests, so sometimes script make request with joined strings. i try using sript for github.com , and i see this:

172.18.0.11:37246: GET https://github.com/ 200 OK 39.23k 172.18.0.11:37250: GET https://github.com/ 200 OK 39.25k GET https://github.githubassets.com/assets/compat-bootstrap-edde9aec.jshttps://github.githubassets.com/assets/compat-bootstrap-edde9aec.js 404 Not Found 30b GET https://github.githubassets.com/assets/github-bootstrap-e9911286.js 200 OK 122.5k GET https://github.githubassets.com/assets/compat-bootstrap-edde9aec.js 200 OK 9.42k GET https://github.githubassets.com/assets/frameworks-564f5a6e.jshttps://github.githubassets.com/assets/frameworks-564f5a6e.js 404 Not Found 30b GET https://github.githubassets.com/assets/frameworks-564f5a6e.js 200 OK 48.33k GET https://github.githubassets.com/assets/github-bootstrap-e9911286.jshttps://github.githubassets.com/assets/github-bootstrap-e9911286.js 404 Not Found 30b

So few request contains of 2 urls

nsonaniya2010 commented 4 years ago

Hi, can you provide the command on terminal you used?

sk3lk0 commented 4 years ago

python3.6 SubDomainizer.py -u https://github.com/ -k

nsonaniya2010 commented 4 years ago

This should be fixed please check and let me know.