ztag
ztag copied to clipboard
List of protocol/subprotocol combinations
In your Readme you talk about a list of possible protocol/subprotocol combinations. Where is that list located or where can I find a list of possible combinations?
Unfortunately, the best way to find a protocol/subprotocol combination is to look in the code at https://github.com/zmap/ztag/blob/master/ztag/transforms. Find the file corresponding to the protocol you're interested in, and then see what subprotocols it has transforms defined for.
This should roughly correspond with the scans ran by Censys.
Can we add a ztag subcommand that lists these? On Fri, May 19, 2017 at 9:34 AM David Adrian [email protected] wrote:
Unfortunately, the best way to find a protocol/subprotocol combination is to look in the code at https://github.com/zmap/ztag/blob/master/ztag/transforms. Find the file corresponding to the protocol you're interested in, and then see what subprotocols it has transforms defined for.
This should roughly correspond with the scans ran by Censys.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zmap/ztag/issues/59#issuecomment-302751089, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMSUCPECRVHKKX2VWcFCl0kL6peqfmDks5r7cSDgaJpZM4NgeNf .
Will check that out. Is a list of any advantage? If I create one should I push it for future use?