Skip to content

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

@mlinton

Description

@mlinton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions