diff --git a/debian/changelog b/debian/changelog index 0802b66..f04698b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,7 +17,7 @@ [ Sophie Brun ] * New upstream release - Updated to use the new authenticated API + Updated to use the new authenticated API * Add the depends on ruby-twitter * Install twofi.yml (con file) in /etc/twofi/ * Add a patch to search the twofi.yml in /etc/twofi/ @@ -48,6 +48,6 @@ twofi (1.0-1kali0) kali; urgency=low - * Initial release + * Initial release -- Devon Kearns Sun, 23 Dec 2012 08:37:40 -0700 diff --git a/debian/control b/debian/control index 1b40ec5..f60624e 100644 --- a/debian/control +++ b/debian/control @@ -12,11 +12,11 @@ Architecture: all Depends: ${misc:Depends}, ruby, ruby-twitter Description: Twitter words of interest - When attempting to crack passwords custom word lists are - very useful additions to standard dictionaries. An - interesting idea originally released on the "7 Habits of - Highly Effective Hackers" blog was to use Twitter to help - generate those lists based on searches for keywords related - to the list that is being cracked. I've expanded this idea - into twofi which will take multiple search terms and return - a word list sorted by most common first. + When attempting to crack passwords custom word lists are + very useful additions to standard dictionaries. An + interesting idea originally released on the "7 Habits of + Highly Effective Hackers" blog was to use Twitter to help + generate those lists based on searches for keywords related + to the list that is being cracked. I've expanded this idea + into twofi which will take multiple search terms and return + a word list sorted by most common first. diff --git a/debian/rules b/debian/rules index 458ee1c..e6162a1 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ override_dh_auto_install: install -D -m 755 twofi.rb $(CURDIR)/debian/twofi/usr/bin/twofi