pentex 0.1.2 → 0.1.3
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: pentex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,20 +10,13 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-04-02 00:00:00.000000000Z
|
13
|
-
dependencies:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: *28640940
|
25
|
-
description: blablabla
|
26
|
-
email: watobo@siberas.de
|
13
|
+
dependencies: []
|
14
|
+
description: ! 'This toolset''s primarily intent is to enhance the interactive ruby
|
15
|
+
shell (IRB) with functions which may be useful for pentests.
|
16
|
+
|
17
|
+
Besides of typical hash and conversion functions it also has more complex functions
|
18
|
+
like cisco_7-decoder or a nice hex-output.'
|
19
|
+
email: pentex@siberas.de
|
27
20
|
executables: []
|
28
21
|
extensions: []
|
29
22
|
extra_rdoc_files: []
|