secator 0.10.1a10__py3-none-any.whl → 0.10.1a11__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/utils.py +2 -0
- {secator-0.10.1a10.dist-info → secator-0.10.1a11.dist-info}/METADATA +1 -1
- {secator-0.10.1a10.dist-info → secator-0.10.1a11.dist-info}/RECORD +6 -6
- {secator-0.10.1a10.dist-info → secator-0.10.1a11.dist-info}/WHEEL +0 -0
- {secator-0.10.1a10.dist-info → secator-0.10.1a11.dist-info}/entry_points.txt +0 -0
- {secator-0.10.1a10.dist-info → secator-0.10.1a11.dist-info}/licenses/LICENSE +0 -0
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
|
|
@@ -12,7 +12,7 @@ secator/report.py,sha256=rocJgsAMT2BgcwCqm3pwjAyymENlZZpHBqsBsXtXde4,3613
|
|
|
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
|
|
@@ -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.1a11.dist-info/METADATA,sha256=UumsQqyy1Fwyv8dixFMQkoqSh6QngluaoPDaO1OA9es,14727
|
|
113
|
+
secator-0.10.1a11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
114
|
+
secator-0.10.1a11.dist-info/entry_points.txt,sha256=lPgsqqUXWgiuGSfKy-se5gHdQlAXIwS_A46NYq7Acic,44
|
|
115
|
+
secator-0.10.1a11.dist-info/licenses/LICENSE,sha256=19W5Jsy4WTctNkqmZIqLRV1gTDOp01S3LDj9iSgWaJ0,2867
|
|
116
|
+
secator-0.10.1a11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|