wibrfake-brk 0.0.2
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.
- checksums.yaml +7 -0
- data/.dockerignore +48 -0
- data/.gitattributes +19 -0
- data/.github/dependabot.yml +12 -0
- data/.github/workflows/ci.yml +90 -0
- data/.rubocop.yml +8 -0
- data/.ruby-version +1 -0
- data/Dockerfile +69 -0
- data/Gemfile +68 -0
- data/README.md +188 -0
- data/Rakefile +6 -0
- data/app/assets/config/manifest.js +5 -0
- data/app/assets/images/.keep +0 -0
- data/app/assets/images/2024-12-30-07:58:34-screenshot.png +0 -0
- data/app/assets/images/facebook/facebook-logo.svg +3 -0
- data/app/assets/images/google/googlelogo_color_272x92dp.png +0 -0
- data/app/assets/images/instagram/app-store.png +0 -0
- data/app/assets/images/instagram/google-play.png +0 -0
- data/app/assets/images/instagram/instagram-logo.png +0 -0
- data/app/assets/images/instagram/screenshot1.png +0 -0
- data/app/assets/images/instagram/screenshot2.png +0 -0
- data/app/assets/images/instagram/screenshot3.png +0 -0
- data/app/assets/images/instagram/screenshot4.png +0 -0
- data/app/assets/images/nauta_etecsa/CUBADEBATE.jpg +0 -0
- data/app/assets/images/nauta_etecsa/CUBAEDUCA.jpg +0 -0
- data/app/assets/images/nauta_etecsa/CUBARTE.jpg +0 -0
- data/app/assets/images/nauta_etecsa/CUBASI.jpg +0 -0
- data/app/assets/images/nauta_etecsa/ECURED.jpg +0 -0
- data/app/assets/images/nauta_etecsa/OFERTAS.jpg +0 -0
- data/app/assets/images/nauta_etecsa/PAPELETA.jpg +0 -0
- data/app/assets/images/nauta_etecsa/contenedor_bg.jpg +0 -0
- data/app/assets/images/nauta_etecsa/etecsa.jpg +0 -0
- data/app/assets/images/nauta_etecsa/nauta_wifi.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBADEBATE.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBAEDUCA.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBARTE.jpg +0 -0
- data/app/assets/images/nauta_hogar/CUBASI.jpg +0 -0
- data/app/assets/images/nauta_hogar/ECURED.jpg +0 -0
- data/app/assets/images/nauta_hogar/OFERTAS.jpg +0 -0
- data/app/assets/images/nauta_hogar/PAPELETA.jpg +0 -0
- data/app/assets/images/nauta_hogar/banner_hogar.png +0 -0
- data/app/assets/images/wibrfake/Breaker-Wallpaper1.jpg +0 -0
- data/app/assets/images/wibrfake/mac-list-parameter.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-100x100.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-32x32.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-48x48.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-apfake-on.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-apfake-set-basic.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-apfake-show.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-help.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-hostpot.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-init.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-init2.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-login-basic.jpg +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-list.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-ramset-oui.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-ramset.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-set.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-mac-show.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-need-signin.jpg +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-active.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-init.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-list.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-new.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-rename.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-session-save.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-web-server-apfake.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-web-server-on.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-web-server-show.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-wkdump-loaded.png +0 -0
- data/app/assets/images/wibrfake/wibrfake-wkdump.png +0 -0
- data/app/assets/images/wibrfake/wibrfake.png +0 -0
- data/app/assets/stylesheets/application.css +15 -0
- data/app/assets/stylesheets/basic/page_basic.css +0 -0
- data/app/assets/stylesheets/facebook/page_facebook.css +93 -0
- data/app/assets/stylesheets/google/page_google.css +137 -0
- data/app/assets/stylesheets/instagram/page_instagram.css +94 -0
- data/app/assets/stylesheets/nauta_etecsa/page_nauta.css +325 -0
- data/app/assets/stylesheets/nauta_hogar/page_nauta.css +469 -0
- data/app/assets/stylesheets/wibrfake/page_wibrfake.css +1181 -0
- data/app/assets/stylesheets/wibrfake/page_wibrfake_about.css +486 -0
- data/app/channels/application_cable/channel.rb +4 -0
- data/app/channels/application_cable/connection.rb +4 -0
- data/app/controllers/application_controller.rb +15 -0
- data/app/controllers/concerns/.keep +0 -0
- data/app/controllers/sessions_controller.rb +111 -0
- data/app/helpers/application_helper.rb +2 -0
- data/app/helpers/sessions_helper.rb +2 -0
- data/app/javascript/application.js +3 -0
- data/app/javascript/bootstrap.bundle.min.js +7 -0
- data/app/javascript/controllers/application.js +9 -0
- data/app/javascript/controllers/hello_controller.js +7 -0
- data/app/javascript/controllers/index.js +4 -0
- data/app/javascript/google/page_google.js +50 -0
- data/app/javascript/incorrect3.js +29 -0
- data/app/javascript/page_wibrfake.js +50 -0
- data/app/javascript/page_wibrfake_about.js +147 -0
- data/app/jobs/application_job.rb +7 -0
- data/app/mailers/application_mailer.rb +4 -0
- data/app/models/application_record.rb +3 -0
- data/app/models/concerns/.keep +0 -0
- data/app/models/user.rb +6 -0
- data/app/views/layouts/application.html.erb +33 -0
- data/app/views/layouts/mailer.html.erb +13 -0
- data/app/views/layouts/mailer.text.erb +1 -0
- data/app/views/pwa/manifest.json.erb +22 -0
- data/app/views/pwa/service-worker.js +26 -0
- data/app/views/sessions/basic/basic.html.erb +21 -0
- data/app/views/sessions/facebook/facebook.html.erb +132 -0
- data/app/views/sessions/google/google.html.erb +72 -0
- data/app/views/sessions/index.html.erb +11 -0
- data/app/views/sessions/instagram/instagram.html.erb +69 -0
- data/app/views/sessions/nauta_etecsa/nauta_etecsa.html.erb +97 -0
- data/app/views/sessions/nauta_hogar/nauta_hogar.html.erb +135 -0
- data/app/views/sessions/wibrfake/about/about.html.erb +164 -0
- data/app/views/sessions/wibrfake/wibrfake.html.erb +417 -0
- data/bin/.names.rb.swp +0 -0
- data/bin/brakeman +7 -0
- data/bin/bundle +114 -0
- data/bin/docker-entrypoint +13 -0
- data/bin/google.wkdump +3 -0
- data/bin/importmap +4 -0
- data/bin/rails +4 -0
- data/bin/rake +4 -0
- data/bin/rubocop +8 -0
- data/bin/setup +37 -0
- data/bin/wibrfake +20 -0
- data/config/application.rb +26 -0
- data/config/boot.rb +4 -0
- data/config/cable.yml +10 -0
- data/config/credentials.yml.enc +1 -0
- data/config/database.yml +16 -0
- data/config/environment.rb +5 -0
- data/config/environments/development.rb +85 -0
- data/config/environments/production.rb +105 -0
- data/config/environments/test.rb +67 -0
- data/config/icons/application-x-wkdump.xml +13 -0
- data/config/icons/hicolor/16x16/mimetypes/application-x-wkdump.png +0 -0
- data/config/icons/hicolor/32x32/mimetypes/application-x-wkdump.png +0 -0
- data/config/icons/hicolor/48x48/mimetypes/application-x-wkdump.png +0 -0
- data/config/icons/hicolor/icon-theme.cache +0 -0
- data/config/icons/hicolor/index.theme +20 -0
- data/config/icons/wkdump.desktop +5 -0
- data/config/importmap.rb +7 -0
- data/config/initializers/assets.rb +12 -0
- data/config/initializers/content_security_policy.rb +25 -0
- data/config/initializers/devise.rb +313 -0
- data/config/initializers/filter_parameter_logging.rb +8 -0
- data/config/initializers/inflections.rb +16 -0
- data/config/initializers/permissions_policy.rb +13 -0
- data/config/locales/devise.en.yml +65 -0
- data/config/locales/en.yml +31 -0
- data/config/puma.rb +35 -0
- data/config/routes.rb +12 -0
- data/config/storage.yml +34 -0
- data/config.ru +6 -0
- data/db/development.sqlite3 +0 -0
- data/db/schema.rb +14 -0
- data/ext/wibrfake/extconf.rb +3 -0
- data/ext/wibrfake/wibrfake.h +0 -0
- data/images/ouilist.png +0 -0
- data/images/wibrfakehelp.png +0 -0
- data/images/wibrfakeinit.png +0 -0
- data/lib/assets/.keep +0 -0
- data/lib/tasks/.keep +0 -0
- data/lib/wibrfake/Config/ipaddr.rb +71 -0
- data/lib/wibrfake/Config/options.rb +98 -0
- data/lib/wibrfake/Config/security_wpa.rb +43 -0
- data/lib/wibrfake/DataBase/howuis.db +0 -0
- data/lib/wibrfake/DataBase/ouis.db +0 -0
- data/lib/wibrfake/DataBase/ouis.rb +24 -0
- data/lib/wibrfake/DataBase/rename.rb +15 -0
- data/lib/wibrfake/DataBase/show.rb +18 -0
- data/lib/wibrfake/Dnsmasq/dhcp.rb +149 -0
- data/lib/wibrfake/Dnsmasq/dhcp_prueba.rb +135 -0
- data/lib/wibrfake/Dnsmasq/dns.rb +34 -0
- data/lib/wibrfake/Dnsmasq/dns_prueba.rb +36 -0
- data/lib/wibrfake/Dnsmasq/dnsmasq.rb +33 -0
- data/lib/wibrfake/Listing/apfake.rb +28 -0
- data/lib/wibrfake/Listing/clients.rb +76 -0
- data/lib/wibrfake/Listing/ouis.rb +53 -0
- data/lib/wibrfake/Listing/process.rb +14 -0
- data/lib/wibrfake/Listing/sessions.rb +47 -0
- data/lib/wibrfake/Listing/web_server.rb +17 -0
- data/lib/wibrfake/Listing/wireless.rb +30 -0
- data/lib/wibrfake/Logs/credentials.log +59 -0
- data/lib/wibrfake/NetworkInterface/ip-routing.rb +99 -0
- data/lib/wibrfake/NetworkInterface/mac.rb +114 -0
- data/lib/wibrfake/NetworkInterface/monitor.rb +44 -0
- data/lib/wibrfake/NetworkInterface/ouis.db +0 -0
- data/lib/wibrfake/Process/id.rb +11 -0
- data/lib/wibrfake/Process/pids.log +5 -0
- data/lib/wibrfake/Process/pkill.rb +124 -0
- data/lib/wibrfake/Process/processes.rb +76 -0
- data/lib/wibrfake/Rails/login.rb +20 -0
- data/lib/wibrfake/Rails/routes.rb +76 -0
- data/lib/wibrfake/Rails/service.rb +58 -0
- data/lib/wibrfake/Rails/service_usage.rb +46 -0
- data/lib/wibrfake/Sessions/session.rb +188 -0
- data/lib/wibrfake/String/string.rb +109 -0
- data/lib/wibrfake/Tmp/config.yml +1 -0
- data/lib/wibrfake/config.rb +24 -0
- data/lib/wibrfake/help.rb +107 -0
- data/lib/wibrfake/optionpr.rb +68 -0
- data/lib/wibrfake/run.rb +9 -0
- data/lib/wibrfake/ty/apld.rb +110 -0
- data/lib/wibrfake/ty/prompt/answers_collector.rb +78 -0
- data/lib/wibrfake/ty/prompt/block_paginator.rb +59 -0
- data/lib/wibrfake/ty/prompt/choice.rb +147 -0
- data/lib/wibrfake/ty/prompt/choices.rb +129 -0
- data/lib/wibrfake/ty/prompt/confirm_question.rb +158 -0
- data/lib/wibrfake/ty/prompt/const.rb +17 -0
- data/lib/wibrfake/ty/prompt/converter_dsl.rb +21 -0
- data/lib/wibrfake/ty/prompt/converter_registry.rb +69 -0
- data/lib/wibrfake/ty/prompt/converters.rb +182 -0
- data/lib/wibrfake/ty/prompt/distance.rb +49 -0
- data/lib/wibrfake/ty/prompt/enum_list.rb +433 -0
- data/lib/wibrfake/ty/prompt/errors.rb +31 -0
- data/lib/wibrfake/ty/prompt/evaluator.rb +29 -0
- data/lib/wibrfake/ty/prompt/expander.rb +321 -0
- data/lib/wibrfake/ty/prompt/keypress.rb +98 -0
- data/lib/wibrfake/ty/prompt/list.rb +589 -0
- data/lib/wibrfake/ty/prompt/mask_question.rb +96 -0
- data/lib/wibrfake/ty/prompt/multi_list.rb +224 -0
- data/lib/wibrfake/ty/prompt/multiline.rb +72 -0
- data/lib/wibrfake/ty/prompt/paginator.rb +111 -0
- data/lib/wibrfake/ty/prompt/question/checks.rb +105 -0
- data/lib/wibrfake/ty/prompt/question/modifier.rb +96 -0
- data/lib/wibrfake/ty/prompt/question/validation.rb +72 -0
- data/lib/wibrfake/ty/prompt/question.rb +391 -0
- data/lib/wibrfake/ty/prompt/result.rb +42 -0
- data/lib/wibrfake/ty/prompt/selected_choices.rb +77 -0
- data/lib/wibrfake/ty/prompt/slider.rb +286 -0
- data/lib/wibrfake/ty/prompt/statement.rb +55 -0
- data/lib/wibrfake/ty/prompt/suggestion.rb +113 -0
- data/lib/wibrfake/ty/prompt/symbols.rb +89 -0
- data/lib/wibrfake/ty/prompt/test.rb +36 -0
- data/lib/wibrfake/ty/prompt/timer.rb +75 -0
- data/lib/wibrfake/ty/prompt/utils.rb +42 -0
- data/lib/wibrfake/ty/prompt/version.rb +7 -0
- data/lib/wibrfake/ty/prompt.rb +589 -0
- data/lib/wibrfake/version.rb +5 -0
- data/lib/wibrfake/wibrfake_cli.rb +683 -0
- data/log/.keep +0 -0
- data/pruebas/daemon1.pid +1 -0
- data/pruebas/daemon2.pid +1 -0
- data/pruebas/daemons.rb +44 -0
- data/public/404.html +67 -0
- data/public/406-unsupported-browser.html +66 -0
- data/public/422.html +67 -0
- data/public/500.html +66 -0
- data/public/icon.png +0 -0
- data/public/icon.svg +3 -0
- data/public/robots.txt +1 -0
- data/storage/.keep +0 -0
- data/test/application_system_test_case.rb +5 -0
- data/test/channels/application_cable/connection_test.rb +13 -0
- data/test/controllers/.keep +0 -0
- data/test/controllers/sessions_controller_test.rb +7 -0
- data/test/fixtures/files/.keep +0 -0
- data/test/fixtures/users.yml +11 -0
- data/test/helpers/.keep +0 -0
- data/test/integration/.keep +0 -0
- data/test/mailers/.keep +0 -0
- data/test/models/.keep +0 -0
- data/test/models/user_test.rb +7 -0
- data/test/system/.keep +0 -0
- data/test/test_helper.rb +15 -0
- data/tmp/.keep +0 -0
- data/tmp/pids/.keep +0 -0
- data/tmp/storage/.keep +0 -0
- data/vendor/.keep +0 -0
- data/vendor/javascript/.keep +0 -0
- data/wibrfake.gemspec +49 -0
- metadata +743 -0
metadata
ADDED
@@ -0,0 +1,743 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: wibrfake-brk
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- BreakerTWS
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: packetfu
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: devise
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: nio4r
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rails
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 7.2.2
|
62
|
+
- - ">="
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: 7.2.2.1
|
65
|
+
type: :runtime
|
66
|
+
prerelease: false
|
67
|
+
version_requirements: !ruby/object:Gem::Requirement
|
68
|
+
requirements:
|
69
|
+
- - "~>"
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
version: 7.2.2
|
72
|
+
- - ">="
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: 7.2.2.1
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: sprockets-rails
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - ">="
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0'
|
82
|
+
type: :runtime
|
83
|
+
prerelease: false
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - ">="
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '0'
|
89
|
+
- !ruby/object:Gem::Dependency
|
90
|
+
name: sqlite3
|
91
|
+
requirement: !ruby/object:Gem::Requirement
|
92
|
+
requirements:
|
93
|
+
- - ">="
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '0'
|
96
|
+
type: :runtime
|
97
|
+
prerelease: false
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
|
+
requirements:
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '0'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: puma
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ">="
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '5.0'
|
110
|
+
type: :runtime
|
111
|
+
prerelease: false
|
112
|
+
version_requirements: !ruby/object:Gem::Requirement
|
113
|
+
requirements:
|
114
|
+
- - ">="
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: '5.0'
|
117
|
+
- !ruby/object:Gem::Dependency
|
118
|
+
name: importmap-rails
|
119
|
+
requirement: !ruby/object:Gem::Requirement
|
120
|
+
requirements:
|
121
|
+
- - ">="
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: '0'
|
124
|
+
type: :runtime
|
125
|
+
prerelease: false
|
126
|
+
version_requirements: !ruby/object:Gem::Requirement
|
127
|
+
requirements:
|
128
|
+
- - ">="
|
129
|
+
- !ruby/object:Gem::Version
|
130
|
+
version: '0'
|
131
|
+
- !ruby/object:Gem::Dependency
|
132
|
+
name: turbo-rails
|
133
|
+
requirement: !ruby/object:Gem::Requirement
|
134
|
+
requirements:
|
135
|
+
- - ">="
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: '0'
|
138
|
+
type: :runtime
|
139
|
+
prerelease: false
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
141
|
+
requirements:
|
142
|
+
- - ">="
|
143
|
+
- !ruby/object:Gem::Version
|
144
|
+
version: '0'
|
145
|
+
- !ruby/object:Gem::Dependency
|
146
|
+
name: stimulus-rails
|
147
|
+
requirement: !ruby/object:Gem::Requirement
|
148
|
+
requirements:
|
149
|
+
- - ">="
|
150
|
+
- !ruby/object:Gem::Version
|
151
|
+
version: '0'
|
152
|
+
type: :runtime
|
153
|
+
prerelease: false
|
154
|
+
version_requirements: !ruby/object:Gem::Requirement
|
155
|
+
requirements:
|
156
|
+
- - ">="
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
version: '0'
|
159
|
+
- !ruby/object:Gem::Dependency
|
160
|
+
name: jbuilder
|
161
|
+
requirement: !ruby/object:Gem::Requirement
|
162
|
+
requirements:
|
163
|
+
- - ">="
|
164
|
+
- !ruby/object:Gem::Version
|
165
|
+
version: '0'
|
166
|
+
type: :runtime
|
167
|
+
prerelease: false
|
168
|
+
version_requirements: !ruby/object:Gem::Requirement
|
169
|
+
requirements:
|
170
|
+
- - ">="
|
171
|
+
- !ruby/object:Gem::Version
|
172
|
+
version: '0'
|
173
|
+
- !ruby/object:Gem::Dependency
|
174
|
+
name: tzinfo-data
|
175
|
+
requirement: !ruby/object:Gem::Requirement
|
176
|
+
requirements:
|
177
|
+
- - ">="
|
178
|
+
- !ruby/object:Gem::Version
|
179
|
+
version: '0'
|
180
|
+
type: :runtime
|
181
|
+
prerelease: false
|
182
|
+
version_requirements: !ruby/object:Gem::Requirement
|
183
|
+
requirements:
|
184
|
+
- - ">="
|
185
|
+
- !ruby/object:Gem::Version
|
186
|
+
version: '0'
|
187
|
+
- !ruby/object:Gem::Dependency
|
188
|
+
name: concurrent-ruby
|
189
|
+
requirement: !ruby/object:Gem::Requirement
|
190
|
+
requirements:
|
191
|
+
- - ">="
|
192
|
+
- !ruby/object:Gem::Version
|
193
|
+
version: '0'
|
194
|
+
type: :runtime
|
195
|
+
prerelease: false
|
196
|
+
version_requirements: !ruby/object:Gem::Requirement
|
197
|
+
requirements:
|
198
|
+
- - ">="
|
199
|
+
- !ruby/object:Gem::Version
|
200
|
+
version: '0'
|
201
|
+
- !ruby/object:Gem::Dependency
|
202
|
+
name: web-console
|
203
|
+
requirement: !ruby/object:Gem::Requirement
|
204
|
+
requirements:
|
205
|
+
- - ">="
|
206
|
+
- !ruby/object:Gem::Version
|
207
|
+
version: '0'
|
208
|
+
type: :runtime
|
209
|
+
prerelease: false
|
210
|
+
version_requirements: !ruby/object:Gem::Requirement
|
211
|
+
requirements:
|
212
|
+
- - ">="
|
213
|
+
- !ruby/object:Gem::Version
|
214
|
+
version: '0'
|
215
|
+
- !ruby/object:Gem::Dependency
|
216
|
+
name: tty-reader
|
217
|
+
requirement: !ruby/object:Gem::Requirement
|
218
|
+
requirements:
|
219
|
+
- - ">="
|
220
|
+
- !ruby/object:Gem::Version
|
221
|
+
version: '0'
|
222
|
+
type: :runtime
|
223
|
+
prerelease: false
|
224
|
+
version_requirements: !ruby/object:Gem::Requirement
|
225
|
+
requirements:
|
226
|
+
- - ">="
|
227
|
+
- !ruby/object:Gem::Version
|
228
|
+
version: '0'
|
229
|
+
- !ruby/object:Gem::Dependency
|
230
|
+
name: pastel
|
231
|
+
requirement: !ruby/object:Gem::Requirement
|
232
|
+
requirements:
|
233
|
+
- - ">="
|
234
|
+
- !ruby/object:Gem::Version
|
235
|
+
version: '0'
|
236
|
+
type: :runtime
|
237
|
+
prerelease: false
|
238
|
+
version_requirements: !ruby/object:Gem::Requirement
|
239
|
+
requirements:
|
240
|
+
- - ">="
|
241
|
+
- !ruby/object:Gem::Version
|
242
|
+
version: '0'
|
243
|
+
- !ruby/object:Gem::Dependency
|
244
|
+
name: bootsnap
|
245
|
+
requirement: !ruby/object:Gem::Requirement
|
246
|
+
requirements:
|
247
|
+
- - ">="
|
248
|
+
- !ruby/object:Gem::Version
|
249
|
+
version: '0'
|
250
|
+
type: :runtime
|
251
|
+
prerelease: false
|
252
|
+
version_requirements: !ruby/object:Gem::Requirement
|
253
|
+
requirements:
|
254
|
+
- - ">="
|
255
|
+
- !ruby/object:Gem::Version
|
256
|
+
version: '0'
|
257
|
+
- !ruby/object:Gem::Dependency
|
258
|
+
name: brakeman
|
259
|
+
requirement: !ruby/object:Gem::Requirement
|
260
|
+
requirements:
|
261
|
+
- - ">="
|
262
|
+
- !ruby/object:Gem::Version
|
263
|
+
version: '0'
|
264
|
+
type: :runtime
|
265
|
+
prerelease: false
|
266
|
+
version_requirements: !ruby/object:Gem::Requirement
|
267
|
+
requirements:
|
268
|
+
- - ">="
|
269
|
+
- !ruby/object:Gem::Version
|
270
|
+
version: '0'
|
271
|
+
- !ruby/object:Gem::Dependency
|
272
|
+
name: rubocop-rails-omakase
|
273
|
+
requirement: !ruby/object:Gem::Requirement
|
274
|
+
requirements:
|
275
|
+
- - ">="
|
276
|
+
- !ruby/object:Gem::Version
|
277
|
+
version: '0'
|
278
|
+
type: :runtime
|
279
|
+
prerelease: false
|
280
|
+
version_requirements: !ruby/object:Gem::Requirement
|
281
|
+
requirements:
|
282
|
+
- - ">="
|
283
|
+
- !ruby/object:Gem::Version
|
284
|
+
version: '0'
|
285
|
+
- !ruby/object:Gem::Dependency
|
286
|
+
name: error_highlight
|
287
|
+
requirement: !ruby/object:Gem::Requirement
|
288
|
+
requirements:
|
289
|
+
- - ">="
|
290
|
+
- !ruby/object:Gem::Version
|
291
|
+
version: 0.4.0
|
292
|
+
type: :runtime
|
293
|
+
prerelease: false
|
294
|
+
version_requirements: !ruby/object:Gem::Requirement
|
295
|
+
requirements:
|
296
|
+
- - ">="
|
297
|
+
- !ruby/object:Gem::Version
|
298
|
+
version: 0.4.0
|
299
|
+
- !ruby/object:Gem::Dependency
|
300
|
+
name: capybara
|
301
|
+
requirement: !ruby/object:Gem::Requirement
|
302
|
+
requirements:
|
303
|
+
- - ">="
|
304
|
+
- !ruby/object:Gem::Version
|
305
|
+
version: '0'
|
306
|
+
type: :runtime
|
307
|
+
prerelease: false
|
308
|
+
version_requirements: !ruby/object:Gem::Requirement
|
309
|
+
requirements:
|
310
|
+
- - ">="
|
311
|
+
- !ruby/object:Gem::Version
|
312
|
+
version: '0'
|
313
|
+
- !ruby/object:Gem::Dependency
|
314
|
+
name: selenium-webdriver
|
315
|
+
requirement: !ruby/object:Gem::Requirement
|
316
|
+
requirements:
|
317
|
+
- - ">="
|
318
|
+
- !ruby/object:Gem::Version
|
319
|
+
version: '0'
|
320
|
+
type: :runtime
|
321
|
+
prerelease: false
|
322
|
+
version_requirements: !ruby/object:Gem::Requirement
|
323
|
+
requirements:
|
324
|
+
- - ">="
|
325
|
+
- !ruby/object:Gem::Version
|
326
|
+
version: '0'
|
327
|
+
- !ruby/object:Gem::Dependency
|
328
|
+
name: tty-cursor
|
329
|
+
requirement: !ruby/object:Gem::Requirement
|
330
|
+
requirements:
|
331
|
+
- - ">="
|
332
|
+
- !ruby/object:Gem::Version
|
333
|
+
version: '0'
|
334
|
+
type: :runtime
|
335
|
+
prerelease: false
|
336
|
+
version_requirements: !ruby/object:Gem::Requirement
|
337
|
+
requirements:
|
338
|
+
- - ">="
|
339
|
+
- !ruby/object:Gem::Version
|
340
|
+
version: '0'
|
341
|
+
- !ruby/object:Gem::Dependency
|
342
|
+
name: forwardable
|
343
|
+
requirement: !ruby/object:Gem::Requirement
|
344
|
+
requirements:
|
345
|
+
- - ">="
|
346
|
+
- !ruby/object:Gem::Version
|
347
|
+
version: '0'
|
348
|
+
type: :runtime
|
349
|
+
prerelease: false
|
350
|
+
version_requirements: !ruby/object:Gem::Requirement
|
351
|
+
requirements:
|
352
|
+
- - ">="
|
353
|
+
- !ruby/object:Gem::Version
|
354
|
+
version: '0'
|
355
|
+
- !ruby/object:Gem::Dependency
|
356
|
+
name: tty-screen
|
357
|
+
requirement: !ruby/object:Gem::Requirement
|
358
|
+
requirements:
|
359
|
+
- - ">="
|
360
|
+
- !ruby/object:Gem::Version
|
361
|
+
version: '0'
|
362
|
+
type: :runtime
|
363
|
+
prerelease: false
|
364
|
+
version_requirements: !ruby/object:Gem::Requirement
|
365
|
+
requirements:
|
366
|
+
- - ">="
|
367
|
+
- !ruby/object:Gem::Version
|
368
|
+
version: '0'
|
369
|
+
- !ruby/object:Gem::Dependency
|
370
|
+
name: sequel
|
371
|
+
requirement: !ruby/object:Gem::Requirement
|
372
|
+
requirements:
|
373
|
+
- - ">="
|
374
|
+
- !ruby/object:Gem::Version
|
375
|
+
version: '0'
|
376
|
+
type: :runtime
|
377
|
+
prerelease: false
|
378
|
+
version_requirements: !ruby/object:Gem::Requirement
|
379
|
+
requirements:
|
380
|
+
- - ">="
|
381
|
+
- !ruby/object:Gem::Version
|
382
|
+
version: '0'
|
383
|
+
- !ruby/object:Gem::Dependency
|
384
|
+
name: debug
|
385
|
+
requirement: !ruby/object:Gem::Requirement
|
386
|
+
requirements:
|
387
|
+
- - ">="
|
388
|
+
- !ruby/object:Gem::Version
|
389
|
+
version: '0'
|
390
|
+
type: :development
|
391
|
+
prerelease: false
|
392
|
+
version_requirements: !ruby/object:Gem::Requirement
|
393
|
+
requirements:
|
394
|
+
- - ">="
|
395
|
+
- !ruby/object:Gem::Version
|
396
|
+
version: '0'
|
397
|
+
- !ruby/object:Gem::Dependency
|
398
|
+
name: web-console
|
399
|
+
requirement: !ruby/object:Gem::Requirement
|
400
|
+
requirements:
|
401
|
+
- - ">="
|
402
|
+
- !ruby/object:Gem::Version
|
403
|
+
version: '0'
|
404
|
+
type: :development
|
405
|
+
prerelease: false
|
406
|
+
version_requirements: !ruby/object:Gem::Requirement
|
407
|
+
requirements:
|
408
|
+
- - ">="
|
409
|
+
- !ruby/object:Gem::Version
|
410
|
+
version: '0'
|
411
|
+
- !ruby/object:Gem::Dependency
|
412
|
+
name: error_highlight
|
413
|
+
requirement: !ruby/object:Gem::Requirement
|
414
|
+
requirements:
|
415
|
+
- - ">="
|
416
|
+
- !ruby/object:Gem::Version
|
417
|
+
version: 0.4.0
|
418
|
+
type: :development
|
419
|
+
prerelease: false
|
420
|
+
version_requirements: !ruby/object:Gem::Requirement
|
421
|
+
requirements:
|
422
|
+
- - ">="
|
423
|
+
- !ruby/object:Gem::Version
|
424
|
+
version: 0.4.0
|
425
|
+
- !ruby/object:Gem::Dependency
|
426
|
+
name: capybara
|
427
|
+
requirement: !ruby/object:Gem::Requirement
|
428
|
+
requirements:
|
429
|
+
- - ">="
|
430
|
+
- !ruby/object:Gem::Version
|
431
|
+
version: '0'
|
432
|
+
type: :development
|
433
|
+
prerelease: false
|
434
|
+
version_requirements: !ruby/object:Gem::Requirement
|
435
|
+
requirements:
|
436
|
+
- - ">="
|
437
|
+
- !ruby/object:Gem::Version
|
438
|
+
version: '0'
|
439
|
+
description: Profesional tool for pentest wi-fi
|
440
|
+
email: breakingtws@gmail.com
|
441
|
+
executables:
|
442
|
+
- wibrfake
|
443
|
+
extensions: []
|
444
|
+
extra_rdoc_files: []
|
445
|
+
files:
|
446
|
+
- ".dockerignore"
|
447
|
+
- ".gitattributes"
|
448
|
+
- ".github/dependabot.yml"
|
449
|
+
- ".github/workflows/ci.yml"
|
450
|
+
- ".rubocop.yml"
|
451
|
+
- ".ruby-version"
|
452
|
+
- Dockerfile
|
453
|
+
- Gemfile
|
454
|
+
- README.md
|
455
|
+
- Rakefile
|
456
|
+
- app/assets/config/manifest.js
|
457
|
+
- app/assets/images/.keep
|
458
|
+
- app/assets/images/2024-12-30-07:58:34-screenshot.png
|
459
|
+
- app/assets/images/facebook/facebook-logo.svg
|
460
|
+
- app/assets/images/google/googlelogo_color_272x92dp.png
|
461
|
+
- app/assets/images/instagram/app-store.png
|
462
|
+
- app/assets/images/instagram/google-play.png
|
463
|
+
- app/assets/images/instagram/instagram-logo.png
|
464
|
+
- app/assets/images/instagram/screenshot1.png
|
465
|
+
- app/assets/images/instagram/screenshot2.png
|
466
|
+
- app/assets/images/instagram/screenshot3.png
|
467
|
+
- app/assets/images/instagram/screenshot4.png
|
468
|
+
- app/assets/images/nauta_etecsa/CUBADEBATE.jpg
|
469
|
+
- app/assets/images/nauta_etecsa/CUBAEDUCA.jpg
|
470
|
+
- app/assets/images/nauta_etecsa/CUBARTE.jpg
|
471
|
+
- app/assets/images/nauta_etecsa/CUBASI.jpg
|
472
|
+
- app/assets/images/nauta_etecsa/ECURED.jpg
|
473
|
+
- app/assets/images/nauta_etecsa/OFERTAS.jpg
|
474
|
+
- app/assets/images/nauta_etecsa/PAPELETA.jpg
|
475
|
+
- app/assets/images/nauta_etecsa/contenedor_bg.jpg
|
476
|
+
- app/assets/images/nauta_etecsa/etecsa.jpg
|
477
|
+
- app/assets/images/nauta_etecsa/nauta_wifi.jpg
|
478
|
+
- app/assets/images/nauta_hogar/CUBADEBATE.jpg
|
479
|
+
- app/assets/images/nauta_hogar/CUBAEDUCA.jpg
|
480
|
+
- app/assets/images/nauta_hogar/CUBARTE.jpg
|
481
|
+
- app/assets/images/nauta_hogar/CUBASI.jpg
|
482
|
+
- app/assets/images/nauta_hogar/ECURED.jpg
|
483
|
+
- app/assets/images/nauta_hogar/OFERTAS.jpg
|
484
|
+
- app/assets/images/nauta_hogar/PAPELETA.jpg
|
485
|
+
- app/assets/images/nauta_hogar/banner_hogar.png
|
486
|
+
- app/assets/images/wibrfake/Breaker-Wallpaper1.jpg
|
487
|
+
- app/assets/images/wibrfake/mac-list-parameter.png
|
488
|
+
- app/assets/images/wibrfake/wibrfake-100x100.png
|
489
|
+
- app/assets/images/wibrfake/wibrfake-32x32.png
|
490
|
+
- app/assets/images/wibrfake/wibrfake-48x48.png
|
491
|
+
- app/assets/images/wibrfake/wibrfake-apfake-on.png
|
492
|
+
- app/assets/images/wibrfake/wibrfake-apfake-set-basic.png
|
493
|
+
- app/assets/images/wibrfake/wibrfake-apfake-show.png
|
494
|
+
- app/assets/images/wibrfake/wibrfake-help.png
|
495
|
+
- app/assets/images/wibrfake/wibrfake-hostpot.png
|
496
|
+
- app/assets/images/wibrfake/wibrfake-init.png
|
497
|
+
- app/assets/images/wibrfake/wibrfake-init2.png
|
498
|
+
- app/assets/images/wibrfake/wibrfake-login-basic.jpg
|
499
|
+
- app/assets/images/wibrfake/wibrfake-mac-list.png
|
500
|
+
- app/assets/images/wibrfake/wibrfake-mac-ramset-oui.png
|
501
|
+
- app/assets/images/wibrfake/wibrfake-mac-ramset.png
|
502
|
+
- app/assets/images/wibrfake/wibrfake-mac-set.png
|
503
|
+
- app/assets/images/wibrfake/wibrfake-mac-show.png
|
504
|
+
- app/assets/images/wibrfake/wibrfake-need-signin.jpg
|
505
|
+
- app/assets/images/wibrfake/wibrfake-session-active.png
|
506
|
+
- app/assets/images/wibrfake/wibrfake-session-init.png
|
507
|
+
- app/assets/images/wibrfake/wibrfake-session-list.png
|
508
|
+
- app/assets/images/wibrfake/wibrfake-session-new.png
|
509
|
+
- app/assets/images/wibrfake/wibrfake-session-rename.png
|
510
|
+
- app/assets/images/wibrfake/wibrfake-session-save.png
|
511
|
+
- app/assets/images/wibrfake/wibrfake-web-server-apfake.png
|
512
|
+
- app/assets/images/wibrfake/wibrfake-web-server-on.png
|
513
|
+
- app/assets/images/wibrfake/wibrfake-web-server-show.png
|
514
|
+
- app/assets/images/wibrfake/wibrfake-wkdump-loaded.png
|
515
|
+
- app/assets/images/wibrfake/wibrfake-wkdump.png
|
516
|
+
- app/assets/images/wibrfake/wibrfake.png
|
517
|
+
- app/assets/stylesheets/application.css
|
518
|
+
- app/assets/stylesheets/basic/page_basic.css
|
519
|
+
- app/assets/stylesheets/facebook/page_facebook.css
|
520
|
+
- app/assets/stylesheets/google/page_google.css
|
521
|
+
- app/assets/stylesheets/instagram/page_instagram.css
|
522
|
+
- app/assets/stylesheets/nauta_etecsa/page_nauta.css
|
523
|
+
- app/assets/stylesheets/nauta_hogar/page_nauta.css
|
524
|
+
- app/assets/stylesheets/wibrfake/page_wibrfake.css
|
525
|
+
- app/assets/stylesheets/wibrfake/page_wibrfake_about.css
|
526
|
+
- app/channels/application_cable/channel.rb
|
527
|
+
- app/channels/application_cable/connection.rb
|
528
|
+
- app/controllers/application_controller.rb
|
529
|
+
- app/controllers/concerns/.keep
|
530
|
+
- app/controllers/sessions_controller.rb
|
531
|
+
- app/helpers/application_helper.rb
|
532
|
+
- app/helpers/sessions_helper.rb
|
533
|
+
- app/javascript/application.js
|
534
|
+
- app/javascript/bootstrap.bundle.min.js
|
535
|
+
- app/javascript/controllers/application.js
|
536
|
+
- app/javascript/controllers/hello_controller.js
|
537
|
+
- app/javascript/controllers/index.js
|
538
|
+
- app/javascript/google/page_google.js
|
539
|
+
- app/javascript/incorrect3.js
|
540
|
+
- app/javascript/page_wibrfake.js
|
541
|
+
- app/javascript/page_wibrfake_about.js
|
542
|
+
- app/jobs/application_job.rb
|
543
|
+
- app/mailers/application_mailer.rb
|
544
|
+
- app/models/application_record.rb
|
545
|
+
- app/models/concerns/.keep
|
546
|
+
- app/models/user.rb
|
547
|
+
- app/views/layouts/application.html.erb
|
548
|
+
- app/views/layouts/mailer.html.erb
|
549
|
+
- app/views/layouts/mailer.text.erb
|
550
|
+
- app/views/pwa/manifest.json.erb
|
551
|
+
- app/views/pwa/service-worker.js
|
552
|
+
- app/views/sessions/basic/basic.html.erb
|
553
|
+
- app/views/sessions/facebook/facebook.html.erb
|
554
|
+
- app/views/sessions/google/google.html.erb
|
555
|
+
- app/views/sessions/index.html.erb
|
556
|
+
- app/views/sessions/instagram/instagram.html.erb
|
557
|
+
- app/views/sessions/nauta_etecsa/nauta_etecsa.html.erb
|
558
|
+
- app/views/sessions/nauta_hogar/nauta_hogar.html.erb
|
559
|
+
- app/views/sessions/wibrfake/about/about.html.erb
|
560
|
+
- app/views/sessions/wibrfake/wibrfake.html.erb
|
561
|
+
- bin/.names.rb.swp
|
562
|
+
- bin/brakeman
|
563
|
+
- bin/bundle
|
564
|
+
- bin/docker-entrypoint
|
565
|
+
- bin/google.wkdump
|
566
|
+
- bin/importmap
|
567
|
+
- bin/rails
|
568
|
+
- bin/rake
|
569
|
+
- bin/rubocop
|
570
|
+
- bin/setup
|
571
|
+
- bin/wibrfake
|
572
|
+
- config.ru
|
573
|
+
- config/application.rb
|
574
|
+
- config/boot.rb
|
575
|
+
- config/cable.yml
|
576
|
+
- config/credentials.yml.enc
|
577
|
+
- config/database.yml
|
578
|
+
- config/environment.rb
|
579
|
+
- config/environments/development.rb
|
580
|
+
- config/environments/production.rb
|
581
|
+
- config/environments/test.rb
|
582
|
+
- config/icons/application-x-wkdump.xml
|
583
|
+
- config/icons/hicolor/16x16/mimetypes/application-x-wkdump.png
|
584
|
+
- config/icons/hicolor/32x32/mimetypes/application-x-wkdump.png
|
585
|
+
- config/icons/hicolor/48x48/mimetypes/application-x-wkdump.png
|
586
|
+
- config/icons/hicolor/icon-theme.cache
|
587
|
+
- config/icons/hicolor/index.theme
|
588
|
+
- config/icons/wkdump.desktop
|
589
|
+
- config/importmap.rb
|
590
|
+
- config/initializers/assets.rb
|
591
|
+
- config/initializers/content_security_policy.rb
|
592
|
+
- config/initializers/devise.rb
|
593
|
+
- config/initializers/filter_parameter_logging.rb
|
594
|
+
- config/initializers/inflections.rb
|
595
|
+
- config/initializers/permissions_policy.rb
|
596
|
+
- config/locales/devise.en.yml
|
597
|
+
- config/locales/en.yml
|
598
|
+
- config/puma.rb
|
599
|
+
- config/routes.rb
|
600
|
+
- config/storage.yml
|
601
|
+
- db/development.sqlite3
|
602
|
+
- db/schema.rb
|
603
|
+
- ext/wibrfake/extconf.rb
|
604
|
+
- ext/wibrfake/wibrfake.h
|
605
|
+
- images/ouilist.png
|
606
|
+
- images/wibrfakehelp.png
|
607
|
+
- images/wibrfakeinit.png
|
608
|
+
- lib/assets/.keep
|
609
|
+
- lib/tasks/.keep
|
610
|
+
- lib/wibrfake/Config/ipaddr.rb
|
611
|
+
- lib/wibrfake/Config/options.rb
|
612
|
+
- lib/wibrfake/Config/security_wpa.rb
|
613
|
+
- lib/wibrfake/DataBase/howuis.db
|
614
|
+
- lib/wibrfake/DataBase/ouis.db
|
615
|
+
- lib/wibrfake/DataBase/ouis.rb
|
616
|
+
- lib/wibrfake/DataBase/rename.rb
|
617
|
+
- lib/wibrfake/DataBase/show.rb
|
618
|
+
- lib/wibrfake/Dnsmasq/dhcp.rb
|
619
|
+
- lib/wibrfake/Dnsmasq/dhcp_prueba.rb
|
620
|
+
- lib/wibrfake/Dnsmasq/dns.rb
|
621
|
+
- lib/wibrfake/Dnsmasq/dns_prueba.rb
|
622
|
+
- lib/wibrfake/Dnsmasq/dnsmasq.rb
|
623
|
+
- lib/wibrfake/Listing/apfake.rb
|
624
|
+
- lib/wibrfake/Listing/clients.rb
|
625
|
+
- lib/wibrfake/Listing/ouis.rb
|
626
|
+
- lib/wibrfake/Listing/process.rb
|
627
|
+
- lib/wibrfake/Listing/sessions.rb
|
628
|
+
- lib/wibrfake/Listing/web_server.rb
|
629
|
+
- lib/wibrfake/Listing/wireless.rb
|
630
|
+
- lib/wibrfake/Logs/credentials.log
|
631
|
+
- lib/wibrfake/NetworkInterface/ip-routing.rb
|
632
|
+
- lib/wibrfake/NetworkInterface/mac.rb
|
633
|
+
- lib/wibrfake/NetworkInterface/monitor.rb
|
634
|
+
- lib/wibrfake/NetworkInterface/ouis.db
|
635
|
+
- lib/wibrfake/Process/id.rb
|
636
|
+
- lib/wibrfake/Process/pids.log
|
637
|
+
- lib/wibrfake/Process/pkill.rb
|
638
|
+
- lib/wibrfake/Process/processes.rb
|
639
|
+
- lib/wibrfake/Rails/login.rb
|
640
|
+
- lib/wibrfake/Rails/routes.rb
|
641
|
+
- lib/wibrfake/Rails/service.rb
|
642
|
+
- lib/wibrfake/Rails/service_usage.rb
|
643
|
+
- lib/wibrfake/Sessions/session.rb
|
644
|
+
- lib/wibrfake/String/string.rb
|
645
|
+
- lib/wibrfake/Tmp/config.yml
|
646
|
+
- lib/wibrfake/config.rb
|
647
|
+
- lib/wibrfake/help.rb
|
648
|
+
- lib/wibrfake/optionpr.rb
|
649
|
+
- lib/wibrfake/run.rb
|
650
|
+
- lib/wibrfake/ty/apld.rb
|
651
|
+
- lib/wibrfake/ty/prompt.rb
|
652
|
+
- lib/wibrfake/ty/prompt/answers_collector.rb
|
653
|
+
- lib/wibrfake/ty/prompt/block_paginator.rb
|
654
|
+
- lib/wibrfake/ty/prompt/choice.rb
|
655
|
+
- lib/wibrfake/ty/prompt/choices.rb
|
656
|
+
- lib/wibrfake/ty/prompt/confirm_question.rb
|
657
|
+
- lib/wibrfake/ty/prompt/const.rb
|
658
|
+
- lib/wibrfake/ty/prompt/converter_dsl.rb
|
659
|
+
- lib/wibrfake/ty/prompt/converter_registry.rb
|
660
|
+
- lib/wibrfake/ty/prompt/converters.rb
|
661
|
+
- lib/wibrfake/ty/prompt/distance.rb
|
662
|
+
- lib/wibrfake/ty/prompt/enum_list.rb
|
663
|
+
- lib/wibrfake/ty/prompt/errors.rb
|
664
|
+
- lib/wibrfake/ty/prompt/evaluator.rb
|
665
|
+
- lib/wibrfake/ty/prompt/expander.rb
|
666
|
+
- lib/wibrfake/ty/prompt/keypress.rb
|
667
|
+
- lib/wibrfake/ty/prompt/list.rb
|
668
|
+
- lib/wibrfake/ty/prompt/mask_question.rb
|
669
|
+
- lib/wibrfake/ty/prompt/multi_list.rb
|
670
|
+
- lib/wibrfake/ty/prompt/multiline.rb
|
671
|
+
- lib/wibrfake/ty/prompt/paginator.rb
|
672
|
+
- lib/wibrfake/ty/prompt/question.rb
|
673
|
+
- lib/wibrfake/ty/prompt/question/checks.rb
|
674
|
+
- lib/wibrfake/ty/prompt/question/modifier.rb
|
675
|
+
- lib/wibrfake/ty/prompt/question/validation.rb
|
676
|
+
- lib/wibrfake/ty/prompt/result.rb
|
677
|
+
- lib/wibrfake/ty/prompt/selected_choices.rb
|
678
|
+
- lib/wibrfake/ty/prompt/slider.rb
|
679
|
+
- lib/wibrfake/ty/prompt/statement.rb
|
680
|
+
- lib/wibrfake/ty/prompt/suggestion.rb
|
681
|
+
- lib/wibrfake/ty/prompt/symbols.rb
|
682
|
+
- lib/wibrfake/ty/prompt/test.rb
|
683
|
+
- lib/wibrfake/ty/prompt/timer.rb
|
684
|
+
- lib/wibrfake/ty/prompt/utils.rb
|
685
|
+
- lib/wibrfake/ty/prompt/version.rb
|
686
|
+
- lib/wibrfake/version.rb
|
687
|
+
- lib/wibrfake/wibrfake_cli.rb
|
688
|
+
- log/.keep
|
689
|
+
- pruebas/daemon1.pid
|
690
|
+
- pruebas/daemon2.pid
|
691
|
+
- pruebas/daemons.rb
|
692
|
+
- public/404.html
|
693
|
+
- public/406-unsupported-browser.html
|
694
|
+
- public/422.html
|
695
|
+
- public/500.html
|
696
|
+
- public/icon.png
|
697
|
+
- public/icon.svg
|
698
|
+
- public/robots.txt
|
699
|
+
- storage/.keep
|
700
|
+
- test/application_system_test_case.rb
|
701
|
+
- test/channels/application_cable/connection_test.rb
|
702
|
+
- test/controllers/.keep
|
703
|
+
- test/controllers/sessions_controller_test.rb
|
704
|
+
- test/fixtures/files/.keep
|
705
|
+
- test/fixtures/users.yml
|
706
|
+
- test/helpers/.keep
|
707
|
+
- test/integration/.keep
|
708
|
+
- test/mailers/.keep
|
709
|
+
- test/models/.keep
|
710
|
+
- test/models/user_test.rb
|
711
|
+
- test/system/.keep
|
712
|
+
- test/test_helper.rb
|
713
|
+
- tmp/.keep
|
714
|
+
- tmp/pids/.keep
|
715
|
+
- tmp/storage/.keep
|
716
|
+
- vendor/.keep
|
717
|
+
- vendor/javascript/.keep
|
718
|
+
- wibrfake.gemspec
|
719
|
+
homepage: https://github.com/BreakerTWS/WibrFake
|
720
|
+
licenses:
|
721
|
+
- MIT
|
722
|
+
metadata: {}
|
723
|
+
post_install_message:
|
724
|
+
rdoc_options: []
|
725
|
+
require_paths:
|
726
|
+
- lib
|
727
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
728
|
+
requirements:
|
729
|
+
- - ">="
|
730
|
+
- !ruby/object:Gem::Version
|
731
|
+
version: '0'
|
732
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
733
|
+
requirements:
|
734
|
+
- - ">="
|
735
|
+
- !ruby/object:Gem::Version
|
736
|
+
version: '0'
|
737
|
+
requirements: []
|
738
|
+
rubygems_version: 3.3.15
|
739
|
+
signing_key:
|
740
|
+
specification_version: 4
|
741
|
+
summary: Wibrfake is an advanced cybersecurity tool developed for the creation of
|
742
|
+
fake access points
|
743
|
+
test_files: []
|