Install subjs on Kali Linux


subjs — fetches javascript files from a list of URLS or subdomains.

Instructions to Install subjs on Kali Linux.

Method One : from Source

â–¶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8)
â–¶ Check : go version
â–¶ Run : GO111MODULE=on go get -u -v github.com/lc/subjs
â–¶ Run : cp /root/go/bin/subjs /usr/local/go/bin/
â–¶ Run (Check) : subjs -h

Method Two : from Binary

â–¶ Download latest pre-built binaries from the releases page https://github.com/lc/subjs/releases/ and then move them into your $PATH
â–¶ Run : tar xvf subjs_filename_version.tar.gz (example : tar xvf subjs_1.0.1_linux_amd64.tar.gz)
â–¶ Run : mv subjs /usr/bin/subjs
â–¶ Run (Check) : subjs -h
▶ Run (Usage) : echo “http://example.com" | subjs

Related Article
â–¶ More Info : https://github.com/lc/subjs

Thank You..!!

0 Comments