mgerst / flag-slurper

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

Post Pwn Plugins #33

Closed mgerst closed 6 years ago

mgerst commented 6 years ago

Implement post pwn plugins.

Post pwn plugins can be implemented by extending PostPlugin and registering it with the PluginRegistry.

TODO

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 1.16%. The diff coverage is 81.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   71.15%   72.31%   +1.16%     
==========================================
  Files          21       21              
  Lines        1241     1333      +92     
==========================================
+ Hits          883      964      +81     
- Misses        358      369      +11
Impacted Files Coverage Δ
flag_slurper/autopwn.py 20.86% <0%> (ø) :arrow_up:
flag_slurper/autolib/protocols.py 20.98% <10.52%> (ø) :arrow_up:
flag_slurper/autolib/service.py 100% <100%> (ø) :arrow_up:
flag_slurper/project.py 100% <100%> (ø) :arrow_up:
flag_slurper/autolib/exploit.py 38.7% <100%> (-7.53%) :arrow_down:
flag_slurper/autolib/post.py 92.62% <92.1%> (+5.12%) :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 c087cdc...56d98cb. Read the comment docs.