mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 02:41:35 +00:00
Merge pull request #2443 from philsmd/perl_file_add_license_and_chmod
perl scripts: add license and chmod +x
This commit is contained in:
commit
5775231cc7
@ -1,4 +1,9 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
##
|
||||
## Author......: See docs/credits.txt
|
||||
## License.....: MIT
|
||||
##
|
||||
|
||||
use strict;
|
||||
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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