Skip to content

Commit

Permalink
Added custom completion rules for completing payload names.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 27, 2024
1 parent 3dd7ed5 commit 0751e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/completions/ronin-exploits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ ronin-exploits run*-E:
- $(ronin-payloads encoders)
ronin-exploits run*--encoder:
- $(ronin-payloads encoders)
ronin-exploits run*-P:
- $(ronin-payloads list)
ronin-exploits run*--payload:
- $(ronin-payloads list)

0 comments on commit 0751e88

Please sign in to comment.