syspy 0.0.23 → 0.0.24
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: syspy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.24
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2013-02-15 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bindata
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &15129520 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,8 +21,28 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
-
description:
|
|
24
|
+
version_requirements: *15129520
|
|
25
|
+
description: ! 'Currently, only TDS_LANGUAGE (Query Statements) and their TDS_PARAMFMT/2
|
|
26
|
+
TDS_PARAMS are parsed.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
There are still many data types missing.
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
Also replaces parameters from prepared statements (e.g. @sql9_object_id is going
|
|
33
|
+
to be replaced by the corresponding value from TDS_PARAMS).
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
Usage:
|
|
37
|
+
|
|
38
|
+
sudo syspy <interface> <destination_ip> <destination_port>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
Example:
|
|
42
|
+
|
|
43
|
+
sudo syspy eth0 192.168.1.6 2048
|
|
44
|
+
|
|
45
|
+
'
|
|
26
46
|
email: matthias.balmer@sysinf.ch
|
|
27
47
|
executables:
|
|
28
48
|
- syspy
|
|
@@ -66,5 +86,5 @@ rubyforge_project:
|
|
|
66
86
|
rubygems_version: 1.8.11
|
|
67
87
|
signing_key:
|
|
68
88
|
specification_version: 3
|
|
69
|
-
summary:
|
|
89
|
+
summary: Sniffs TDS (Sybase / MSSQL) packages directly from a network interface.
|
|
70
90
|
test_files: []
|