rastating/wordpress-exploit-framework

View on GitHub
Branch: development(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.eslintignore
.eslintrc
.gitattributes
.gitignore
.rubocop.yml
.ruby-version
.travis.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
LICENSE
README.md
bin/wpxf
data/banners/default.txt
data/json/browser_usage_by_frequency.json
data/json/commands.json
db/config.yml
rebuild_and_install_gem.sh
wpxf.gemspec
data/js/ajax_download.js26
A
1 hr
data/js/ajax_post.js14
data/js/create_wp_user.js21
data/js/post.js17
data/php/bind_php.php36
data/php/download_exec.php28
A
1 hr
data/php/exec.php3
data/php/exec_methods.php47
data/php/meterpreter_bind_tcp.php0
D
2 days
data/php/meterpreter_bind_tcp_ipv6.php0
D
2 days
data/php/meterpreter_reverse_tcp.php0
data/php/preamble.php15
data/php/reverse_tcp.php61
db/env.rb11
db/migrations/001_create_workspaces.rb12
db/migrations/002_create_credentials.rb16
db/migrations/003_add_credential_type.rb10
db/migrations/004_add_unique_workspace_name_index.rb14
db/migrations/005_add_logs.rb12
db/migrations/006_create_modules.rb14
db/migrations/007_create_loot_items.rb17
lib/wpxf.rb42
lib/wpxf/cli/auto_complete.rb80
A
2 hrs
lib/wpxf/cli/banner.rb37
lib/wpxf/cli/console.rb117
A
1 hr
lib/wpxf/cli/context.rb27
lib/wpxf/cli/creds.rb46
lib/wpxf/cli/help.rb102
lib/wpxf/cli/loaded_module.rb54
A
25 mins