mgerst / flag-slurper

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

Add -c|--limit-creds option to autopwn. #23

Closed mgerst closed 6 years ago

mgerst commented 6 years ago

The command filters all credentials without the given username(s). The option may be repeated as much as needed.

codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.06%. The diff coverage is 68.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   70.34%   70.28%   -0.07%     
==========================================
  Files          19       20       +1     
  Lines        1150     1161      +11     
==========================================
+ Hits          809      816       +7     
- Misses        341      345       +4
Impacted Files Coverage Δ
flag_slurper/autolib/models.py 100% <ø> (ø) :arrow_up:
flag_slurper/autolib/service.py 100% <100%> (ø) :arrow_up:
flag_slurper/autolib/utils.py 100% <100%> (ø)
flag_slurper/autolib/exploit.py 38.15% <100%> (+0.82%) :arrow_up:
flag_slurper/autopwn.py 20.86% <27.27%> (+0.68%) :arrow_up:
flag_slurper/autolib/protocols.py 20% <83.33%> (ø) :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 067bfc2...d318700. Read the comment docs.

mgerst commented 6 years ago

Closes #20