0x90 / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
7 stars 13 forks source link

cookie hijacker dont work #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Cookie hijacker stays in 'Please wait caching objets...'

and i get this in terminal:

WARNING: No route found for IPv6 destination :: (no default route?)
Unhandled exception in thread started by <bound method 
Fern_Cookie_Hijacker.prepare_Mozilla_Database of 
<core.toolbox.fern_cookie_hijacker.Fern_Cookie_Hijacker object at 0x1a244d0>>
Traceback (most recent call last):
  File "/home/adrian/Programas/Fern-Wifi-Cracker/core/toolbox/fern_cookie_hijacker.py", line 461, in prepare_Mozilla_Database
    raise Exception("cookies.sqlite3 firefox database has not been created on this system, Please run firefox to create")
Exception: cookies.sqlite3 firefox database has not been created on this 
system, Please run firefox to create

I have Firefox 18 installed on Fedora 18

Original issue reported on code.google.com by N.bicalc...@gmail.com on 30 Jan 2013 at 7:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please run this command on terminal:
locate cookies.sqlite3

If nothing turns up it means that truly Fern was not able to find the cookie 
database file for your firefox instance.

Usually the database file is created by firefox when you surf the internet with 
websites that contain cookie information. 

If Cookie Hijacker finds the database file, it will log the path and use that 
database path each time its used.

Original comment by saviob...@rocketmail.com on 31 Jan 2013 at 5:14

GoogleCodeExporter commented 9 years ago
Nothing found

[adrian@vaio ~]$ locate cookies.sqlite3
[adrian@vaio ~]$ 

But searching cookies.sqlite only

[adrian@vaio ~]$ locate cookies.sqlite
/home/adrian/.mozilla/firefox/hb4e46j1.default/cookies.sqlite
/home/adrian/.thunderbird/46mmr419.default/cookies.sqlite
[adrian@vaio ~]$ 

Original comment by N.bicalc...@gmail.com on 31 Jan 2013 at 6:59