Search the web
Sign In
New User? Sign Up
linux_forensics
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2409 - 2444 of 3158   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2409
Hello again, Just a little update on my current research and direction of the New Penguin Sleuth Kit.....I have been experimenting with several live cd ...
Ernie Baca
dborderman
Offline Send Email
Jan 6, 2007
11:37 am
2410
... Thanks for the update Ernie. Although not said often enough, work done by people such as yourself is appreciated and beneficial to many. Thank you, ...
Jacques B.
jboucher_work
Offline Send Email
Jan 6, 2007
2:21 pm
2411
Hi i am relatively new to forensics and even newer to linux and live response. i like the look of penguin but have i missed something somewhere... i read the...
mike bennett
barryradish1958
Offline Send Email
Jan 6, 2007
3:08 pm
2412
I recently had a case where I had to obtain the Safari browsing and download history from a MacOSX system. There are several methods to extract the data from...
jake@...
Send Email
Jan 8, 2007
12:26 am
2413
jake- just curious...does this convert the new binary version of the plist files? or does the plist file have to be converted from the binary to the XML ...
Michael Harrington
chimpinlinux
Offline Send Email
Jan 8, 2007
9:28 am
2414
Hi, safari_hist parses the binary History.plist file. The History.plist file doesn't need to be converted to XML first. I checked out the BHV tool referenced...
jake@...
Send Email
Jan 8, 2007
2:43 pm
2415
Jake- That is very cool! Previously I had to convert the binary. Great work thanks! ... -- Ave caesar! Morituri te salutamus...
Michael Harrington
chimpinlinux
Offline Send Email
Jan 8, 2007
4:43 pm
2416
Ernie, I am the creator of the Portable Linux Auditing CD (PLAC), one of the first linux bootable cdrom toolkits. I too have had thoughts on re-creating the...
Garrett Gee
rangerx
Offline Send Email
Jan 8, 2007
5:54 pm
2417
Hello again, I wanted to clarify a few things. It seems that after my last few posts several people ran to my website and either downloaded the PSK virtual...
Ernie Baca
dborderman
Offline Send Email
Jan 9, 2007
5:21 pm
2418
Greetings everyone, I would like your help in creating a poll based on current salary ranges for computer forensic professionals. As many of you know, finding...
wiseguypi
Offline Send Email
Jan 9, 2007
7:45 pm
2419
How about using puppylinux (http://www.puppylinux.com) as a base for the build. It's small, fast, runs completely in ram (typically) and allows you to package...
jcoder24
Offline Send Email
Jan 9, 2007
8:55 pm
2420
I looked at the puppy Linux page.....It is pretty much a slax derivative or very close which I was looking into at the beginning of my search. SLAX is a neat...
Ernest Baca
dborderman
Offline Send Email
Jan 9, 2007
10:27 pm
2421
I am working a case where handheld Global Positioning Systems (GPS) were used by criminals to plot their targets and plan their criminal activities. (See: ...
CCU-ZA
ccu@...
Send Email
Jan 23, 2007
8:19 am
2422
... Did you read the user manual for this product? If not, it might be helpful. According to the manual; "Deleting an item from the Recent Finds list only...
farmerduderl
Offline Send Email
Jan 24, 2007
2:22 am
2425
There are many tools for recovering data from damaged CDs with Windows, but I don't know of any that can return the raw data (even in the case of ECC failure)...
Daniel Webb
danielwebb1004
Offline Send Email
Feb 9, 2007
9:47 pm
2427
The Atlanta Chapter of the High Technology Crime Investigation Association (HTCIA), in partnership with the CyberCrime Institute (CCI) at Kennesaw State...
wiseguypi
Offline Send Email
Feb 14, 2007
12:44 am
2431
I have moved recently from an area that was using some of the "standard" tool sets, FTK, EnCase etc. Now I'm in an environment that requires the use of open...
swinginscott
Offline Send Email
Feb 27, 2007
1:31 pm
2432
... Just out of sheer curiosity, what is it about your new environment that requires you to use open source tools? Don't get me wrong, I'm an advocate of open...
ron@...
Send Email
Feb 27, 2007
2:49 pm
2433
For browser cache you can use Mandiant's tool: WebHistorian. It's free at this time and does a decent job. It's not the most straight forward but as long as...
George Johnson
ismo_wiley
Offline Send Email
Feb 27, 2007
3:01 pm
2434
I'll give it a go, thanks. ... ____________________________________________________________________________________ The fish are biting. Get more visitors on...
Scott Pugmire
swinginscott
Offline Send Email
Feb 27, 2007
8:48 pm
2435
Extract does a good job with ms metadata. If you are using debian it is apt-getable. ... -- There is no reason for any individual to have a computer in his...
Bill Tydeman
billandkarin
Offline Send Email
Feb 28, 2007
12:28 am
2436
... bash scripting is handy. I use this onliner format all the time: file * | grep -i jpeg | cut -f 1 -d ':' | while read i; do mv "$i" jpegs; done i.e. type...
Jeff Bryner
jbryner1
Offline Send Email
Feb 28, 2007
5:46 pm
2437
... Scott, Current version of THE FARMER'S BOOT CD has a simple GUI for pulling browser cache info from Opera, Firefox, and IE. Web page has screen shots and...
farmerduderl
Offline Send Email
Mar 1, 2007
2:01 am
2438
Dear All, My sincere apologies if this is not a relevant posting in this mailing list. http://f0rensics.blogspot. com is a blog that gives questions like bits...
shyaam sundhar rajama...
endeavorshyaam
Offline Send Email
Mar 4, 2007
1:36 am
2439
Hi I am some what new to bash scripting so please forgive me if this is a bit basic for this list! Anyway, I have an enormous pile of "zip" discs to image so...
Stuart Bird
e_tective
Offline Send Email
Mar 5, 2007
3:18 pm
2440
That didn't quite come out like I wanted (of= twice, and forgot to incorporate your unmount) Try this: #!/bin/bash declare -i zipdisknum=1 anotherzip="" until...
Jacques B.
jboucher_work
Offline Send Email
Mar 5, 2007
4:14 pm
2441
From a logic perspective, it's worth nothing that there is no reason to mount these drives whilst imaging them. Also if it were me, I'd hash them before the...
Jeff Bryner
jbryner1
Offline Send Email
Mar 5, 2007
4:43 pm
2442
... Will this do what you want? #!/bin/bash declare -i zipdisknum=1 anotherzip="" until [ "$anotherzip" = "Exit" ] do mount -o ro,noexec /dev/sda /mnt/zip #//...
Jacques B.
jboucher_work
Offline Send Email
Mar 5, 2007
4:45 pm
2443
... Excellent point. Although I don't mount when I image, I failed to pick up on that fact. Add the following option to your dcfldd command: ...
Jacques B.
jboucher_work
Offline Send Email
Mar 5, 2007
5:03 pm
2444
Jacques/Jeff > Although I don't mount when I image > I don't either for hard drives, not sure why I thought I should for these - very good point - duly...
Stuart Bird
e_tective
Offline Send Email
Mar 6, 2007
10:12 am
Messages 2409 - 2444 of 3158   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help