URLextractor icon indicating copy to clipboard operation
URLextractor copied to clipboard

Feature request: ++Python translation and CipherScan for SSL stuff

Open mlinton opened this issue 8 years ago • 1 comments

Thanks for the script! I would get behind the python translation, and also adding a function for checking SSL stuff with cipherscan (https://github.com/jvehent/cipherscan) With the python integration I would also add doing a scapy traceroute to the target and generating the map path.

res,unans = traceroute(["www.target.com"],dport=[80,443],maxttl=20,retry=-2) res.graph() # piped to ImageMagick's display program. Image below. res.graph(type="ps",target="| lp") # piped to postscript printer res.graph(target="> /workingfolder/traceroute.svg") # saved to file

Cheers

mlinton avatar Feb 25 '16 17:02 mlinton

Thanks for your suggestion! I'll definitely look into that.

eschultze avatar Feb 25 '16 18:02 eschultze