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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for python-cloudcracker-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49f1b1d27836d86086b3c961a2ba7f26e9f5712b1d1c99f3a28e75f437586e20 |
|
MD5 | 3297df79e760ba55a25573c314d7fd37 |
|
BLAKE2b-256 | add0ff0e39b27ef45f4991adb6f400366b7ff9ff29f44f67040e5da659bb252f |