0rka
|
  |
| Joined: 26 Dec 2013 |
| Total Posts: 1070 |
|
|
| 15 Apr 2014 08:54 PM |
| So I'm in C:/Users/Joe/Desktop/Joe Bob/%AppData%/Local/Google/Chrome/User Data/Default/Local Storage, which is basically just a big folder of all chrome cookies. I know I can open these files, but it doesn't seem to store any cookie values, is there a way to view the cookie values without using the internet. I am specifically looking to do this for remote connection onto computers and getting website data. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 15 Apr 2014 08:57 PM |
(It's not %appdata% as that's a variable, it would just be AppData in win vista+ or ApplicationData in xp-) I'm not entirely sure about chrome as I don't use it, but are the files empty or possibly encrypted? |
|
|
| Report Abuse |
|
|
0rka
|
  |
| Joined: 26 Dec 2013 |
| Total Posts: 1070 |
|
|
| 15 Apr 2014 09:00 PM |
| No they aren't encrypted. I am opening them with a universal file viewer. It is basically giving me a bunch of SQL code that doesn't contain any unique values for something like username storage. |
|
|
| Report Abuse |
|
|
0rka
|
  |
| Joined: 26 Dec 2013 |
| Total Posts: 1070 |
|
|
| 15 Apr 2014 09:00 PM |
| It says SQLite 3 format at the top of my hex view of it. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 15 Apr 2014 09:01 PM |
| Then that's probably the incorrect files where cookies are stored. Since you are saying they give you SQL code, it's possible the cookies are stored in a database (sqlite possibly, as it was in previous versions of opera) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 15 Apr 2014 09:02 PM |
| Oh, that ninja confirmed it. Anyway yeah, then the cookies are stored in a database |
|
|
| Report Abuse |
|
|
0rka
|
  |
| Joined: 26 Dec 2013 |
| Total Posts: 1070 |
|
|
| 15 Apr 2014 09:03 PM |
| Can I view them without the internet in any way that you know of? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 15 Apr 2014 09:05 PM |
Well since the only back-end language I actually can use well is PHP, it's possible to do it without an actual internet connection but still with a browser and apachi.
There may be other ways but I don't really use databases all that much |
|
|
| Report Abuse |
|
|
0rka
|
  |
| Joined: 26 Dec 2013 |
| Total Posts: 1070 |
|
|
| 15 Apr 2014 09:14 PM |
| Well I can do it with a browser I suppose. I think it might be possible to copy all the browser on a computer to my computer through the windows remote connection and just find the cookies from the copied browser. |
|
|
| Report Abuse |
|
|