rosetta-ce 1.7.3__tar.gz → 1.7.4__tar.gz
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 rosetta-ce might be problematic. Click here for more details.
- {rosetta_ce-1.7.3/rosetta_ce.egg-info → rosetta_ce-1.7.4}/PKG-INFO +1 -1
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/constants/systems.py +30 -30
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4/rosetta_ce.egg-info}/PKG-INFO +1 -1
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/setup.py +1 -1
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/LICENSE +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/README.md +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/__init__.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/constants/__init__.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/constants/attributes.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/constants/db.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/constants/sensors.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/constants/sources.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/rconverter.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/rfaker.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta/rsender.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta_ce.egg-info/SOURCES.txt +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta_ce.egg-info/dependency_links.txt +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta_ce.egg-info/requires.txt +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/rosetta_ce.egg-info/top_level.txt +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/setup.cfg +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/tests/test_rconverter.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/tests/test_rfaker.py +0 -0
- {rosetta_ce-1.7.3 → rosetta_ce-1.7.4}/tests/test_rsender.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rosetta-ce
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.4
|
|
4
4
|
Summary: Rosetta is a Python package that can be used to fake security logs and alerts for testing different detection and response use cases.
|
|
5
5
|
Home-page: https://github.com/ayman-m/rosetta
|
|
6
6
|
Author: Ayman Mahmoud
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
OS_LIST = [
|
|
2
|
-
"
|
|
3
|
-
"HP-
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
2
|
+
"AIX_7.2",
|
|
3
|
+
"HP-UX_11i_v3",
|
|
4
|
+
"Solaris_11",
|
|
5
|
+
"FreeBSD_13.2",
|
|
6
|
+
"OpenBSD_7.4",
|
|
7
|
+
"NetBSD_10.0",
|
|
8
|
+
"Ubuntu_22.04_LTS",
|
|
9
|
+
"Red_Hat_Enterprise_Linux_9",
|
|
10
|
+
"CentOS_8",
|
|
11
|
+
"Debian_12",
|
|
12
|
+
"Fedora_38",
|
|
13
|
+
"Arch_Linux_2024.09",
|
|
14
|
+
"Kali_Linux_2024.1",
|
|
15
|
+
"Alpine_Linux_3.18",
|
|
16
|
+
"SUSE_Linux_Enterprise_Server_15_SP4",
|
|
17
|
+
"Windows_10_Pro",
|
|
18
|
+
"Windows_11_Home",
|
|
19
|
+
"Windows_Server_2019",
|
|
20
|
+
"Windows_Server_2022",
|
|
21
|
+
"Windows_8.1",
|
|
22
|
+
"Windows_7_SP1",
|
|
23
|
+
"macOS_Ventura_13",
|
|
24
|
+
"macOS_Monterey_12",
|
|
25
|
+
"macOS_Big_Sur_11",
|
|
26
|
+
"macOS_Catalina_10.15",
|
|
27
|
+
"macOS_Mojave_10.14",
|
|
28
|
+
"iOS_17",
|
|
29
|
+
"iPadOS_17",
|
|
30
|
+
"Android_14",
|
|
31
|
+
"HarmonyOS_3.1"
|
|
32
32
|
]
|
|
33
33
|
UNIX_CMD = [
|
|
34
34
|
"cat /etc/shadow",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rosetta-ce
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.4
|
|
4
4
|
Summary: Rosetta is a Python package that can be used to fake security logs and alerts for testing different detection and response use cases.
|
|
5
5
|
Home-page: https://github.com/ayman-m/rosetta
|
|
6
6
|
Author: Ayman Mahmoud
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="rosetta-ce",
|
|
8
|
-
version="1.7.
|
|
8
|
+
version="1.7.4",
|
|
9
9
|
author="Ayman Mahmoud",
|
|
10
10
|
author_email="content@ayman.online",
|
|
11
11
|
description="Rosetta is a Python package that can be used to fake security logs and alerts for testing different "
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|