Codebase list padbuster / ddc2a2e
Fixed the usage example Devon Kearns 6 years ago
3 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 padbuster (0.3.3-1kali2) kali-dev; urgency=medium
1
2 * Fixed usage example (Closes: 0004193)
3
4 -- Devon Kearns <[email protected]> Fri, 25 Aug 2017 14:07:01 -0600
5
06 padbuster (0.3.3-1kali1) kali; urgency=low
17
28 * Added dependency: libcrypt-ssleay-perl
0 Fixed the usage example to display the correct binary name.
1 --- a/padBuster.pl
2 +++ b/padBuster.pl
3 @@ -78,7 +78,7 @@ print "+--------------------------------
4
5 if ($#ARGV < 2) {
6 die "
7 - Use: padBuster.pl URL EncryptedSample BlockSize [options]
8 + Use: padbuster URL EncryptedSample BlockSize [options]
9
10 Where: URL = The target URL (and query string if applicable)
11 EncryptedSample = The encrypted value you want to test. Must
0 01-fix-usage-example