pentex 0.1.3 → 0.1.4
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.
- data/lib/CHANGELOG.txt +3 -0
- data/lib/README.txt +1 -1
- data/lib/pentex.rb +13 -0
- data/lib/{irb → pentex}/irbrc.rb +1 -1
- metadata +6 -4
data/lib/CHANGELOG.txt
ADDED
data/lib/README.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
= PentEx aka Pentest Extensions =
|
2
|
-
|
2
|
+
This toolset's primarily intent is to enhance the interactive ruby shell (IRB) with functions which may be useful for pentests. Besides of typical hash and conversion functions it also has more complex functions like cisco_7-decoder or a nice hex-output.
|
data/lib/pentex.rb
CHANGED
data/lib/{irb → pentex}/irbrc.rb
RENAMED
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.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-03 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! 'This toolset''s primarily intent is to enhance the interactive ruby
|
15
15
|
shell (IRB) with functions which may be useful for pentests.
|
@@ -21,11 +21,12 @@ executables: []
|
|
21
21
|
extensions: []
|
22
22
|
extra_rdoc_files: []
|
23
23
|
files:
|
24
|
-
- lib/
|
24
|
+
- lib/CHANGELOG.txt
|
25
25
|
- lib/pentex/core.rb
|
26
|
+
- lib/pentex/irbrc.rb
|
26
27
|
- lib/pentex.rb
|
27
28
|
- lib/README.txt
|
28
|
-
homepage: http://
|
29
|
+
homepage: http://siberas.blogspot.de/2012/03/irb-hacking-extensions.html
|
29
30
|
licenses: []
|
30
31
|
post_install_message:
|
31
32
|
rdoc_options: []
|
@@ -50,3 +51,4 @@ signing_key:
|
|
50
51
|
specification_version: 3
|
51
52
|
summary: PENTEX - Pentesting Extensions
|
52
53
|
test_files: []
|
54
|
+
has_rdoc:
|