Added in development warning
This commit is contained in:
parent
645021f894
commit
4d1d2fd943
|
|
@ -168,6 +168,9 @@
|
|||
</div>
|
||||
<div class="section" id="module-sections">
|
||||
<span id="handbook-sections"></span><h1>Handbook Sections<a class="headerlink" href="#module-sections" title="Permalink to this headline">¶</a></h1>
|
||||
<p>IN DEVELOPMENT - More sections will release over the coming weeks/months/as
|
||||
time permits. Feel free to contribute as you have an idea or time to assist,
|
||||
otherwise stay tuned!</p>
|
||||
<p>This handbook has 7 sections covering common tasks for developing
|
||||
Python scripts for use in DFIR. Each section contains short,
|
||||
portable code blocks that can drop into a new script with minimal
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,9 @@
|
|||
"""This handbook has 7 sections covering common tasks for developing
|
||||
"""
|
||||
IN DEVELOPMENT - More sections will release over the coming weeks/months/as
|
||||
time permits. Feel free to contribute as you have an idea or time to assist,
|
||||
otherwise stay tuned!
|
||||
|
||||
This handbook has 7 sections covering common tasks for developing
|
||||
Python scripts for use in DFIR. Each section contains short,
|
||||
portable code blocks that can drop into a new script with minimal
|
||||
tweaking. This way, you can quickly build out your custom script
|
||||
|
|
|
|||
Loading…
Reference in New Issue