Closed ethicalbughunter closed 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.
Hi, Did you try '-complete' yet? 003random,
Thanks, yeah its working !
@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.