Jump to content
Ketarin forum

necrox

Moderators
  • Posts

    265
  • Joined

  • Last visited

Everything posted by necrox

  1. Strange. Works fine for me... Internet connection problems? Or maybe a router problem?
  2. Same here! As a workaround you have to restart Ketarin to export the last entries.
  3. At least the URL above pointing to https://ketarin.org/downloads/Ketarin/Ketarin-1.6.1-RC.zip should work now properly. :-)
  4. Hello appyface, we have a download page on ketarin.org with the latest stable version (not the newest one...). I've changed the title to "Ketarin 1.6.1 RC1" and the status to sticky/pinned. Now it is up to Flo to add a link to the latest test/beta version on ketarin.org. ^^
  5. As i said before. I love the idea of linked database entries with an email address or user name. @shawn, I also stopped collection from the onine database. On the other hand I offer my scripts online for new /interested Ketarin users. In order to keep good entries up we should think about a rating system for "working" / "not working" entries. Or a database wipe once a year to delete old entries.
  6. Works fine for me. Try using it this way for decoding the variable containing encoded character strings: {yourvariable:urldecode}
  7. You can use the function urldecode to replace encoded characters like & in URLs.
  8. Hey appyface! Long time no see! The latest beta (release candidate 1) can be found here.
  9. Hi, TOR does not builds an encrypted connection to your destination (the encryption is limited to the TOR network). Once an attacker monitors the exit server (third server), the connection is not secure. The attacker has the possibility to read your entire data traffic. The "good" thing: the attacker knows only the IP address of the second server and your data traffic, but not your real IP address. Anyway, whenever possible, use an encrypted connection. (e.g. https connections).
  10. Hi, there are hundreds of templates in our online database. Open Ketarin, press the down arrow on the "Add new application" button and select the option "Import from online database". Via the search box you can search for applications. In order to receive the latest ( / working) entries, sort the entries by "Latest updated". You can import the application templates or check the application properties and settings by using the right mouse button. In order to enjoy the latest features, you need the latest version: Ketarin v.1.6.1 RC. Oh, and take a look at the Wiki. If you have questions regarding a special application, just tell me! my Ketarin-Apps.xml export.zip my Settings.xml (user agents, global/special variables, scripts, hotkeys...) settings.zip Enjoy yourself!
  11. @mcw2012 I've modified the initial script (shawn's one). This one works for me: <?xml version='1.0' encoding='utf-8'?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="048268d4-00ef-43c9-a13d-51ed3475b1b7"> <Category>Updates</Category> <WebsiteUrl /> <UserAgent /> <UserNotes /> <LastFileSize>0</LastFileSize> <LastFileDate xsi:nil="true" /> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <SetupInstructions /> <Variables> <item> <key> <string>schangelog</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>http://support.microsoft.com/kb/913086</TextualContent> <Name>schangelog</Name> </UrlVariable> </value> </item> <item> <key> <string>swebsite</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>http://support.microsoft.com/kb/913086</TextualContent> <Name>swebsite</Name> </UrlVariable> </value> </item> <item> <key> <string>snotes</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent /> <Name>snotes</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>Windows_KB913086_([\d-]+)\.iso</Regex> <Url>http://www.microsoft.com/en-us/download/confirmation.aspx?id=36277</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>sdownload</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>fileUrl.*?(http[^"]*\.iso)</Regex> <Url>http://www.microsoft.com/en-us/download/confirmation.aspx?id=36277</Url> <Name>sdownload</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <SourceType>FixedUrl</SourceType> <PreviousLocation /> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>C:\ISO\Windows Updates\{appname:regexreplace:([\s\t\r\n\-\\&\/]+):_}-{version}.{url:ext}</TargetPath> <FixedDownloadUrl>{sdownload}</FixedDownloadUrl> <Name>Microsoft Update ISO</Name> </ApplicationJob> </Jobs>
  12. Have you tried the latest version? Ketarin-1.6.1-RC.zip
  13. You can try playing around with the "Post data" feature first, before creating a template. I have a download link but I have to figure out how to get rid of an error message. Retrieving the {version}: Using the {url} for sending "Post data"... ...and that's the "Post data" for {url}. As HTTP referer you have to use http://www.displaylink.com/support/sla.php {url} returns now the download link: So there we have a (working?!) download link. Now I have to jump the last hurdle getting rid of error 403... The strange thing about this: opening this link in Firefox works fine!
  14. A nice way to install PA. Thank you for sharing this!
  15. Hey, sorry for the delay. The most recent download links and version numbers are on the main page: https://www.torproje...browser.html.en So that's the site you need. The quick'n'dirty thing below works fine for me: As you can see, I use {url} as download link. Maybe you want to use https://www.torproject.org/dist/torbrowser/tor-browser-{version}_en-US.exe as download source instead of the {url} variable... Translated as XML code: <?xml version='1.0' encoding='utf-8'?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="2319bdbc-848f-4cd1-9299-99a0139749aa"> <Category>Security</Category> <WebsiteUrl>http://www.pctools.com/product-eol/index/product/threatfire/</WebsiteUrl> <UserAgent /> <UserNotes /> <LastFileSize>24051536</LastFileSize> <LastFileDate>2012-12-02T21:15:40+01:00</LastFileDate> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <SetupInstructions /> <Variables> <item> <key> <string>appcat</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>{appname:regexreplace: \(.*\):}</TextualContent> <Name>appcat</Name> </UrlVariable> </value> </item> <item> <key> <string>appfile</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>{appname:multireplace:||)| :|_|_}</TextualContent> <Name>appfile</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>(?<=Windows \(version.*?)[0-9.-]{2,}(?=\))</Regex> <Url>https://www.torproject.org/projects/torbrowser.html.en</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>url</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex>en-US</Regex> <Url>https://www.torproject.org/projects/torbrowser.html.en</Url> <TextualContent>https://www.torproject.org/dist/torbrowser/tor-browser-{version}_en-US.exe</TextualContent> <Name>url</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand>echo %date% - %time% // {appname} v{version} >> "{file:directory}"\history.txt</ExecuteCommand> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <SourceType>FixedUrl</SourceType> <PreviousLocation>G:\Install\Ketarin\Downloads\Security\Tor Browser Bundle\Tor_Browser_Bundle_Setup_v2.3.25-1.exe</PreviousLocation> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>false</Enabled> <FileHippoId /> <LastUpdated>2012-12-14T09:39:20.2568359+01:00</LastUpdated> <TargetPath>{downloads}\{category}\{appcat}\{appfile}v{version}.{url:ext}</TargetPath> <FixedDownloadUrl>{url}</FixedDownloadUrl> <Name>Tor Browser Bundle (Setup)</Name> </ApplicationJob> </Jobs>
  16. 2-3 spam messages per day at the moment...
  17. *bump* Yes, please! Would be a nice feature. If you have questions regarding a specific daabase entry you know at least the author's name. ^^
  18. 130 spam postings in 3 day... -> It isn't funny anymore. Hundreds of spam posts in past 7 days...
  19. New day... Edit: Thanks for deleting, shawn
  20. Oh yes, please! +1 I've checked the IP addresses of the last 6 days. All of them are of Chinese origin (starting with 175.44.x.x).
  21. Had this too on some downloaded files (e.g. IrfanView + PlugIns from original web site). Don't know the reason
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.