Skip to main content

A python class to interface with the CloudCracker API

Project description

#Overview A python class to interface with the [Cloud Cracker API](https://www.cloudcracker.com/developers.html). #Usage

###Init `python import cloudcracker c = cloudcracker.CloudCrackerConnection() `

###Grab dictionaries format can be ‘wpa’, ‘ntlm’, ‘cryptsha512’, or ‘cryptmd5’

`python c.grab_dictionaries('wpa') `

###Submit a job * format: ‘wpa’, ‘ntlm’, ‘cryptsha512’, or ‘cryptmd5’ * email: email to deliver results to * dictionary: dictionary you would like to use (from dictionaries call) * size: size of dictionary (from dictionaries call) * uploaded_file: pcap file to crack

`python c.submit_job('wpa', 'nicks@ydekproductions.com', 'english', 604, uploaded_file) `

###Check job status `python c.grab_job_status('wpa', 'abcdefghijklmnopqrstuvwxyzaejeil') `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-cloudcracker-0.0.4.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page