Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - tmux gem env #149

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sources/assets/zsh/aliases.d/evil-winrm

This file was deleted.

9 changes: 5 additions & 4 deletions sources/install/package_ad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,11 @@ function configure_krbrelayx() {

function install_evilwinrm() {
colorecho "Installing evil-winrm"
git -C /opt/tools/ clone --depth=1 https://github.com/Hackplayers/evil-winrm
cd /opt/tools/evil-winrm
bundle install
add-aliases evil-winrm
# Todo gem env
gem install evil-winrm
# git -C /opt/tools/ clone --depth=1 https://github.com/Hackplayers/evil-winrm
# cd /opt/tools/evil-winrm
# bundle install
add-history evil-winrm
add-test-command "evil-winrm --help"
add-to-list "evilwinrm,https://github.com/Hackplayers/evil-winrm,Tool to connect to a remote Windows system with WinRM."
Expand Down
6 changes: 3 additions & 3 deletions sources/install/package_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ function install_fuxploider() {
function install_wpscan(){
colorecho "Installing wpscan"
# TODO : Check if deps are already installed
fapt procps ruby-dev apt-transport-https ca-certificates gnupg2
curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
curl -sSL https://get.rvm.io | bash -s stable --ruby
# fapt procps ruby-dev apt-transport-https ca-certificates gnupg2
# curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
# curl -sSL https://get.rvm.io | bash -s stable --ruby
# TODO : gem venv
gem install nokogiri -v 1.11.4 # use this version to resolve the conflict with cewl
gem install wpscan
Expand Down