-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Version 2.1 release branch #121
Conversation
Updates the services check
* Added a helpful link directory * Update README.md * Update README.md * Update README.md * Adding a python version check in main.py: python version must be a 2.x one. * Added french translation ! * fixed markdown error * Damn, these comments really breaks the markdown. Removing them. * removing them all ! * git hell :( * I'll get it ! * fixed line 18
* Added a helpful link directory * Update README.md * Update README.md * Update README.md * Added install script * Check PATH * Fixed msfconsole PATH * Fixed ubuntu error * Added installation instructions * Use pip2
…rt (#101) * Added platform detection and support for OSX in service check and start * Moved brew start command into bash file * Moved apache start to bash file and removed a sudo
… to them in the near future
The try except block was overriding the path var with the contents of the folder causing errors further down. Changed to just check for proper opening of the file.
* fixed check_for_msf() to check in $PATH * check_msf_path() now checks both os.environ and PATH
* Added whitelist arg and modified the Exploiter call * added the whitelist_wash function * added whitelist prompt to terminal * added check for isspace()
* Added a helpful link directory * Update README.md * Update README.md * Update README.md * Added reporting to CSV file Metasploit output is logged (anything prefixed by '[+||-||*]') Changed from straight command-line invocation to rc-scripts per-hosts/per-modules. MSF module output to console * updating the output image * updating the output for this as well
If you want this to happen you better start liking and commenting! |
@jesuiscamille what’s there to be confused about? |
Excellent work. Let me review the PR, open up the master branch if everything checks out and merge. Good job as always. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dope.
Special thanks to all the contribs! You guys are the shit |
Well hello there guys. Salty has been bugging the shit out of me about v2.1 so I've got some time right now at work and have been working on a new release. We have 32 commits to this new branch and a few new features that have been included, we also have some bug fixes (including the rollover issue). So without further ado; here it is, version 2.1:
With this version we fix the following issues:
We also implement a couple new features such as:
Everything is pushed to this branch, once it is merged into
master
master will be a couple commits ahead ofdev-beta
which is always nice.