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

Added Install script #85

Merged
merged 14 commits into from
Mar 8, 2018
Merged

Added Install script #85

merged 14 commits into from
Mar 8, 2018

Conversation

thehappydinoa
Copy link
Contributor

Install script for Fedora and Debian

@Ekultek Ekultek self-requested a review March 2, 2018 16:25
@Ekultek
Copy link
Contributor

Ekultek commented Mar 2, 2018

You need to check the environment variables for msfconsole if it does not exist in the env, install it into /opt

Copy link
Contributor

@Ekultek Ekultek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check comment

@Ekultek Ekultek requested a review from NullArray March 2, 2018 16:26
Copy link
Contributor

@Ekultek Ekultek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to check the users environment variables for metasploit example which msfconsole parse the output

@Ekultek
Copy link
Contributor

Ekultek commented Mar 2, 2018

looks good to me

@Ekultek
Copy link
Contributor

Ekultek commented Mar 2, 2018

@NullArray seems like on Twitter it's going to turn into a do both type of thing so here's the command that will do the same exact thing:

sudo -s << EOF
apt-get update
apt-get -y install git python2.7 python-pip postgresql apache2
pip2 install requests psutil
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall && cd /tmp 
chmod 755 msfinstall && ./msfinstall
rm msfinstall
EOF

@Ekultek
Copy link
Contributor

Ekultek commented Mar 3, 2018

@thehappydinoa yo, this is gonna have to wait a few days till we get some more votes on what people wants. It's looking like it's gonna be a both sort of thing, but for now we gotta wait. Just plan on this being merged in a couple days

@thehappydinoa
Copy link
Contributor Author

@Ekultek no rush

@NullArray
Copy link
Owner

No rush indeed, i set the poll to expire in a week, half of which is already over. Like @Ekultek said it looks like it's going to be both. So i expect to merge this pull. just waiting on the final results.

@Ekultek
Copy link
Contributor

Ekultek commented Mar 8, 2018

Calling it as both, 11 hours left

@Ekultek Ekultek merged commit 8bb2a22 into NullArray:dev-beta Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants