cobreak 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ require 'optparse'
2
+ module CoBreakOPT
3
+ class Runner
4
+ def self.runner(options)
5
+ require 'cobreak/optionpr'
6
+ CoBreak::ParseOPT.optparse(options)
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,6 @@
1
+ hola
2
+ puta
3
+ put
4
+ pu
5
+
6
+ nose
@@ -0,0 +1,14 @@
1
+ si
2
+ hola
3
+ almo
4
+ /data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets
5
+ SMS
6
+ ab
7
+ AB
8
+ eeee
9
+ pu
10
+ nkse
11
+ @
12
+
13
+ h
14
+ nose
@@ -0,0 +1 @@
1
+ nose
@@ -0,0 +1,3 @@
1
+ hola
2
+ nosequedecirxD
3
+ nose
@@ -0,0 +1 @@
1
+ nose
@@ -0,0 +1 @@
1
+ nose
@@ -0,0 +1 @@
1
+ nose
@@ -0,0 +1 @@
1
+ nose
@@ -0,0 +1,5 @@
1
+ module CoBreak
2
+ def self.version()
3
+ return '0.0.3'
4
+ end
5
+ end
data/prueba.txt ADDED
@@ -0,0 +1,2 @@
1
+ f7391e77d9af2f5b2522645cea369ac0
2
+ 9acf4d2875de4fc4de1f34c05d50c11
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cobreak
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - BreakerBox
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-05-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The CoBreak script is an cipher and cryptography tool
14
+ email: breakerhtb@gmail.com
15
+ executables:
16
+ - cobreak
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - Gemfile
21
+ - LICENSE
22
+ - README.md
23
+ - bin/cobreak
24
+ - cobreak.gemspec
25
+ - dicc.txt
26
+ - diccionario.txt
27
+ - hola.txt
28
+ - lib/cobreak.rb
29
+ - lib/cobreak/Cesar.rb
30
+ - lib/cobreak/cifrado.rb
31
+ - lib/cobreak/cobreak.rb
32
+ - lib/cobreak/decifrado.rb
33
+ - lib/cobreak/decrypt.rb
34
+ - lib/cobreak/details.rb
35
+ - lib/cobreak/encrypt.rb
36
+ - lib/cobreak/force.rb
37
+ - lib/cobreak/force_brute.rb
38
+ - lib/cobreak/function_db.rb
39
+ - lib/cobreak/function_hash.rb
40
+ - lib/cobreak/hash/hash.db
41
+ - lib/cobreak/info_author.rb
42
+ - lib/cobreak/list_all.rb
43
+ - lib/cobreak/optionpr.rb
44
+ - lib/cobreak/run.rb
45
+ - lib/cobreak/show/md4.db
46
+ - lib/cobreak/show/md5.db
47
+ - lib/cobreak/show/ripemd160.db
48
+ - lib/cobreak/show/sha1.db
49
+ - lib/cobreak/show/sha224.db
50
+ - lib/cobreak/show/sha256.db
51
+ - lib/cobreak/show/sha384.db
52
+ - lib/cobreak/show/sha512.db
53
+ - lib/cobreak/version.rb
54
+ - prueba.txt
55
+ homepage: https://github.com/BreakerBox/CoBreak.git
56
+ licenses:
57
+ - MIT
58
+ metadata: {}
59
+ post_install_message:
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ requirements: []
74
+ rubygems_version: 3.2.15
75
+ signing_key:
76
+ specification_version: 4
77
+ summary: My very first
78
+ test_files: []