文件名称:rex-exploitation:Rex库,用于各种开发助手
文件大小:109KB
文件格式:ZIP
更新时间:2024-06-11 09:19:50
Ruby
雷克斯::剥削 适用于各种漏洞利用帮助程序的Ruby Exploitation(Rex)库此gem包含用于创建漏洞利用程序的各种帮助程序机制。 其中包括SEH Overwrite助手,egghunter,命令执行器等。 安装 将此行添加到您的应用程序的Gemfile中: gem 'rex-exploitation' 然后执行: $ bundle 或将其自己安装为: $ gem install rex-exploitation 发展 签出仓库后,运行bin/setup来安装依赖项。 然后,运行rake spec来运行测试。 您也可以运行bin/console进行交互式提示,以进行实验。 要将这个gem安装到本地计算机上,请运行bundle exec rake install 。 要发布新版本,请更新version.rb的版本号,然后运行bundle exec rake rel
【文件预览】:
rex-exploitation-master
----bin()
--------console(341B)
--------setup(131B)
----rex-exploitation.gemspec(1KB)
----data()
--------exploits()
--------ropdb()
--------js()
----Rakefile(117B)
----.github()
--------workflows()
----LICENSE(2KB)
----Gemfile(101B)
----.rspec(31B)
----spec()
--------lib()
--------spec_helper.rb(86B)
----.gitignore(148B)
----lib()
--------rex()
----CODE_OF_CONDUCT.md(3KB)
----README.md(1KB)