eschultze/URLextractor

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

mlinton opened this issue · 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

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