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 support for ignoring guest division teams. #115

Closed mgerst closed 11 months ago

mgerst commented 11 months ago

This only applies when initially generating from the iscore API. It does not currently reconcile teams that were created before being marked guest division.

Closes #100

codecov[bot] commented 11 months ago

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (6161c3f) 77.36% compared to head (c4ec0a8) 79.25%. Report is 8 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #115 +/- ## ========================================== + Coverage 77.36% 79.25% +1.88% ========================================== Files 27 30 +3 Lines 1551 1774 +223 ========================================== + Hits 1200 1406 +206 - Misses 351 368 +17 ``` | [Files](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst) | Coverage Δ | | |---|---|---| | [flag\_slurper/autolib/exploit.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2F1dG9saWIvZXhwbG9pdC5weQ==) | `58.51% <100.00%> (+12.27%)` | :arrow_up: | | [flag\_slurper/autolib/models.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2F1dG9saWIvbW9kZWxzLnB5) | `100.00% <100.00%> (ø)` | | | [flag\_slurper/autolib/post.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2F1dG9saWIvcG9zdC5weQ==) | `95.20% <100.00%> (+0.94%)` | :arrow_up: | | [flag\_slurper/autopwn.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2F1dG9wd24ucHk=) | `55.86% <100.00%> (+10.27%)` | :arrow_up: | | [flag\_slurper/cli.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2NsaS5weQ==) | `100.00% <100.00%> (+2.19%)` | :arrow_up: | | [flag\_slurper/conf/config.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2NvbmYvY29uZmlnLnB5) | `98.70% <100.00%> (-1.30%)` | :arrow_down: | | [flag\_slurper/shadow/cmd.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL3NoYWRvdy9jbWQucHk=) | `100.00% <100.00%> (ø)` | | | [flag\_slurper/shadow/formatters.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL3NoYWRvdy9mb3JtYXR0ZXJzLnB5) | `100.00% <100.00%> (ø)` | | | [flag\_slurper/autolib/protocols.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL2F1dG9saWIvcHJvdG9jb2xzLnB5) | `31.81% <15.38%> (-2.21%)` | :arrow_down: | | [flag\_slurper/shell.py](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst#diff-ZmxhZ19zbHVycGVyL3NoZWxsLnB5) | `41.66% <41.66%> (ø)` | | ... and [12 files with indirect coverage changes](https://app.codecov.io/gh/mgerst/flag-slurper/pull/115/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matt+Gerst)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.