mgerst / flag-slurper

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

Grab sensitive files #21

Closed mgerst closed 6 years ago

mgerst commented 6 years ago

Adds the concept of post tasks that run after a protocol has done all it's flag attempts.

Closes #15

codecov[bot] commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 2.49%. The diff coverage is 77.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   66.42%   68.92%   +2.49%     
==========================================
  Files          16       18       +2     
  Lines         980     1091     +111     
==========================================
+ Hits          651      752     +101     
- Misses        329      339      +10
Impacted Files Coverage Δ
flag_slurper/autolib/models.py 100% <100%> (ø) :arrow_up:
flag_slurper/files.py 100% <100%> (ø)
flag_slurper/cli.py 88.75% <25%> (-11.25%) :arrow_down:
flag_slurper/autolib/exploit.py 37.33% <27.77%> (+12.33%) :arrow_up:
flag_slurper/autolib/protocols.py 19.35% <33.33%> (-0.65%) :arrow_down:
flag_slurper/autolib/post.py 88.88% <88.88%> (ø)
flag_slurper/utils.py 99.09% <0%> (+3.63%) :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 3cc886f...47e5579. Read the comment docs.