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
Contributor
Author
|
If you want this to happen you better start liking and commenting! |
Contributor
Author
|
@jesuiscamille what’s there to be confused about? |
Owner
|
Excellent work. Let me review the PR, open up the master branch if everything checks out and merge. Good job as always. |
Contributor
Author
|
Special thanks to all the contribs! You guys are the shit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
mastermaster will be a couple commits ahead ofdev-betawhich is always nice.