003random / getJS

A tool to fastly get all javascript sources/files
MIT License
731 stars 103 forks source link

For more readablity ,prefix the domain name to the stdout #3

Closed ethicalbughunter closed 5 years ago

ethicalbughunter commented 5 years ago

@003random

For more readability can you please prefix the domain name to the result found to be printed in stdout.

It would make readability improve particularly when multiple domains are placed as input to getJS.

For example In the output of this command getJS -input=domain.txt -output out

one may provide several domains, the output will be something like aaa.aaa/aaa.js bbb.bbb.vbb.js

In this case if the first output corresponds to say AAA.com and second to BBB.com, please prefix them in their respective outputs.

so the modified output would correspond to AAA.com/aaa.aaa/aaa.js and BBB.com/bbb.bbb/vbb.js respectively.

003random commented 5 years ago

Hi, Did you try '-complete' yet? 003random,

ethicalbughunter commented 5 years ago

@003random

Thanks, yeah its working !