Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mlinton opened this issue Feb 25, 2016 · 1 comment
Open

Comments

@mlinton
Copy link

mlinton commented Feb 25, 2016

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

@eschultze
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants