mgerst / flag-slurper

A red team utility for Cyber Defense Competitions.
https://flag-slurper.rtfd.io
MIT License
3 stars 2 forks source link

Limit AutoPWN by team, service name, or both. #52

Closed mgerst closed 5 years ago

mgerst commented 5 years ago

This adds the following flags to autopwn pwn: -t,--team to specify the team number to limit by, and -s,--service to specify the service name to limit by. They are not mutually exclusive.

Closes #43

codecov[bot] commented 5 years ago

Codecov Report

Merging #52 into master will increase coverage by 2.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #52      +/-   ##
=========================================
+ Coverage   71.78%   73.8%   +2.01%     
=========================================
  Files          21      21              
  Lines        1354    1359       +5     
=========================================
+ Hits          972    1003      +31     
+ Misses        382     356      -26
Impacted Files Coverage Δ
flag_slurper/autopwn.py 44.44% <100%> (+23.78%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 293e944...d42ad45. Read the comment docs.