secator 0.10.1a10__py3-none-any.whl → 0.10.1a12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of secator might be problematic. Click here for more details.
- secator/report.py +1 -1
- secator/tasks/dalfox.py +1 -1
- secator/utils.py +2 -0
- {secator-0.10.1a10.dist-info → secator-0.10.1a12.dist-info}/METADATA +1 -1
- {secator-0.10.1a10.dist-info → secator-0.10.1a12.dist-info}/RECORD +8 -8
- {secator-0.10.1a10.dist-info → secator-0.10.1a12.dist-info}/WHEEL +0 -0
- {secator-0.10.1a10.dist-info → secator-0.10.1a12.dist-info}/entry_points.txt +0 -0
- {secator-0.10.1a10.dist-info → secator-0.10.1a12.dist-info}/licenses/LICENSE +0 -0
secator/report.py
CHANGED
|
@@ -15,7 +15,7 @@ def remove_duplicates(objects):
|
|
|
15
15
|
lock = Lock()
|
|
16
16
|
|
|
17
17
|
def add_if_unique(obj):
|
|
18
|
-
nonlocal unique_objects
|
|
18
|
+
nonlocal unique_objects # noqa: F824
|
|
19
19
|
with lock:
|
|
20
20
|
# Perform linear search to check for duplicates
|
|
21
21
|
if all(obj != existing_obj for existing_obj in unique_objects):
|
secator/tasks/dalfox.py
CHANGED
|
@@ -55,7 +55,7 @@ class dalfox(VulnHttp):
|
|
|
55
55
|
SEVERITY: lambda x: x['severity'].lower()
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
install_cmd = 'go install -v github.com/hahwul/dalfox/v2@
|
|
58
|
+
install_cmd = 'go install -v github.com/hahwul/dalfox/v2@v2.9.3'
|
|
59
59
|
install_github_handle = 'hahwul/dalfox'
|
|
60
60
|
encoding = 'ansi'
|
|
61
61
|
proxychains = False
|
secator/utils.py
CHANGED
|
@@ -640,6 +640,8 @@ def should_update(update_frequency, last_updated=None, timestamp=None):
|
|
|
640
640
|
"""
|
|
641
641
|
if not timestamp:
|
|
642
642
|
timestamp = time()
|
|
643
|
+
if update_frequency == -1:
|
|
644
|
+
return False
|
|
643
645
|
if last_updated and (timestamp - last_updated) < update_frequency:
|
|
644
646
|
return False
|
|
645
647
|
return True
|
|
@@ -8,11 +8,11 @@ secator/config.py,sha256=CdVBh6d4k13SpkQKyHQfMFHgkLypUH07kAKLmCJJO1w,19688
|
|
|
8
8
|
secator/decorators.py,sha256=3kYadCz6haIZtnjkFHSRfenTdc6Yu7bHd-0IVjhD72w,13902
|
|
9
9
|
secator/definitions.py,sha256=gFtLT9fjNtX_1qkiCjNfQyCvYq07IhScsQzX4o20_SE,3084
|
|
10
10
|
secator/installer.py,sha256=Q5qmGbxGmuhysEA9YovTpy-YY2TxxFskhrzSX44c42E,17971
|
|
11
|
-
secator/report.py,sha256=
|
|
11
|
+
secator/report.py,sha256=55xKvYY0MKNPaEgTrx66mj-Siohx3drLbTX2LpEx6zs,3627
|
|
12
12
|
secator/rich.py,sha256=owmuLcTTUt8xYBTE3_SqWTkPeAomcU_8bPdW_V-U8VM,3264
|
|
13
13
|
secator/template.py,sha256=Sb6PjCTGIkZ7I0OGWFp5CaXmjt-6VPe_xpcRhWhjGpU,4409
|
|
14
14
|
secator/thread.py,sha256=rgRgEtcMgs2wyfLWVlCTUCLWeg6jsMo5iKpyyrON5rY,655
|
|
15
|
-
secator/utils.py,sha256=
|
|
15
|
+
secator/utils.py,sha256=6PfR0uixpLszVLWVJIHVNhkV4YZDU-r5cP6kz7THYoU,21830
|
|
16
16
|
secator/utils_test.py,sha256=ArHwkWW89t0IDqxO4HjJWd_tm7tp1illP4pu3nLq5yo,6559
|
|
17
17
|
secator/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
secator/configs/profiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -85,7 +85,7 @@ secator/tasks/_categories.py,sha256=IWyBprIUBZxflh7QfvK27Ix18M_bnquzlERqfTZohVs,
|
|
|
85
85
|
secator/tasks/bbot.py,sha256=pvA435toxYBxP-Nr6DB70fe38FGl9tKg2S9dDWUW4Vo,7527
|
|
86
86
|
secator/tasks/bup.py,sha256=4PM123Km3uOkMUwfdLY6J7pyCqIsbwMvOLYx7XYCAZc,3030
|
|
87
87
|
secator/tasks/cariddi.py,sha256=7S92pp7tvihoz9fAiMpmcfPzEvxEJKMlk-IqAvVDISA,2906
|
|
88
|
-
secator/tasks/dalfox.py,sha256=
|
|
88
|
+
secator/tasks/dalfox.py,sha256=S5qoZrWJnZtT2vy25GzOzyxpkYW5GeuXD9tVpb9Hchw,1850
|
|
89
89
|
secator/tasks/dirsearch.py,sha256=DF-yXHANHb3ARgMOUbqpRuHc8-mE3bteHwTkFpXQtKc,2205
|
|
90
90
|
secator/tasks/dnsx.py,sha256=nK14_DeyX0QTpAMdIP0LSSEOEu5_tQemyFW0XPjA2f8,2266
|
|
91
91
|
secator/tasks/dnsxbrute.py,sha256=5VnSpd5ken7vWxFX1bcsGcUN8LpaVhcjafnuETzkMGs,1422
|
|
@@ -109,8 +109,8 @@ secator/tasks/searchsploit.py,sha256=gvtLZbL2hzAZ07Cf0cSj2Qs0GvWK94XyHvoPFsetXu8
|
|
|
109
109
|
secator/tasks/subfinder.py,sha256=C6W5NnXT92OUB1aSS9IYseqdI3wDMAz70TOEl8X-o3U,1213
|
|
110
110
|
secator/tasks/wpscan.py,sha256=cSRwRfJEsZlqt1pVP3jWQ-7XhFfwR3i7FuL1PDRyWBQ,5594
|
|
111
111
|
secator/workflows/__init__.py,sha256=R_TTyjg9f2Ph2_LYiF0lL07IjTrfRE_zqJzy-N7_WCk,675
|
|
112
|
-
secator-0.10.
|
|
113
|
-
secator-0.10.
|
|
114
|
-
secator-0.10.
|
|
115
|
-
secator-0.10.
|
|
116
|
-
secator-0.10.
|
|
112
|
+
secator-0.10.1a12.dist-info/METADATA,sha256=f6diMPN0-xfjMEASdER9XSOhvfVhEa-2gIHTuK5wliA,14727
|
|
113
|
+
secator-0.10.1a12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
114
|
+
secator-0.10.1a12.dist-info/entry_points.txt,sha256=lPgsqqUXWgiuGSfKy-se5gHdQlAXIwS_A46NYq7Acic,44
|
|
115
|
+
secator-0.10.1a12.dist-info/licenses/LICENSE,sha256=19W5Jsy4WTctNkqmZIqLRV1gTDOp01S3LDj9iSgWaJ0,2867
|
|
116
|
+
secator-0.10.1a12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|