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 commands for managing SSH keys #86

Closed mgerst closed 4 years ago

mgerst commented 4 years ago

This PR only gives the commands to manage the keys in the database. I will need to do more work to figure out how to make autolib use them.

See #50

codecov[bot] commented 4 years ago

Codecov Report

Merging #86 into master will increase coverage by 0.91%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   76.45%   77.36%   +0.91%     
==========================================
  Files          26       27       +1     
  Lines        1491     1551      +60     
==========================================
+ Hits         1140     1200      +60     
  Misses        351      351
Impacted Files Coverage Δ
flag_slurper/autolib/models.py 100% <100%> (ø) :arrow_up:
flag_slurper/cli.py 97.8% <100%> (+0.04%) :arrow_up:
flag_slurper/keys.py 100% <100%> (ø)

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 3c81d13...ece6f34. Read the comment docs.