AutoDave Posted December 23, 2005 Posted December 23, 2005 (edited) KeeForm is a popular extension for KeePass that can launch web sites, scan for username and password fields and fill in that information for you automatically. This topic has moved to KeeForm.org (after 411739 downloads hosted by AutoIt). Cheers, Dave Update: KeeForm is currently only available for Chrome and Firefox, but I added the "very old" source code for IE since this topic was posted in "Example Scripts". keeform-2.02 with chm.zip Edited February 17, 2019 by AutoDave KeeForm
gracefool Posted May 20, 2006 Posted May 20, 2006 What exactly does this do? Does it use your default browser? Does it always open a new browser window? Can you use it alongside KeePass's built-in auto-type?
DrFalken07732 Posted May 30, 2006 Posted May 30, 2006 You might want to look the code for Firefox plugins: > FlashGot > Roboform > Greasemonkey These might give you some ideals on how to interface your Password Forms with Firefox Great addon for KeePass
AutoDave Posted August 28, 2006 Author Posted August 28, 2006 (edited) Change History for KeeForm 1.06 - Recompiled with AutoIt version 3.2.0.1 - Renamed KeePrg2 to KeeRun - Some minor fixes Edited August 8, 2007 by AutoDave KeeForm
david684 Posted October 25, 2006 Posted October 25, 2006 Please use caution in downloading this Zip file. According to the Avira antivirus software, both the KeeForm.exe and KeeRun.exe components contain the Sohanat.H worm. David Spector Springtime Software
Administrators Jon Posted October 26, 2006 Administrators Posted October 26, 2006 Please use caution in downloading this Zip file.According to the Avira antivirus software, both the KeeForm.exe and KeeRun.exe components contain the Sohanat.H worm.David SpectorSpringtime SoftwareAvira is falsely flagging all AutoIt scripts as viruses atm. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
John Nano Posted November 6, 2006 Posted November 6, 2006 KeeForm doesn't appear to work when setup with the newest version of KeePass. After copying the files to the KeePass directory, and modifying the ini file with the entry for KeeForm, Keepass won't even list it as an installed plugin.
Busti Posted November 6, 2006 Posted November 6, 2006 Avira is falsely flagging all AutoIt scripts as viruses atm.I reportet it to them, they fixxed it! My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
AutoDave Posted November 7, 2006 Author Posted November 7, 2006 (edited) John,KeePass won't list KeeForm as an plugin, because KeeForm is not a plugin. So you can ignore the "missing plugin entry".KeeForm should work with the newest version of KeePass (currently v1.06).Cheers, Dave https://sourceforge.net/forum/?group_id=95013KeeForm doesn't appear to work when setup with the newest version of KeePass.After copying the files to the KeePass directory, and modifying the ini file with the entry for KeeForm, Keepass won't even list it as an installed plugin. Edited November 7, 2006 by AutoDave KeeForm
astrapi Posted January 14, 2007 Posted January 14, 2007 Avira is falsely flagging all AutoIt scripts as viruses atm.Hi there,I have the Antispyware from Ashampoo and the say that KeeForm is infected from the "Trojan.Win32.Autoit.x". I was using the KeeForm till now but i dont know now what to do.Thanks
AutoDave Posted January 15, 2007 Author Posted January 15, 2007 KeeForm does not contain any form of malware (like spyware, viruses, trojans and backdoors)This is definitely a false alert.Cheers, DaveHi there,I have the Antispyware from Ashampoo and the say that KeeForm is infected from the "Trojan.Win32.Autoit.x". I was using the KeeForm till now but i dont know now what to do.Thanks KeeForm
ChinaLamb Posted April 2, 2007 Posted April 2, 2007 KeeForm does not contain any form of malware (like spyware, viruses, trojans and backdoors)This is definitely a false alert.Cheers, DaveDave, Although I want to trust you, I generally tend to trust my virus-scan when it tells me it has found a virus or trojan. At this point I at least have a little bit of suspicion regarding this product - and I will tolerate Zero suspicion when it comes to passwords, etc. Therefore I will stop using KeeForm.If a future version of this is not reported as a virus, I will use the product again then./CL
DaleHohm Posted April 2, 2007 Posted April 2, 2007 Not trying to speak for Dave, but you'll see that the source code is included so you can examine it and compile it yourself with the included instructions. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
ChinaLamb Posted April 2, 2007 Posted April 2, 2007 Not trying to speak for Dave, but you'll see that the source code is included so you can examine it and compile it yourself with the included instructions.DaleI know nothing about programming. I wouldn't know the first thing to look for.
Helge Posted April 2, 2007 Posted April 2, 2007 Trojan.Win32.Autoit.xIt's happened before and it will happen again. AV-programs sometimes detects all compiled AutoIt-scripts as virus, trojans or whateverthey're called. This has nothing to do with the actual code of this script. It could even be a compiled blank file...it would still detect it as bad.There's been a bunch of topics of this over the years... like this one for example.
AutoDave Posted April 5, 2007 Author Posted April 5, 2007 (edited) Hello ChinaLamb,I agree with Dale, of course :-)You could also try the following:KeeUrlOverride=cmd://C:Program FilesAutoIt3autoit3 "C:Program FilesKeePass Password SafeKeeForm.au3" "{URL}" "{USERNAME}" "{PASSWORD}" {ENTERFORM}This way you shouldn't get any AV warning (because KeeForm.au3 is "clean").But you need to install autoit first (freeware and very easy to install):autoit 3.2.8.1-setup.exeCheers, Dave Edited September 12, 2007 by AutoDave KeeForm
AutoDave Posted May 26, 2007 Author Posted May 26, 2007 Just to clarify: KeeForm 1.06 is compatible with KeePass 1.07. Cheers, Dave KeeForm
SnYder Posted June 21, 2007 Posted June 21, 2007 I use COMODO security products and have been using it for a while and finally the Anti-Malware product has identified KeeForm 1.06 as containing a Trojan and has quarantined it. I'm really very skeptical about using this useful utility that I have come to like. I have heard that Autoit can and has been used to write some pretty bad scripts that could exploit vulnerabilities but does KeeForm fit that bill? Thanks.
DaleHohm Posted June 21, 2007 Posted June 21, 2007 Hello Snyder, Please read through this topic's posts. They answer your question. If you are concerned, you can look at the source and compile it yourself... I've never heard of a virus writer that let you do that :-) Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
AutoDave Posted June 28, 2007 Author Posted June 28, 2007 Hi Snyder, I assure you that KeeForm can be used with no concern. It does not contain any form of malware like spyware, viruses, trojans and backdoors. Cheers, Dave KeeForm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now