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

PR - setup fixing error #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
13 changes: 8 additions & 5 deletions setup.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#/usr/bin/ruby -w

puts "Gems Instalation "
system("gem install colorize && gem install nokogiri")
puts "If you can install this script should be root."
system("sudo -s")
puts "Gems Instalation"
system("sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev")
system("gem install nokogiri")
system("gem install colorize")
puts "Tools Instalation"
system("sudo apt-get install nmap && sudo apt-get install whatweb && sudo apt-get install host && sudo apt-get install -y dnsutils
&& sudo apt-get install wafw00f")
system("sudo apt-get install nmap && sudo apt-get install whatweb && sudo apt-get install host")
system("sudo apt-get install -y dnsutils && sudo apt-get install wafw00f")