mgerst / flag-slurper

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

Reconcile team list and update to IScorE API #42

Closed mgerst closed 5 years ago

mgerst commented 5 years ago

When generating team/service list from IScorE, remove any teams that are in the local db, but not IScorE. This also updates autopwn generate to use the latest service and service status API. There has been a change to the data that requires using the service endpoint, rather than just the service status endpoint.

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will decrease coverage by 0.65%. The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   72.44%   71.78%   -0.66%     
==========================================
  Files          21       21              
  Lines        1339     1354      +15     
==========================================
+ Hits          970      972       +2     
- Misses        369      382      +13
Impacted Files Coverage Δ
flag_slurper/autolib/models.py 100% <ø> (ø) :arrow_up:
flag_slurper/autopwn.py 20.66% <11.11%> (-0.21%) :arrow_down:
flag_slurper/utils.py 93.18% <38.46%> (-6.01%) :arrow_down:

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 a83253d...a450bd9. Read the comment docs.