Skip to content

Instantly share code, notes, and snippets.

@x684867
Last active December 20, 2015 16:19
Show Gist options
  • Select an option

  • Save x684867/6160336 to your computer and use it in GitHub Desktop.

Select an option

Save x684867/6160336 to your computer and use it in GitHub Desktop.
wrapper script for keyspaceGen.rb ...cause doing it the Linux way is yielding much better results. Imagine if I wrote keyspaceGen in C?
#!/bin/bash
#
# keyspace-slicer
# (c) 2013 Sam Caldwell. Public Domain
#
# Wrapper script for keyspaceGen.rb
#
for n in $(seq 32 1 127); do
./keyspaceGen.rb /opt/ 32 127 16 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 $n > /dev/null &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment