Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit 2f9e3dd

Browse files
authored
Merge pull request #457 from hashview/v0.7.4-beta
V0.7.4 beta
2 parents edaf289 + c6c3791 commit 2f9e3dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+271351
-269220
lines changed

.codeclimate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ engines:
1717
rubocop:
1818
enabled: true
1919
checks:
20+
Rubocop/Style/FrozenStringLiteralComment:
21+
enabled: false
2022
Rubocop/Metrics/LineLength:
2123
enabled: false
2224
Rubocop/Metrics/AbcSize:

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
8+
[*]
9+
10+
# Change these settings to your own preference
11+
indent_style = space
12+
indent_size = 2
13+
14+
# We recommend you to keep these unchanged
15+
end_of_line = lf
16+
charset = utf-8
17+
trim_trailing_whitespace = true
18+
insert_final_newline = true
19+
20+
[*.md]
21+
trim_trailing_whitespace = false

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,36 @@ control/wordlists/*
2020
!control/wordlists/password.gz
2121
control/tmp/*
2222
!control/tmp/.blank
23+
control/rules/*
24+
!control/rules/best64.rule
25+
!control/rules/combinator.rule
26+
!control/rules/d3ad0ne.rule
27+
!control/rules/d3adhob0.rule
28+
!control/rules/dive.rule
29+
!control/rules/generated.rule
30+
!control/rules/generated2.rule
31+
!control/rules/HighUtil.rule
32+
!control/rules/hob064.rule
33+
!control/rules/Incisive-leetspeak.rule
34+
!control/rules/InsidePro-HashManager.rule
35+
!control/rules/InsidePro-PasswordsPro.rule
36+
!control/rules/leetspeak.rule
37+
!control/rules/LowUtil.rule
38+
!control/rules/Ninja-leetspeak.rule
39+
!control/rules/oscommerce.rule
40+
!control/rules/rockyou-30000.rule
41+
!control/rules/specific.rule
42+
!control/rules/T0XlC.rule
43+
!control/rules/T0XlC-insert_00-99_1950-2050_toprules_0_F.rule
44+
!control/rules/T0XlC-insert_space_and_special_0_F.rule
45+
!control/rules/T0XlC-insert_top_100_passwords_1_G.rule
46+
!control/rules/T0XlCv1.rule
47+
!control/rules/toggles1.rule
48+
!control/rules/toggles2.rule
49+
!control/rules/toggles3.rule
50+
!control/rules/toggles4.rule
51+
!control/rules/toggles5.rule
52+
!control/rules/.blank
2353
logs/*.log
2454
!logs/.blank
2555
logs/jobs/*

.haml-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
linters:
2+
LineLength:
3+
max: 99

0 commit comments

Comments
 (0)