<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>George Starcher - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-6e1482a2" type="application/json"/><link>http://georgestarcher.disqus.com/</link><description></description><atom:link href="http://georgestarcher.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 27 Dec 2011 20:43:01 -0000</lastBuildDate><item><title>Re: OSX and Public Wifi &amp;#8211; Toggle settings with AppleScript</title><link>https://www.georgestarcher.com/?p=374#comment-395430336</link><description>Thanks I corrected the typo in the blog.  It is meant as a toggle and assumes you want sharing off and firewall on when you leave your home.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Tue, 27 Dec 2011 20:43:01 -0000</pubDate></item><item><title>Re: OSX and Public Wifi &amp;#8211; Toggle settings with AppleScript</title><link>https://www.georgestarcher.com/?p=374#comment-394745060</link><description>Stupid question sir. What is the purpose of turning on sharing in ilife and then the firewall? I'm listening to your visit on Mac Power Users. All good stuff.&lt;br&gt;&lt;br&gt;brian g&lt;br&gt;toronto</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Briangrishaber</dc:creator><pubDate>Mon, 26 Dec 2011 22:54:24 -0000</pubDate></item><item><title>Re: Setting up SSH Alerts to iPhone</title><link>https://www.georgestarcher.com/?p=293#comment-394719987</link><description>Awesome!  Thanks!  I still have not updated to the app store copy.  So I'll need this when I do.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Mon, 26 Dec 2011 22:01:16 -0000</pubDate></item><item><title>Re: Setting up SSH Alerts to iPhone</title><link>https://www.georgestarcher.com/?p=293#comment-394595723</link><description>I really appreciate this posting.  I tweaked the script a little to make use of Growl 1.3.2 and the notification history in Lion.  Here's how mine looks:&lt;br&gt;&lt;br&gt;#!/bin/bashfunction growl {# check if Growl is installedif [ -f "/usr/local/bin/growlnotify" ]; then/usr/local/bin/growlnotify -p 1 -d "AlertSSH" -w -n “AlertSSH” -t "$1" -m "$2"fi}logmsg=$(tail -n 1 /var/log/secure.log)detectAccept=$(echo $logmsg | grep -i accepted)detectFail=$(echo $logmsg | grep -i 'authentication error')detectInvalid=$(echo $logmsg | grep -i 'invalid user')if [ ! -z "$detectAccept" ]thengrowl "User Login" "$logmsg"elseif [ ! -z "$detectInvalid" ]thengrowl "Invalid user" "$logmsg"elseif [ ! -z "$detectFail" ]thengrowl "Authentication Failure" "$logmsg"fififisleep 1exit 0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Barnabo</dc:creator><pubDate>Mon, 26 Dec 2011 16:48:04 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-375134659</link><description>There are dictionary generation tools in Backtrack like Crunch.  You could use it to make the dictionary output file then use that file in crowbar.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Tue, 29 Nov 2011 12:51:28 -0000</pubDate></item><item><title>Re: Mac Forensics &amp;#8211; Automator Love &amp;#8211; Make a Dictionary</title><link>https://www.georgestarcher.com/?p=260#comment-375127348</link><description>No, crowbar just takes the text file as is.  You need to build your dictionary with all the permuations you need before you use the file with crowbar.  The tool is not a dictionary generator, it just uses whatever file you feed it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Tue, 29 Nov 2011 12:48:01 -0000</pubDate></item><item><title>Re: Mac Forensics &amp;#8211; Automator Love &amp;#8211; Make a Dictionary</title><link>https://www.georgestarcher.com/?p=260#comment-373891817</link><description>Pardon mt for not fully understanding how your Crowbar tools try the dictionary words.&lt;br&gt;&lt;br&gt;Must the specific password appear as a dictionary entry?&lt;br&gt;&lt;br&gt;Example:&lt;br&gt;The input dictionary contains the following entries:&lt;br&gt;alpha&lt;br&gt;bravo&lt;br&gt;charlie&lt;br&gt;The password is the target item is 'alphacharlie'&lt;br&gt;will the password be discovered by crowbar?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">0579186585</dc:creator><pubDate>Sun, 27 Nov 2011 19:31:03 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-368558081</link><description>Hi there, and thank you for this great appliaction.&lt;br&gt;Can you send me your answer to Mathieu ? cause I have the same problem.&lt;br&gt;My password is a combination with some numbers and leters , something like 4dihxex5dhjwac....but I did forget in which order I did it.&lt;br&gt;&lt;br&gt;Thank you in advance&lt;br&gt;&lt;br&gt;H</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cactus</dc:creator><pubDate>Sat, 19 Nov 2011 21:26:28 -0000</pubDate></item><item><title>Re: Mac Shell Script &amp;#8211; Crack PGP WDE</title><link>https://www.georgestarcher.com/?p=258#comment-342592300</link><description>hi&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob</dc:creator><pubDate>Mon, 24 Oct 2011 10:13:02 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-338420801</link><description>If you check the readme or previous posts you will find all I am doing is calling the command line utility built into OSX.  Crowbar just makes it a smoother automation. Due to file locks while the login is being tried there is no real way I can speed it up.  &lt;br&gt;&lt;br&gt;There are a number of tools out there that can generate dictionaries.  Such as crunch in backtrack.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Tue, 18 Oct 2011 15:33:29 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-336408079</link><description>Hello! Thanks for making CrowbarDMG first off - I tried John the Ripper - realized later it couldn't do .dmg files.  next I tried vfcrack - and ended up getting the similar errors that you blogged about - ending up getting an "Abort trap" error.&lt;br&gt;&lt;br&gt;Anyways - I was wondering the same thing as Matthew - How can I create a dictionary with random numbers and files?&lt;br&gt;Also - are you planning on updating the speed of crowbarDMG anytime soon? I split a dictionary into two 2.5MB .txt files and its reading ~52 words per min  - i'm running two crowbarDmg apps at the same time - therefore ~102min per min still seems slow...&lt;br&gt;&lt;br&gt;Thanks in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">iTyrant</dc:creator><pubDate>Mon, 17 Oct 2011 00:17:36 -0000</pubDate></item><item><title>Re: Mac Shell Script &amp;#8211; Crack Keychain</title><link>https://www.georgestarcher.com/?p=232#comment-319589073</link><description>Should work fine.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Sun, 25 Sep 2011 11:05:55 -0000</pubDate></item><item><title>Re: Mac Shell Script &amp;#8211; Crack Keychain</title><link>https://www.georgestarcher.com/?p=232#comment-296082277</link><description>George, will this work in os x lion, as well? Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johndavis1</dc:creator><pubDate>Fri, 26 Aug 2011 14:54:48 -0000</pubDate></item><item><title>Re: OSX Lion Filevault v2 &amp;#8211; Dictionary Attack</title><link>https://www.georgestarcher.com/?p=343#comment-291331051</link><description>I don't know of any specific crypto examinations on it yet.  Been busy job hunting this week.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Fri, 19 Aug 2011 17:28:46 -0000</pubDate></item><item><title>Re: OSX Lion Filevault v2 &amp;#8211; Dictionary Attack</title><link>https://www.georgestarcher.com/?p=343#comment-290758657</link><description>Has anyone examined the format of the 'Recovery Key' which is generated by FileVault2?&lt;br&gt;It appears to always consist of 24 uppercase and numeric characters.  Knowing that is probably not of much use, but if other consistent characteristics can be determined it may reduce the search search effort.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">0579186585</dc:creator><pubDate>Fri, 19 Aug 2011 04:21:21 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-288247736</link><description>Thank you sir!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew D. Miller</dc:creator><pubDate>Tue, 16 Aug 2011 14:30:39 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-287415038</link><description>Hi Matthew there sure is.  I see you did not use an email address but there is a link to your Facebook. I will send you further information there.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Mon, 15 Aug 2011 17:55:23 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-287409743</link><description>Hello sir, I had all my important utilities on one DMG file. I know the first part of the password is MM, mm, or mdm, and then a repeated series of 4 numbers. Is the numbers I don't remember. Like mm149214921492. Is there a way to build a custom dictionary file with every combination of a few letters that are known and a series of numbers?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew D. Miller</dc:creator><pubDate>Mon, 15 Aug 2011 17:49:03 -0000</pubDate></item><item><title>Re: Building a logging VM &amp;#8211; syslog-ng and Splunk</title><link>https://www.georgestarcher.com/?p=269#comment-276516850</link><description>You are misreading it. You should add the exact text: include "/opt/syslog-ng/etc/splunk.conf"  as a line under the sources section in the syslog-ng.conf file&lt;br&gt;&lt;br&gt;This is like an include header in a snort rules or even a programming language file in c where you do something like &amp;lt;include header.h=""&amp;gt;&amp;lt;/include&amp;gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Wed, 03 Aug 2011 19:49:36 -0000</pubDate></item><item><title>Re: Building a logging VM &amp;#8211; syslog-ng and Splunk</title><link>https://www.georgestarcher.com/?p=269#comment-276508907</link><description>Hello George,&lt;br&gt;&lt;br&gt;Great write up on this config. I've been trying to get syslog-ng to work on a CentOS 5.6 install. your write up is what I've been looking for -- I've been very confused onto what I need to configure. I do have one question though, regarding the change to the syslog-ng.conf to point to the splunk.conf file. The document states to include "/opt/syslog-ng/etc/&lt;br&gt;splunk.conf". Could you please be so kind to show how exactly it should be included in the Source section. &lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Jack&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Whatupjack</dc:creator><pubDate>Wed, 03 Aug 2011 19:42:06 -0000</pubDate></item><item><title>Re: AccessData DNA &amp;#038; Amazon EC2 – Part Five</title><link>https://www.georgestarcher.com/?p=321#comment-275622291</link><description>Yeah works fairly well when you don't have hardware on hand.  Now if I could just find a good tutorial on distributed john the ripper setup.  Want to update and test the tutorial for that as alternative to DNA.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Tue, 02 Aug 2011 20:30:58 -0000</pubDate></item><item><title>Re: AccessData DNA &amp;#038; Amazon EC2 – Part Five</title><link>https://www.georgestarcher.com/?p=321#comment-274896130</link><description>An interesting idea nonetheless.  Having your AD with Wine must be going around.  FTKimager also runs under Wine, albeit not the memory capture function...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">duckexmachina</dc:creator><pubDate>Tue, 02 Aug 2011 15:03:49 -0000</pubDate></item><item><title>Re: AccessData DNA &amp;#038; Amazon EC2 – Part Five</title><link>https://www.georgestarcher.com/?p=321#comment-256039831</link><description>I wrote the tutorial for those with very limited comfort or experience with Linux.  Thus keeping things in the gui frame of mind.  Plus trying to teach how to use VI to edit configs for a linux client is boring.  I wanted also to know if the wine trick would work.  Anyone comfortable with the limited instructions from AD on those linux agents and adapting them to Debian for the Ubuntu I used for the tutorial likely doesn't need the tutorial beyond maybe the Amazon image stuff that is not directly related to the AD DNA tools.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Mon, 18 Jul 2011 10:36:44 -0000</pubDate></item><item><title>Re: AccessData DNA &amp;#038; Amazon EC2 – Part Five</title><link>https://www.georgestarcher.com/?p=321#comment-255968036</link><description>Curious why you didn't just use the linux workers that AD provides with DNA... rather than wine</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">duckexmachina</dc:creator><pubDate>Mon, 18 Jul 2011 08:10:12 -0000</pubDate></item><item><title>Re: crowbarDMG &amp;#8211; Version 1.0</title><link>https://www.georgestarcher.com/?p=228#comment-236371821</link><description>The source code would be useless on Ubuntu.  I am using ObjectiveC and simply calling the disk utility to attempt to mount the image with the next password in the chosen dictionary.  You can see an earlier blog post where I show the same thing in a shell script.  The shell script would be more useful to you if you can mount OSX encrypted DMG files natively in Ubuntu.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgestarcher</dc:creator><pubDate>Mon, 27 Jun 2011 21:18:26 -0000</pubDate></item></channel></rss>
