Skip to content

Commit

Permalink
Added a working example and a vapour nmap-like example
Browse files Browse the repository at this point in the history
  • Loading branch information
chao-mu committed Feb 11, 2012
1 parent 568ae3d commit 6adfd14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@ Exhumer is a framework for finding and extracting data from remote sources, some

PRE ALPHA EXPERIMENTAL VERSION! Don't expect anything at all to work.

Example commands:
Actual working examples:

ruby bin/hunt.rb modules/plunder/crypt.rb modules/search/google.rb > search_results

Vapour examples of commands:

bin/hunt.rb presets/crypt --config foo.baz=bar,foo.qux=quux,refresh=true
# Search google and bing for crypt passwords, nmap command style. I like this.
exhumer -sG -sB --scripts crypt

0 comments on commit 6adfd14

Please sign in to comment.