linkJS
linkJS copied to clipboard
need features
suppose i need to fetch domxss and awskeys and links in same js file. Now coressponding command is echo "http://asac.om/a.js" | linkJS -m awskey echo "http://asac.om/a.js" | linkJS -m domxss echo "http://asac.om/a.js" | linkJS -m links
So here for the same js file i have to fetch js 3 time . thats realy time consumming . So my recommendation here is that make many command for same js file like echo "http://asac.om/a.js" | linkJS -m awskey,domxss,links or echo "http://asac.om/a.js" | linkJS -m awskey -m links -m domxss