mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
perl scripts: add license and chmod +x
This commit is contained in:
parent
d9e54cd357
commit
9201909cd2
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_1x64_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_1x64_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_1x64_le_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_1x64_le_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_carry_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_carry_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_le_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_4x4_le_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_8x4_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_8x4_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_8x4_carry_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_AMD_switch_buffer_by_offset_8x4_carry_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_1x64_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_1x64_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_1x64_le_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_1x64_le_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_carry_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_carry_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_le_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_4x4_le_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_8x4_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_8x4_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_8x4_carry_be_S.pl
Normal file → Executable file
7
tools/code_generators/GEN_NV_switch_buffer_by_offset_8x4_carry_be_S.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_truncate_block_16x4_be.pl
Normal file → Executable file
7
tools/code_generators/GEN_truncate_block_16x4_be.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_truncate_block_16x4_le.pl
Normal file → Executable file
7
tools/code_generators/GEN_truncate_block_16x4_le.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_truncate_block_4x4_be.pl
Normal file → Executable file
7
tools/code_generators/GEN_truncate_block_4x4_be.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
7
tools/code_generators/GEN_truncate_block_4x4_le.pl
Normal file → Executable file
7
tools/code_generators/GEN_truncate_block_4x4_le.pl
Normal file → Executable file
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
##
|
||||||
|
## Author......: See docs/credits.txt
|
||||||
|
## License.....: MIT
|
||||||
|
##
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
0
tools/securenotes2hashcat.pl
Normal file → Executable file
0
tools/securenotes2hashcat.pl
Normal file → Executable file
Loading…
Reference in New Issue
Block a user