socx 2.4.0__tar.gz → 2.5.0__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.
@@ -1,12 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: socx
3
- Version: 2.4.0
3
+ Version: 2.5.0
4
4
  Summary: A set of useful tools for a security operations center
5
5
  Author-email: Enlace <enlace.aman@gmail.com>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/yourusername/socx
8
- Project-URL: Repository, https://github.com/yourusername/socx
9
- Project-URL: Issues, https://github.com/yourusername/socx/issues
6
+ Project-URL: Homepage, https://enlace.one
7
+ Project-URL: Repository, https://github.com/enlace-one/socx
10
8
  Keywords: soc,security,operations,automation
11
9
  Classifier: Programming Language :: Python :: 3
12
10
  Classifier: Programming Language :: Python :: 3.8
@@ -14,7 +12,6 @@ Classifier: Programming Language :: Python :: 3.9
14
12
  Classifier: Programming Language :: Python :: 3.10
15
13
  Classifier: Programming Language :: Python :: 3.11
16
14
  Classifier: Programming Language :: Python :: 3.12
17
- Classifier: License :: OSI Approved :: MIT License
18
15
  Classifier: Operating System :: OS Independent
19
16
  Classifier: Intended Audience :: Information Technology
20
17
  Classifier: Topic :: Security
@@ -25,60 +22,53 @@ Requires-Dist: pandas>=2.3.3
25
22
  Requires-Dist: requests>=2.32.5
26
23
 
27
24
  # SOCX
25
+
28
26
  A collection of helpful tools for a SOC analyst. Easily search for IPs, domains, and find files on the system.
29
27
 
30
28
  ## Installing
29
+
31
30
  python -m pip install socx
32
31
 
33
32
  ### Installing from QA
33
+
34
34
  python -m pip install --index-url https://test.pypi.org/simple/ socx
35
35
 
36
36
  ## Usage
37
+
37
38
  A tool to assist with day to day activites in a security operations center (pronounced "socks")
38
39
 
39
40
  Usage:
40
-
41
- socx [universal options]
42
- \[function] \[arguments]
43
41
 
44
- or
42
+ socx [universal options] [function] [arguments]
45
43
 
46
44
  python socx.py [universal options] [function] [arguments]
47
-
45
+
48
46
  Examples:
49
47
 
50
48
  socx --help
51
49
 
52
- socx info -h
53
-
54
- socx info -ip 1.2.3.4
55
-
56
- socx -v 3 info -d google.com
57
-
58
- socx find -f filename.txt -i
59
-
60
- socx find -f fold.*name -r
61
-
62
- socx unwrap --url "https://urldefense.com/v3/__https:/..."
63
-
64
- socx combine --csvs 5
65
-
66
- socx awake --minutes 90
67
-
68
- socx awake --restart
50
+ socx info --help
69
51
 
70
- ## Other Information
52
+ socx info 102.02.02.02
71
53
 
72
- ### Install Testing Version
73
- python -m pip install --index-url https://test.pypi.org/simple/ --no-deps socx
54
+ socx -v 3 info google.com
74
55
 
75
- or
56
+ socx find filename.txt -i False
76
57
 
77
- python -m pip install -i https://test.pypi.org/simple/ socx==0.0.3
58
+ socx find fold.*name -r
59
+
60
+ socx unwrap "https://urldefense.com/v3/__https:/..."
61
+
62
+ socx combine --count 5
63
+
64
+ socx awake --minutes 90
65
+
66
+ socx awake --restart
78
67
 
79
68
  ## Dev Info
80
69
 
81
70
  ### Uploading Python Package
71
+
82
72
  python -m build
83
73
 
84
74
  python -m twine upload --repository testpypi dist/*
@@ -1,58 +1,51 @@
1
1
  # SOCX
2
+
2
3
  A collection of helpful tools for a SOC analyst. Easily search for IPs, domains, and find files on the system.
3
4
 
4
5
  ## Installing
6
+
5
7
  python -m pip install socx
6
8
 
7
9
  ### Installing from QA
10
+
8
11
  python -m pip install --index-url https://test.pypi.org/simple/ socx
9
12
 
10
13
  ## Usage
14
+
11
15
  A tool to assist with day to day activites in a security operations center (pronounced "socks")
12
16
 
13
17
  Usage:
14
-
15
- socx [universal options]
16
- \[function] \[arguments]
17
18
 
18
- or
19
+ socx [universal options] [function] [arguments]
19
20
 
20
21
  python socx.py [universal options] [function] [arguments]
21
-
22
+
22
23
  Examples:
23
24
 
24
25
  socx --help
25
26
 
26
- socx info -h
27
-
28
- socx info -ip 1.2.3.4
29
-
30
- socx -v 3 info -d google.com
31
-
32
- socx find -f filename.txt -i
33
-
34
- socx find -f fold.*name -r
35
-
36
- socx unwrap --url "https://urldefense.com/v3/__https:/..."
37
-
38
- socx combine --csvs 5
39
-
40
- socx awake --minutes 90
41
-
42
- socx awake --restart
27
+ socx info --help
43
28
 
44
- ## Other Information
29
+ socx info 102.02.02.02
45
30
 
46
- ### Install Testing Version
47
- python -m pip install --index-url https://test.pypi.org/simple/ --no-deps socx
31
+ socx -v 3 info google.com
48
32
 
49
- or
33
+ socx find filename.txt -i False
50
34
 
51
- python -m pip install -i https://test.pypi.org/simple/ socx==0.0.3
35
+ socx find fold.*name -r
36
+
37
+ socx unwrap "https://urldefense.com/v3/__https:/..."
38
+
39
+ socx combine --count 5
40
+
41
+ socx awake --minutes 90
42
+
43
+ socx awake --restart
52
44
 
53
45
  ## Dev Info
54
46
 
55
47
  ### Uploading Python Package
48
+
56
49
  python -m build
57
50
 
58
51
  python -m twine upload --repository testpypi dist/*
@@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "socx"
7
- version = "2.4.0" # Added .0 for PEP 440 compliance
7
+ version = "2.5.0" # DONT FORGET TO UPDATE VERSION IN socx.py
8
8
  description = "A set of useful tools for a security operations center"
9
9
  readme = "README.md"
10
10
  authors = [
11
11
  { name = "Enlace", email = "enlace.aman@gmail.com" }
12
12
  ]
13
13
  requires-python = ">=3.8"
14
- license = { text = "MIT" } # ← Recommended: add license
15
14
  keywords = ["soc", "security", "operations", "automation"] # ← Helps discoverability
16
15
 
17
16
  dependencies = [
@@ -27,16 +26,14 @@ classifiers = [
27
26
  "Programming Language :: Python :: 3.10",
28
27
  "Programming Language :: Python :: 3.11",
29
28
  "Programming Language :: Python :: 3.12",
30
- "License :: OSI Approved :: MIT License",
31
29
  "Operating System :: OS Independent",
32
30
  "Intended Audience :: Information Technology",
33
31
  "Topic :: Security",
34
32
  ]
35
33
 
36
34
  [project.urls]
37
- Homepage = "https://github.com/yourusername/socx" # ← Optional but recommended
38
- Repository = "https://github.com/yourusername/socx"
39
- Issues = "https://github.com/yourusername/socx/issues"
35
+ Homepage = "https://enlace.one" # ← Optional but recommended
36
+ Repository = "https://github.com/enlace-one/socx"
40
37
 
41
38
  [project.scripts]
42
39
  socx = "socx:main" # ← CLI entry point
@@ -2,3 +2,4 @@ try:
2
2
  from .socx import main
3
3
  except:
4
4
  from socx import main
5
+