This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from checkm8 import * | |
| def main(): | |
| print '*** checkm8 exploit by axi0mX ***' | |
| device = dfu.acquire_device(1800) | |
| start = time.time() | |
| print 'Found:', device.serial_number |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ** Welcome to Metasploit Framework Initial Setup ** | |
| Please answer a few questions to get started. | |
| ** Metasploit Framework Initial Setup Complete ** | |
| Metasploit tip: Writing a custom module? After editing your module, why not try | |
| the reload command |