• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Firefox Hacks : Extract user information in your computer with Groovy

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I made a paper to extract user information by using Groovy all user datas like cookies, history ...
Here is my paper : http://totalprogus.blogspot.fr/2014/05/firefox-hacks-extract-user-information.html

To finish it, I need to parse bookmark file ( e.g: bookmark.xml ) which are in profile directory.
This file contains JSON data.
Do you know how to parse JSON file dynamicaly with Groovy ?




 
reply
    Bookmark Topic Watch Topic
  • New Topic