You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

github.com/zzma/asn1-fingerprint

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zzma/asn1-fingerprint


Version published

Readme

Source

asn1-fingerprint

Structural fingerprinting for ASN.1 objects

Usage

asn1-fingerprint: structural fingerprints of ASN.1 data

usage: ./asn1-fp -i <input file/directory> -o <output file>

Options:
  -d string
    	delimiter for asn1 data (default ",")
  -exclude-precert
    	exclude precert
  -exclude-subj
    	exclude subject name for the cert
  -f int
    	column that contains asn1 data (default 1)
  -format string
    	input data encoding format (base64, hex) (default "base64")
  -i string
    	input file/directory path
  -include-extensions
    	include extension parsing
  -o string
    	output file path (default "-")
  -oid
    	parse and use OIDs in fingerprinting
  -profile
    	run performance profiler
  -r	search input directory recursively
  -rotate
    	rotate output file
  -rotate-size int
    	size threshold for output file rotation (default 5000000000)
  -strict
    	fail if there are asn1 parsing errors
  -v	verbose debug output
  -workers int
    	number of parallel parsers (one per file) (default 8)

FAQs

Package last updated on 29 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc