Jamie
Jamie
Hi I've noticed, that JS urls with & in the url, can break out the JSLinkfinder.py script, This is because the interlace command is like so ``` interlace -tL live_jsfile_links.txt...
Added ' escape around _target_, to avoid the Interlace -c command breaking out with &, as it is directly input to the cmdline.
Hi, Currently, as it stands, the meg module is not supplying the wordlist to the fleet. It is hard-coded to request '/' from every endpoint supplied in the initial list....
Add the wordlist parameter to meg, to allow uploading of wordlsts (the actual path being requested). Currently, it will request '/' for every url provided.