![]() |
![]() |
|
October 15, 2002Thanksgiving Wrap upWell a week ago I took my daughter to the space centre. Thought it would be interesting to apply some of the knowledge we learned at the Planetarium and decided to pack up and spend the Canadian Thanksgiving weekend in the abyss of nature away from light pollution so we could gaze at the stars. Decided to go up as a group, and took a bunch of families up to enjoy the splendors of the wilderness for the weekend camping. The evenings were amazingly clear, and we spent some time gazing at the constillations on the beach at Hicks Lake, just outside of Harrision. The days were filled hiking around the lake and just enjoying the palette of autumn colors changing the trees in the forest. One of the hikes was a two hour journey right around the lake. Very nice walk as the cedar lined ground was quite soft and easy to walk on. Roots were not to bad, and except for one muddy place which was alittle steep a trail you could consider "Easy". Even so, it was a great way to excercise while having fun. Before leaving for the mountains, I left work with the merging of all my SNMP code into stable. You can now fully utilize SNMP event traps with executed commands through the SNMP Action Manager. I even worked around an annoying problem we have with the HTML rendering component. Windows has a bug in the code to deal with the changing of state for cursors through Java, so even though you SAY to show the wait cursor, it won't unless you move the mouse a certain way. Quite annoying if a long task is at hand, and you think you clicked on something and nothing happens. I got around this by doing something Sun said couldn't be done. I created a titleless, borderless and transparent window showing an animated time piece during a long wait state. (Ok.. I ripped the idea from enlightenment... but YOU try doing it in Java). Anyways... with the way I did it, longer tasks now appear to make sense to the customer. Guess "time" will tell if customers like it. (/me groans at my own bad pun) Scarey thing is, with this new hack I wrote, I COULD make a "clippy" for our application. Not that I would actually do something that evil... but the fact Sun says it can't be done makes me happy... since I am doing it now! :) The trick is to build invisible "glass pane" windows on top of your application and selectively control the keystroke, mouse movement and painting. All tools that exist in Java, and work to the parent of the Operating System. Windows can't stop ya. Proof is in the fact I wrote a Java application to inivisibly catch all keystrokes of a user. When active, all keystrokes are logged at the top upper most window in the windows stack, and then passed down to the native applications. Kinda useless since the target would have to RUN the application first, but could be hacked in a way to install itself into the registry and work on next login. Of course, it was only a proof of concept (more a way for me to test HOW to build the invisible window and pass events to the main app), and isn't really all that usable as a security tool or some way to tick of the privacy advocates. Today I have spent most of the day making the default state of our application to be more "useful" during initial setup by setting up default parameters and settings (ie: Making some default events for the Event Trap Manager) so the customer can get right to work. Everything is now in Beta and being tested by the team as we speak. Which now gives me enough time to update my journal, and then get back to writing a "Value Proposition" report for the Sales and Marketing team. Which... I need to go do. TTYL. Posted by SilverStr at October 15, 2002 04:52 PMComments
Hi Dana, I was hunting around for a Java mouse and keystroke logger and your web site popped up. I have a requirement to capture keystrokes and mouse clicks within a transparent or hidden Java application, do something with them, such as capture the screen, and pass the keystrokes and mouse clicks unchanged onto the underlying application. This is for a legitimate application and NOT spyware. If this project comes to fruitition, it will be commercialised so I am willing to buy/license the source code (I would need the source code to adapt to my specific requirements) as long as it is not too expensive! My alternative is to use an off-the-shelf logger but I am not sure it will give me the flexibility I need. Please contact me directly at the e-mail address above. Regards, Andrew Posted by: Andrew Barton at January 28, 2004 06:10 AM |
![]() ![]()
My 5 Favorite Books
Writing Secure Code
Secure Programming Cookbook Security Engineering Secure Coding Principles & Practice Inside the Security Mind ![]()
My 5 Favorite Papers
Smashing the Stack
Penetration Studies Covert Channel Analysis of Trusted Systems DoD Trusted Computer System Evaluation Criteria NSA Security Recommendation Guides ![]()
Archives
March 2010
October 2009 August 2009 May 2009 April 2009 March 2009 February 2009 January 2009 December 2008 November 2008 October 2008 September 2008 August 2008 July 2008 June 2008 April 2008 January 2008 December 2007 November 2007 October 2007 September 2007 August 2007 July 2007 June 2007 May 2007 April 2007 March 2007 February 2007 January 2007 December 2006 November 2006 October 2006 September 2006 August 2006 July 2006 June 2006 May 2006 April 2006 March 2006 February 2006 January 2006 December 2005 November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 February 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 October 2003 September 2003 August 2003 July 2003 June 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 October 2002 September 2002 August 2002 July 2002 ![]() |
|