Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit ea79339

Browse files
authored
Update README.md
fixed missing .py extension in scripts list usage instructions.
1 parent 5a62dd4 commit ea79339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This folder contains one-off scripts for working with ATT&CK content. These scri
44

55
| script | description |
66
|:-------|:------------|
7-
| [techniques_from_data_src.py](techniques_from_data_src.py) | Fetches the current ATT&CK STIX 2.0 objects from the ATT&CK TAXII server, prints all of the data sources listed in Enterprise ATT&CK, and then lists all the Enterprise techniques containing a given data source. Run `python3 techniques_from_data_source -h` for usage instructions. |
7+
| [techniques_from_data_src.py](techniques_from_data_src.py) | Fetches the current ATT&CK STIX 2.0 objects from the ATT&CK TAXII server, prints all of the data sources listed in Enterprise ATT&CK, and then lists all the Enterprise techniques containing a given data source. Run `python3 techniques_from_data_source.py -h` for usage instructions. |
88
| [techniques_data_sources_vis.py](techniques_data_sources_vis.py) | Generate the csv data used to create the "Techniques Mapped to Data Sources" visualization in the ATT&CK roadmap. Run `python3 techniques_data_sources_vis.py -h` for usage instructions. |

0 commit comments

Comments
 (0)