mgerst / flag-slurper

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

DNS Zone Transfers #32

Closed mgerst closed 6 years ago

mgerst commented 6 years ago

Automatically perform AXFR queries against any defined dns services.

Closes #31

TODO

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into master will decrease coverage by 0.08%. The diff coverage is 64.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   71.23%   71.15%   -0.09%     
==========================================
  Files          20       21       +1     
  Lines        1189     1241      +52     
==========================================
+ Hits          847      883      +36     
- Misses        342      358      +16
Impacted Files Coverage Δ
flag_slurper/autopwn.py 20.86% <0%> (ø) :arrow_up:
flag_slurper/autolib/models.py 100% <100%> (ø) :arrow_up:
flag_slurper/cli.py 97.7% <100%> (+0.05%) :arrow_up:
flag_slurper/teams.py 36.95% <20%> (+0.59%) :arrow_up:
flag_slurper/autolib/protocols.py 20.98% <29.41%> (+0.98%) :arrow_up:
flag_slurper/dns.py 88.46% <88.46%> (ø)

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 dca0114...a6d26a2. Read the comment docs.