Optional command line args - #1
Open
agalway-r7 wants to merge 24 commits into
Open
Conversation
agalway-r7
force-pushed
the
report-issue
branch
4 times, most recently
from
June 29, 2020 14:39
d89cbb2 to
babaee8
Compare
agalway-r7
pushed a commit
that referenced
this pull request
Aug 27, 2020
Fix a few things in AutoCheck refactor (rapid7#13787)
agalway-r7
pushed a commit
that referenced
this pull request
Sep 4, 2020
Fix the Metasm architecture issue
agalway-r7
pushed a commit
that referenced
this pull request
Sep 4, 2020
add randomize ssh cred function
agalway-r7
pushed a commit
that referenced
this pull request
Nov 5, 2020
agalway-r7
pushed a commit
that referenced
this pull request
Nov 20, 2020
add AutoCheck usage, minor changes
agalway-r7
pushed a commit
that referenced
this pull request
Feb 25, 2021
rubocop and minor adjustments
agalway-r7
pushed a commit
that referenced
this pull request
Apr 16, 2021
Some potential improvements for chrome_simplifiedlowering_integer_overflow
agalway-r7
pushed a commit
that referenced
this pull request
May 7, 2021
Apache Druid module changes
agalway-r7
pushed a commit
that referenced
this pull request
Feb 1, 2022
agalway-r7
pushed a commit
that referenced
this pull request
Feb 1, 2022
Use Metasploit's HTTP server to trigger the DoS
agalway-r7
pushed a commit
that referenced
this pull request
Feb 1, 2022
Meterpreter Helm chart tweaks
agalway-r7
pushed a commit
that referenced
this pull request
Feb 1, 2022
update modules (auxiliary and exploit)
agalway-r7
pushed a commit
that referenced
this pull request
Feb 1, 2022
Use AuthBrute to take advantage of library funcitons and checks
agalway-r7
pushed a commit
that referenced
this pull request
Feb 1, 2022
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.
Dependent on rapid7#13430
Improves
Rex::Parser::Argumentsto support optional args. If an argument with optional values has an argument to the right of it, and the second argument isn't a flag, then this second argument is passed as a param.This PR also includes a use case for optional args with the default command.