Skip to content

hugonun/Pickaxeman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS A FORK OF AXEMAN AND STILL IN EARLY ALPHA

What?

Certstream as a Python library.

Installing it

A newer version of Python (3.5+) is required.

pip3 install -r requirements.txt

Usage

pam = Pickaxeman()

while True:
    links = pam.run()
    print(links)

Demo

Check example.py.

About

Pickaxeman is a utility to retrieve certificates from Certificate Transparency Lists (CTLs). It is a local certstream without API or websocket connections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages