Skip to content

Commit 02893df

Browse files
authored
chore(deps): update tool versions
1 parent 8ca7aea commit 02893df

21 files changed

Lines changed: 21 additions & 20 deletions

secator/tasks/cariddi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class cariddi(HttpCrawler):
7979
'juicy_extensions': 'ext'
8080
}
8181
item_loaders = [JSONSerializer()]
82-
install_version = 'v1.4.4'
82+
install_version = 'v1.4.5'
8383
install_cmd = 'go install -v github.com/edoardottt/cariddi/cmd/cariddi@[install_version]'
8484
github_handle = 'edoardottt/cariddi'
8585
encoding = 'ansi'

secator/tasks/dalfox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class dalfox(HttpBase):
6262
SEVERITY: lambda x: x['severity'].lower()
6363
}
6464
}
65-
install_version = 'v2.11.0'
65+
install_version = 'v2.12.0'
6666
install_cmd = 'go install -v github.com/hahwul/dalfox/v2@[install_version]'
6767
github_handle = 'hahwul/dalfox'
6868
encoding = 'ansi'

secator/tasks/dnsx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class dnsx(ReconDns):
3939
WORDLIST: {'type': str, 'short': 'w', 'default': None, 'process': process_wordlist, 'help': 'Wordlist to use'}, # noqa: E501
4040
}
4141
item_loaders = [JSONSerializer()]
42-
install_version = 'v1.2.2'
42+
install_version = 'v1.2.3'
4343
install_cmd = 'go install -v github.com/projectdiscovery/dnsx/cmd/dnsx@[install_version]'
4444
github_handle = 'projectdiscovery/dnsx'
4545
profile = 'small'

secator/tasks/feroxbuster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class feroxbuster(HttpFuzzer):
7070
install_cmd_pre = {
7171
'*': ['curl', 'bash']
7272
}
73-
install_version = 'v2.11.0'
73+
install_version = 'v2.13.1'
7474
install_cmd = (
7575
f'cd /tmp && curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash -s {CONFIG.dirs.bin}' # noqa: E501
7676
)

secator/tasks/fping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class fping(ReconIp):
4242
}
4343
github_handle = 'schweikert/fping'
4444
install_github_bin = False
45-
install_version = 'v5.1'
45+
install_version = 'v5.5'
4646
install_pre = {'*': ['fping']}
4747
ignore_return_code = True
4848

secator/tasks/gitleaks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class gitleaks(Command):
4242
}
4343
input_type = "folder"
4444
output_types = [Tag]
45-
install_version = 'v8.29.1'
45+
install_version = 'v8.30.0'
4646
install_cmd_pre = {'*': ['git', 'make']}
4747
install_cmd = (
4848
f'git clone --single-branch -b [install_version] https://github.com/gitleaks/gitleaks.git {CONFIG.dirs.share}/gitleaks_[install_version] || true &&' # noqa: E501

secator/tasks/grype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class grype(VulnCode):
5757
TIMEOUT: OPT_NOT_SUPPORTED,
5858
USER_AGENT: OPT_NOT_SUPPORTED
5959
}
60-
install_version = 'v0.91.2'
60+
install_version = 'v0.109.0'
6161
install_cmd_pre = {'*': ['curl']}
6262
install_cmd = (
6363
f'curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b {CONFIG.dirs.bin}'

secator/tasks/httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class httpx(Http):
7575
}
7676
item_loaders = [JSONSerializer()]
7777
install_pre = {'apk': ['chromium']}
78-
install_version = 'v1.7.0'
78+
install_version = 'v1.8.1'
7979
install_cmd = 'go install -v github.com/projectdiscovery/httpx/cmd/httpx@[install_version]'
8080
github_handle = 'projectdiscovery/httpx'
8181
install_binary_name = 'httpx-toolkit' # Rename to avoid conflict with Python httpx library

secator/tasks/katana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class katana(HttpCrawler):
6666
}
6767
item_loaders = [JSONSerializer()]
6868
install_pre = {'apk': ['libc6-compat']}
69-
install_version = 'v1.3.0'
69+
install_version = 'v1.4.0'
7070
install_cmd = 'go install -v github.com/projectdiscovery/katana/cmd/katana@[install_version]'
7171
github_handle = 'projectdiscovery/katana'
7272
proxychains = False

secator/tasks/mapcidr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class mapcidr(ReconIp):
1616
tags = ['ip', 'recon']
1717
input_flag = '-cidr'
1818
file_flag = '-cl'
19-
install_version = 'v1.1.34'
19+
install_version = 'v1.1.97'
2020
install_pre = {'apk': ['libc6-compat']}
2121
install_cmd = 'go install -v github.com/projectdiscovery/mapcidr/cmd/mapcidr@[install_version]'
2222
github_handle = 'projectdiscovery/mapcidr'

0 commit comments

Comments
 (0)