Codebase list twofi / f85760e
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 11 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
1616
1717 [ Sophie Brun ]
1818 * New upstream release
19 Updated to use the new authenticated API
19 Updated to use the new authenticated API
2020 * Add the depends on ruby-twitter
2121 * Install twofi.yml (con file) in /etc/twofi/
2222 * Add a patch to search the twofi.yml in /etc/twofi/
4747
4848 twofi (1.0-1kali0) kali; urgency=low
4949
50 * Initial release
50 * Initial release
5151
5252 -- Devon Kearns <[email protected]> Sun, 23 Dec 2012 08:37:40 -0700
1111 Architecture: all
1212 Depends: ${misc:Depends}, ruby, ruby-twitter
1313 Description: Twitter words of interest
14 When attempting to crack passwords custom word lists are
15 very useful additions to standard dictionaries. An
16 interesting idea originally released on the "7 Habits of
17 Highly Effective Hackers" blog was to use Twitter to help
18 generate those lists based on searches for keywords related
19 to the list that is being cracked. I've expanded this idea
20 into twofi which will take multiple search terms and return
21 a word list sorted by most common first.
14 When attempting to crack passwords custom word lists are
15 very useful additions to standard dictionaries. An
16 interesting idea originally released on the "7 Habits of
17 Highly Effective Hackers" blog was to use Twitter to help
18 generate those lists based on searches for keywords related
19 to the list that is being cracked. I've expanded this idea
20 into twofi which will take multiple search terms and return
21 a word list sorted by most common first.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@
1313
1414 override_dh_auto_install:
1515 install -D -m 755 twofi.rb $(CURDIR)/debian/twofi/usr/bin/twofi