View Single Post
Old 07-03-2015, 10:19 AM   #71
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Rosomak View Post
Please excuse my noob-like questions, but:


  1. How do I connect with Kindle software-wise after connecting the USB cable? Should connect somehow via SSH with putty or something like that? If yes, how do I "find" the device with putty? Preferable I would like to use windows OS.
  2. What is the password in command above? "fiona" ? "fiona%s" ?
  3. What the meaning of "[13:16]" in the command above? Just a random hour value for the md5 hashing?
1. With a software emulated terminal.
Whatever thingy has replaced hyperterminal for Windoze.

2. The password is not "in" the python code, it will be the output of that python command line.

3. Character positions of a sub-string.

Google up an introduction to python and after reading, the above (#2, #3) should be clear.

Last edited by knc1; 07-03-2015 at 10:21 AM.
knc1 is offline   Reply With Quote