Not covered: the ability to use extends
Given a sub_pipe.yml with
parameters:
- name: warcry
type: stringAn innocuous example of a significant git backdoor.
Expanding the Base64 encoded tarball payload will result in a minimal example git repository.
base64 -di | tar xz
# (paste the base64 data, hit return, then press Ctrl+D)
# You will have a new repo folder called `ouchy`| #!/usr/bin/env python3 | |
| """ List files in order of time (see default for `ls -t`) | |
| Add a numeric prefix to each file name. | |
| If multiple folders are specified, the count restarts from one for each folder. | |
| """ | |
| import os |
| #!/usr/bin/env python3 | |
| import os | |
| import re | |
| import argparse | |
| def download(): | |
| os.system("wget https://dumps.wikimedia.org/kiwix/zim/wikipedia/ -O zim.html") | |
| """ | |
| du -sh * | python3 sum.py | |
| """ | |
| import sys | |
| import re | |
| numpat = re.compile("(^[0-9.]+)([a-zA-Z]*)") | |
| total = 0.0 |
Quick script to see, when rolling a dice set complement of d6, d8, d10, d12, d20 , which are the most frequent numbers to appear.
Use this to determine how to subdivide your Foe Pool
See also fate chances
Then, aggregating those percentage point chances, what likelihood a given range would be hit.