from here
http://www.backtrack-linux.org/downloads/
Type: Posts; User: spacemonkey; Keyword(s):
from here
http://www.backtrack-linux.org/downloads/
Is anyone else getting this MD5 sum
abacb136d3e020bc992558b11a2481bf
instead of the one published on the download page?
af139d2a085978618dc53cabc67b9269
Awesome!
Were you able to get it to compile? I get this assertion error...
$ make
sha1dgst.cu(272): warning: variable "i" was declared but never referenced
courtesy of google books...
Computer Security - ESORICS 2008 ... - Google Books
(did i get the skynet joke?)
Can this tool be added to the GPU arsenal?
http://www.crark.net/Cuda-OpenSrc.rar
cRARk - a free RAR password recovery utility (Win32, Linux, Mac, GPU)
what are pivoting exploits?
Does anyone know what this technique/exploit is about?
Crark 3.2 now supports CUDA! w00t!
CUDA Zone -- The resource for CUDA developers
source...
http://www.crark.net/Cuda-OpenSrc.rar
I'll post some benchmark results as soon as I get it to...
Thanks thorin, you're right. The manufacturer considers a gigabyte to be 1000^3 bytes, while in Linux it's 1024^3 bytes. So, 500GB / (1024^3) = 466 GB. It's dd time for me.
Thanks for the tips. Tried dd, but it was limited to 466GB of 500 available. Unfortunately DBAN didn't work, because it's not compatible with USB HDDs (all of the drives I need to wipe are external...
I'm trying to figure out how to securely erase an entire hard drive. When wiping a 500GB hard drive using the 'shred' utility only 466GB of the drive seem to be accessible ( I guess because the...
Does anyone know if videos from Shmoocon '09 are available anywhere? (ze googles zey do nothing!)
Because GPUs have many more ALUs than CPUs :D
Thanks for the suggestions, but getc and getchar don't seem to work either. Both wait for 'enter' key to be pressed before sending the character the user typed to stdio. I just changed the two...
"supposed to look" not "suppose to look"
"techies" not "techie's"
:D sorry, couldn't resist
Does any one know of a way to read input from the keyboard without having to press enter? This is what I have so far, but it requires pressing enter after every key...
char key;
char...
Wikipedia has good specs tables for almost all Nvidia cards (8600M is towards the bottom of the page)
http://en.wikipedia.org/wiki/GeForce_8_Series
Thanks, that's exactly what I was looking for!
Came across a nice little utility - pv (pipe viewer) that shows the data rate through a pipe.
http://linux.die.net/man/1/pv
Is there a way to...
Kind of a n00b Unix question... The way I understand it, a pipe "|" connects the standard output of one program to the standard input of another program. What happens if the stdout rate of the...
Benchmark from my box
Available cores: 'Standard CPU', 'Nvidia CUDA'
Testing CPU-only core 'Standard CPU' (8 CPUs)... 1452.31 PMKs/s
Testing GPU core 'Nvidia CUDA' (Device 'Quadro FX...
cool script, thaks!
you may have already seen this, but here are a few more (per)mutation ideas...
elcomsoft.com/help/ewsa/index.html?dictionary_mutations.html
thanks bofh28
is it possible to pipe the output of crunch to gzip/bzip?
maybe it's time for a BT5 artwork thread :)
if the original hatelist file is corrupt, is a clean version available? if not, any advise on how to clean it up?
I think on an shared memory machine the OS decides which threads to run on which cores. So if your code properly is multithreaded it should run on all available cores.